Hello everyone! I’m using CanvasJS Charts for a school project but I’ve a problem. I need to render around 8 charts, containing various sensors data, collected from an Arduino. When I try to render all the charts it doesn’t works, sometimes it renders 3-4 random charts (with my data), other times only one, why ?
This is the code: https://github.com/FraWolf/thingspeak-ui
Live preview: https://frawolf-sensors.netlify.app/
We observed that the react wrapper that you are using is not official wrapper but a 3rd-party one. Using official wrapper seems to be working fine. You can download CanvasJS charting library along with wrapper from our download page and refer to our documentation for step-to-step tutorial on integration. Please download the working sample (official react wrapper) from here.