vue-histogram-slider
vue-histogram-slider copied to clipboard
Disable zoom in Histogram
Hey, is it possible to disable the zoom via props so that the scale of the histogram remains fixed?
Did you fix it somehow, @julianmlr ?
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
@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.