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)
Giovanni,
Thank you for contacting us.
I created a sample demonstrating how to handle float values - you should use Math.ceiling/Math.round/Math.floor to convert them to integers - link.
If this does not help, please send us a working sample or a code snippets including your data source and igPieChart configuration so we could further investigate.
Ok, thank you.