Chartjs-Does the min value of the xAxes have to be within the dataset

0👍

As a solution, I just wrote a function to iterate through the array and find the first value that is greater than or equal to the value I wanted and then set the min of the xAxes to that value. Not very ideal, but hey at least it works.

I couldn’t find anything in the documentation about callbacks for the min value.

Leave a comment