Javascript – How to have line span from 2 points in chartjs?
I currently have a chart with a dynamic line and a horizontally static line: Right now, the code manually types out the horizontal data points 50 times: var data1 = { datasets: [ { backgroundColor: 'rgba(75, 192, 192, 0.2)', borderColor:…