Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
igPieChart format label
posted

Hi,

I have a little problem wit chart label:

formatLabel: function (item) { return item.itemLabel+" "+item.percentValue+"%" },

labelsPosition: "bestFit"

When label is outside of chart instead of Label 7% it show Label 7.000000000000%.

How can I fix this? (My value is a float converted to json)