2014-01-09 10 views
1

계기를 만든 후에 justGage의 Value 매개 변수에서 색 및 문자 장식을 변경하는 방법이 있는지 알고 싶습니다.justGage에서 값의 색을 변경하는 방법

궁극적으로 링크 텍스트와 같이 밑줄을 사용하여 텍스트의 색상을 파란색으로 바꿀 수 있기를 바랍니다.

감사합니다.

+0

지금까지 해보신 것은 무엇입니까? 문제를 설명하기 위해 [jsFiddle] (http://jsfiddle.net)을 만들려고 할 수 있습니다. –

+0

예를 @ http://jsfiddle.net 게시하십시오. –

답변

4

사이트를 살펴보면 스타일을 사용자 정의하기 위해 편집 할 수있는 요소의 예가 있습니다.

GO에 "데모> 사용자 정의 스타일"당신이이 목록에 표시됩니다 여부를 당신이 할 수있는,

id : string container element id 
title : string gauge title text 
titleFontColor : string color title text 
value : int value gauge is showing 
valueFontColor : string color of value text 
min : int minimum value 
max : int maximum value 
showMinMax : bool hide or display min and max values 
gaugeWidthScale : float width of the gauge element 
gaugeColor : string background color of gauge element 
label : string text to show below value 
showInnerShadow : bool whether to display inner shadow 
shadowOpacity : float shadow opacity, values 0 ~ 1 
shadowSize : int inner shadow size 
shadowVerticalOffset : int how much is shadow offset from top 
levelColors : array of strings colors of indicator, from lower to upper, in hex format 
levelColorsGradient : bool use gradual or sector-based color change 
labelFontColor : string color of label showing label under value 
startAnimationTime : int length of initial load animation 
startAnimationType : string type of initial animation (linear, >, <, <>, bounce) 
refreshAnimationTime : int length of refresh animation 
refreshAnimationType : string type of refresh animation (linear, >, <, <>, bounce) 

이제 다음은

당신과 함께 설치하여 게이지를 할 수있는 모든 매개 변수의 목록입니다 계측기가 만들어지면이 값들을 조정해라, 나는 그것을 모른다. 네가 그렇게 할 수 없다는 느낌이 든다.