[Chartjs]-How to set a time scale to a ChartJS chart from JSON?

1๐Ÿ‘

โœ…

So I found the answer by myself and it was to write the push like this :

dates.push({x:[data[i].c_min,data[i].c_max], y: field[i]})

If that may help.
Thanks if you tried to help me.

Leave a comment