Donut chart widget configuration editable

0
I need to increase the width of the donut chart for one of my application. Currently the configuration for the donut chart widget is not editable. How we can make it editable to make the changes as required.
asked
2 answers
1

Hi,
If you are using the pie chart widget you can add configurations and Layout in the tab Advanced. Don’t forget to set “Mode” to “Advanced”. If you do not use this, i would recommend to use it. In the chart properties you can change from pie to doughnut.

answered
0

Hi,

You should add this part to the data to get the hole. The number will determine how big or small the hole will be. I hope this helps.

,   "type": "pie",
    "hole": "0.6"

answered