oguzhaninan / vue-histogram-slider

Range slider with histogram for Vue.js
https://npmjs.com/package/vue-histogram-slider
MIT License
122 stars 48 forks source link

Disable zoom in Histogram #29

Open julianmlr opened 3 years ago

julianmlr commented 3 years ago

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

areindl commented 3 years ago

Did you fix it somehow, @julianmlr ?

julianmlr commented 3 years ago

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 commented 3 years ago

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