Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing intervals on graph axis #830

Open
sevekim opened this issue Nov 11, 2023 · 1 comment
Open

Changing intervals on graph axis #830

sevekim opened this issue Nov 11, 2023 · 1 comment
Labels
charts Charts component waiting for customer Cannot make further progress until the customer responds

Comments

@sevekim
Copy link

sevekim commented Nov 11, 2023

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.

download

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!

@LavanyaGowtham2021
Copy link
Collaborator

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.

@LavanyaGowtham2021 LavanyaGowtham2021 added charts Charts component waiting for customer Cannot make further progress until the customer responds labels Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
charts Charts component waiting for customer Cannot make further progress until the customer responds
Projects
None yet
Development

No branches or pull requests

2 participants