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 | Description |
---|---|---|
fontColor font-color | String | Sets the font color of the object. Introduced in: v2.3.3 Chart types: Donut Chart,Mobile Chart,Pie |
fontFamily font-family | String | Sets the font family of the object. Chart types: Donut Chart,Mobile Chart,Pie |
fontSize font-size | Number | Sets the font size of the object. Introduced in: v2.3.3 Chart types: Donut Chart,Mobile Chart,Pie |
fontStyle font-style | String | Sets the text's font style. Accepted Values: ['normal', 'italic', 'oblique', 'none'] Default Value: 'normal' Introduced in: v2.3.3 Chart types: Donut Chart,Mobile Chart,Pie |
fontWeight font-weight | Number, String | Sets the text's font weight. Accepted Values: ['bold', 'none', 'normal', `${string}`] Default Value: 'normal' Introduced in: v2.3.3 Chart types: Donut Chart,Mobile Chart,Pie |
visible | Boolean | Sets the visibility of the object. Introduced in: v2.3.3 Chart types: Donut Chart,Mobile Chart,Pie |