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

Disable zoom in Histogram #29

Open
julianmlr opened this issue Dec 10, 2020 · 3 comments
Open

Disable zoom in Histogram #29

julianmlr opened this issue Dec 10, 2020 · 3 comments

Comments

@julianmlr
Copy link

Hey, is it possible to disable the zoom via props so that the scale of the histogram remains fixed?
example

@areindl
Copy link

areindl commented Jan 17, 2021

Did you fix it somehow, @julianmlr ?

@julianmlr
Copy link
Author

Not really. I just used the vuetify range slider. Of course this misses the histogram part, but I will just add the chart later by myself with chartjs: Range Slider

@hsks
Copy link

hsks commented Feb 24, 2021

@areindl @julianmlr I briefly went through the source code. It looks like it does support a prop called "clip". When set to false (:clip="false"), it disables zoom and double click functionalities. This might come in handy in your cases.

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

No branches or pull requests

3 participants