veeramani.arthanari Report post Posted January 30, 2020 Hi, I'm having values/percentages like 15, 35, 40. If I input these values into graph, the Dougnut graph is adjusting its percentage to 100. So the values I input is getting changed. The above one is just example, in my case it's adding/subtracting the percentage to 0.01 to make sure that graph is having the 100 percentage. Is there any way, I can make the graph to show 99.99% or 100.01% or restrict it to show only the values/percentages I input.? Thanks in advance Share this post Link to post Share on other sites
Akash Biswas Report post Posted January 31, 2020 Hi, This is a sample with your shared values : https://jsfiddle.net/khgmt68s/ Please share a sample or the values with which we can understand you query and check further. However if you want to display exactly the numbers or values that you are providing in the data objects, then set "showPercentValues" attribute to "0". Also if you want to show "%" as a symbol with all the numeric values, then set "numberSuffix" as "%". Refer to this sample fiddle : https://jsfiddle.net/a3o9sy6e/ Thanks, Akash. Share this post Link to post Share on other sites
veeramani.arthanari Report post Posted February 17, 2020 Thank you Akash, this will work :). Thanks for your help. Share this post Link to post Share on other sites
Akash Biswas Report post Posted February 17, 2020 Thanks for the acknowledgement Share this post Link to post Share on other sites