Chart.js Time Scale Sample

The following chart is from a sample I found in the samples/timeScale folder of Chart.js Github repository. As far as I understand, the bundle version of Chart.js should include the moment.js as well. But I could not make the following code to work, without adding the moment.js from a CDN.

If you now how to make the bundled version to work, without using moment.min.js, please let me know to update the code.

Continue reading Chart.js Time Scale Sample