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
In the example the "feature" is easily noticeable with once glance, because the minRange is so high and the chart is so small. But in the actual application my chart is much bigger, and the x-labels might be something like 2.07502, and the limit would be likely something like 0.0001. And when zooming, it keeps calculating the most appropriate time labels, so the x-axis is just a row of long numbers changing a lot, so it is very hard to even realize that the zooming has actually stopped.
The text was updated successfully, but these errors were encountered:
I have set limits for zoom like this:
limits: { x: { minRange: 0.1 } }
I have set zoom mode to x, and disabled panning.
When I reach the limit, instead of just stopping the zoom, the chart starts panning left or right, keeping the minimum range.
Example: https://stackblitz.com/edit/stackblitz-starters-utwyr6?file=src%2Fapp%2Fapp.component.ts
In the example the "feature" is easily noticeable with once glance, because the minRange is so high and the chart is so small. But in the actual application my chart is much bigger, and the x-labels might be something like 2.07502, and the limit would be likely something like 0.0001. And when zooming, it keeps calculating the most appropriate time labels, so the x-axis is just a row of long numbers changing a lot, so it is very hard to even realize that the zooming has actually stopped.
The text was updated successfully, but these errors were encountered: