Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Is it possible to disable zooming of measureAxis? #62

Closed
asalmasi opened this issue Jun 5, 2018 · 1 comment
Closed

Is it possible to disable zooming of measureAxis? #62

asalmasi opened this issue Jun 5, 2018 · 1 comment

Comments

@asalmasi
Copy link

asalmasi commented Jun 5, 2018

I want to support the behavior where I can disable zooming of measureAxis while domainAxis can be zoomed. Is this possible?

@lorrainekan
Copy link
Contributor

You could provide a custom tick provider to the measure axis that always returns the same set of ticks. This will achieve the effect of a "locked" measure axis.

https://google.github.io/charts/flutter/example/axes/statically_provided_ticks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants