Pie chart to display value instead of percentage

3
Hi, I'm currently working on a pie chart. It always display percentage but I want it to display value. How to achieve that? Thank you in advance!
asked
4 answers
13

Hi Phutharin,

You can achieve this by adding this json to your data options of the advanced tab of the pie chart:

{
  "textinfo": "value"
}

Kind Regards,

answered
4

@Arvind,

I had the same issue. Updating the widget to the latest version and setting 'Mode’ to Advanced did fix it. See screenshot below.

answered
0

Hello I am trying to show count on the pi chart and implemented the below solution and its not working for me. is there any solution yet ?

{ "textinfo": "value"}

answered
0

is there any solution for this?

answered