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
    }
  },
  ...
}


AttributeTypeDescription
npvObjectStyles the indicator node percent value on pie and donut charts.
Introduced in: v2.3.3
Chart types: Donut Chart,Mobile Chart,Pie
titleObjectSets the font color of the object.
Introduced in: v2.3.3
Chart types: Donut Chart,Mobile Chart,Pie
valueObjectSets the font color of the object.
Introduced in: v2.3.3
Chart types: Donut Chart,Mobile Chart,Pie
visibleBooleanSets the visibility of the object.
Introduced in: v2.3.3
Chart types: Donut Chart,Mobile Chart,Pie