graph » options » indicator
indicator
[ root » graph » options » indicator ]
Mobile Charts Plugin users only: Use the indicator
object to customize the mobile indicator on pie and donut charts. Refer to the Mobile Charts Tutorial for more information.
options: { indicator: { //Pie/Donut Only: Mobile Indicator visible: true, title: { //Series Text visible: true, //and styling attributes }, npv: { //Node Percent Value visible: true, decimals: 1, //and styling attributes }, value: { //Value visible: true, //and styling attributes } }, ... }
Attribute | Type | Description |
---|---|---|
npv | Object | Styles the indicator node percent value on pie and donut charts. Introduced in: v2.3.3 Chart types: Donut Chart,Mobile Chart,Pie |
title | Object | Sets the font color of the object. Introduced in: v2.3.3 Chart types: Donut Chart,Mobile Chart,Pie |
value | Object | Sets the font color of the object. 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 |