Chartjs-Is it possible to make 3D pie chart using chart.js?

-1👍

It’s not possible, to plot I recommend plotly.js, it’s easy to use and fit’s most cases. For more complex and animated charts I would go with Three.js, highly customizable but somewhat complex to use.

Leave a comment