Closed vshkr99 closed 4 years ago
Rather than generating the labels, which will depend on the size of the range, and depend on if the min and max are even provided: Ensure ChartJS receives the min/max; it can handle the variety of edge cases.
Okay that's a nice suggestion. Will make the changes soon.
Here I have resolve issue #466 . The charts have been locked to time domain by passing the labels as prop to the Chart component. Data points get distributed within the time range passed.