{"x": "1/13/2021 8:37:17 AM", "y": 0}, {"x": "1/14/2021 8:37:17 AM", "y": 25}, {"x": "1/18/2021 8:37:24 AM", "y": 30}
https://quickchart.io/chart?c={
type: 'line',
data: {
datasets: [{
label: 'Percent',
data: [
{"x": "1/13/2021 8:37:17 AM", "y": 0}, {"x": "1/14/2021 8:37:17 AM", "y": 25}, {"x": "1/18/2021 8:37:24 AM", "y": 30}
]
}]
},
options: {
scales: {
xAxes: [{
type: 'time',
time: {parser: 'M/D/YYYY HH:mm:ss LT'},
scaleLabel: {display: true, labelString: 'Date'}
}]
}
}
}