I am having trouble adding a Chart.js canvas graph inside an A-Frame scene.
You can see my problem and the source code in this Glitch project, or you can view the image here:
You can see the original canvas graph on the left, and on the right, the graph as a texture for an image inside the A-Frame's scene. This graph is all glitchy, and I can't understand why.
Is there a way to fix the texture? Or another way to add a 2D Chart.js graph inside the scene?
Thank you.