Apply custom configurations for Plotly Pie Chart

0
I am using Mendix default Plotly Pie chart. I need to sort the pies clockwise (the default setting is counterclockwise) and make the pie text displays values instead of percentages like the second picture. I checked the doc and figured out I need to add this json to my configurations: { "directions": "clockwise", "textinfo": "value" } The json seems to work in Developer mode.     The problem here is I can only make it work in tab "trace 0" when I cannot find the place to put it in the editor.   I have tried putting it in Layout, Custom configurations and Custom series options but none of them works.   Please help.
asked
2 answers
0

If you use AnyChart Plotly Charts you have to place that in the static property (or attribute value)

 

afbeelding.png

 

BTW maybe you need to update, I don't have 'advanced' in the latest marketplace version.

answered
0

Same issue, I want to add the following lines:

{  "textinfo": "value"}

answered