Skip to content
Advertisement

how to sum of values in middle of pie chart using amchart 5

How can i show sum of value in the middle of pie chart using am charts.

JavaScript

also i want to show values in decimal not in percentage. i have tried text:”[values.value.sum]” but it’s not working

Advertisement

Answer

You can just set the label text manually if you can’t figure out a built in way. Given I don’t know your json structure, let’s go with this:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement