Radar Chart implementation

1
What is the easiest (most integrated) way to embed a radar chart in mendix? the standard charts widgets has no radar option. Thanks
asked
2 answers
3

Hi Gianluca,

 

Have a look at this https://www.amcharts.com/demos/#radar . Just have js and html snippet in your page to use these codes. There are many types of radar charts.

answered
1

Hi Gianluca,

 

You could use the anychart module, which is based on plotly.js

Check out the documentation here: https://docs.mendix.com/refguide/charts-any-cheat-sheet/#65-polar-chart

answered