Using chart through another project
I use library:
https://www.npmjs.com/package/react-chartjs-2
https://www.npmjs.com/package/chart.js
ChartJS: How to have two consecutive points in a line chart be in the same category?
I’m trying to create a line chart that can have up to two points in one category in chartjs. In the example, the labels and data are each passed as arrays, so each label can only have one point. I would like to have up to two points.