You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the reason why you didn't add maxRange. This is because you assumed that user starts from seeing all the data. So, there is no reason to limit him in returning to this initial state.
In this case the chart will start from showing 20 points, even if data contains 10000 points.
Then I may want to zoom in to 10 points at most and to zoom out to 1000 points at most.
I may use minRange range for the first (10 points min).
And I could use maxRange for the second (1000 points max).
Thank you for great plugin!
The text was updated successfully, but these errors were encountered:
I reloaded submitted form several times because I was getting error from GitHub. And it appears that I actually created several duplicate tickets. Already closed duplicates. Sorry.
Hi,
You already have minRange option hear:
I see the reason why you didn't add maxRange. This is because you assumed that user starts from seeing all the data. So, there is no reason to limit him in returning to this initial state.
However, chart.js has min/max options:
In this case the chart will start from showing 20 points, even if data contains 10000 points.
Then I may want to zoom in to 10 points at most and to zoom out to 1000 points at most.
I may use minRange range for the first (10 points min).
And I could use maxRange for the second (1000 points max).
Thank you for great plugin!
The text was updated successfully, but these errors were encountered: