3
I am looking for a tutorial, plug in Jquery or code for a graphic in the format "Wheel of Life", as in the image below. There will be no animation, but the data will be dynamic, coming from a PHP/Mysql application.
Each area is divided into 10 pieces, which represent the average of the note for each area (from 0 to 10). The average will be displayed "coloring" the corresponding amount of that average, coming from PHP.
I appreciate any idea or samplecode that might help.
The closest I could find was that. You managed to solve your problem?
– durtto
Yes, I did it using the "Polar" API format: http://www.highcharts.com/demo/polar. Thank you!
– Atoyansk
So write your reply and mark it as accepted.
– durtto
This is the best I’ve found so far: https://www.amcharts.com/docs/v3/tutorials/interactive-wheel-life-chart/
– Gabriel Glauber