Changing intervals on graph axis
sevekim opened this issue · 2 comments
When using the CandleSeries chart, the zoom in/out functions works fine, however, the intervals on axis can be not ideal to view the graph when zoomed in.
See the image below.
On TradingView, there is an ability to change the axis interval while scrolling the mouse on the axis column, thus making the data bit more readable.
Is there a way to achieve something like this within the flutter package?
Thanks!
We are unable to change the interval while doing mouse scrolling, but you can achieve your requirement in load time by using the interval property in ChartAxis. Please find the UG link below.
https://help.syncfusion.com/flutter/cartesian-charts/axis-types#date-time-intervals
Please reach us if you need any further assistance on this.
Furthermore, our Syncfusion Flutter Chart will calculate the auto interval whenever the axis range is changed, such as when zooming or panning. This can be controlled through the enableAutoIntervalOnZooming property.
If you require additional assistance, please feel free to create a new ticket or reopen this one.