[Chartjs]-Cannot create chart on react element

1👍

If you’re using the chart.js library from https://www.chartjs.org/docs/latest/ the the problem is that chart is not a react component, is just a class, thats why you can’t place it on a react three like that.

Try using this wrapper instead:
https://github.com/jerairrest/react-chartjs-2

Leave a comment