vue-histogram-slider icon indicating copy to clipboard operation
vue-histogram-slider copied to clipboard

Disable zoom in Histogram

Open julianmlr opened this issue 4 years ago • 3 comments

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

julianmlr avatar Dec 10 '20 09:12 julianmlr

Did you fix it somehow, @julianmlr ?

areindl avatar Jan 17 '21 18:01 areindl

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

julianmlr avatar Jan 17 '21 18:01 julianmlr

@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.

hsks avatar Feb 24 '21 13:02 hsks