graph » options » indicator » value
value
[ root » graph » options » indicator » value ]
Mobile Charts Plugin users only: Use the value
object to customize the indicator node value on pie and donut charts. Refer to the Mobile Charts Tutorial for more information.
options: { indicator: { //Pie/Donut Only: Mobile Indicator value: { visible: true, fontSize: 36, fontColor: 'red', fontFamily: 'Georgia', fontWeight: 'bold', fontStyle: 'italic' } }, ... }
Attribute | Type | Info |
---|---|---|
font-color fontColor | Mixed | To set the font color. 'gray' | '#666699' | ... |
font-family fontFamily | String | To set the font family. 'Arial' | 'Georgia' | ... |
font-size fontSize | Numeric | To set the font size. 30 | 24 | 16 | ... |
font-style fontStyle | String | To set the font style. 'normal' | 'italic' |
font-weight fontWeight | String | To set the font weight. 'normal' | 'bold' |
visible | Boolean | To set the visibility of the object. true | false |