Chartjs-Chart JS โ€“ Is there a way to connect two datasets in a line chart?

1๐Ÿ‘

โœ…

You can draw the line yourself on the canvas with a custom plugin: https://www.chartjs.org/docs/latest/developers/plugins.html

You can also use the anotation plugin to draw the line for you: https://github.com/chartjs/chartjs-plugin-annotation

Leave a comment