ChartJS not rendering lines according to x-axis data
Data: const data={ "labels": [ 0, 400, 800, 1200, 1600, 2000, 2400, 2800, 3200, 3600, 4000 ], "datasets": [ { "axis": ‘x’, "label": "FFF", "borderColor": "Red", "backgroundColor": "Red", "data": [ { "x": 2883, "y": 129 }, { "x": 3509, "y": 118 }, { "x": 3916, "y": 73 } ] } ] }; Chart: I am… Read More ChartJS not rendering lines according to x-axis data