Chartjs-Socket.io is not sending data to frontend as intended

0👍

Suggestion:
1.- Don’t use socket.io for this approach, you can use SSE .
2.- did you try chart.update() ?, you can push new points but you needs to update the chart so you can see the results, for adding new data just use "update" function as you can see here (using chart.js), let me know if it works for you so i can create an example for you.

Leave a comment