Skip to content
Advertisement

Tag: chart.js3

Line graph with linear timescale in Chart.js

I’m trying to use Chart.js 3.3.2 to display some a line graph with an equally spaced x date axis. Like the example they give here. I cannot get a simple version of this example working (see below snippet) as it outputs the error: Error: This method is not implemented: Check that a complete date adapter is provided. I did not

Advertisement