Hi,
Any idea how to implement a statistic pie ‘cake’?
Thanks a lot,
Dafna
Hi,
Any idea how to implement a statistic pie ‘cake’?
Thanks a lot,
Dafna
How about using chart.js inside an html component like in this example : https://www.wix.com/code/home/example/Chart (unfortunately, this example is currently broken, but the code there should give you an idea of how it’s done). You can use chart.js to make pie charts as well.
great! thank you Sam!