Chartjs-Chart.js not working – Uncaught RefernceError:

0👍

When I looked at your code, I found labels were configured, however your timestamp format will never match those labels. As a result, showing 0 makes sense.

Not sure what do you want. Maybe something like this?
Take a look at the script they coded, you will find out they didn’t configure labels.

If I were you, I might use scatter plot with showLines=true instead.

Leave a comment