vue-histogram-slider
vue-histogram-slider copied to clipboard
Range slider with histogram for Vue.js
It'd be great if the component would support `v-model` for the selected values, so that the reactiveness is maintained rather than having to listen to the events being triggered (which...
How can I set sliders' width to 100%? I have tried to set it like this ` :width="'100%'"` but got a type error cause it was expecting number as a...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
**Steps to reproduce** 1. Update the **from** and **to** range of the histogram using the update() method once the histogram is mounted. 2. Once in a while, refresh the page/re-mount...
Useful property missing from readme.
When setting the grid="false" the placement of the handles are slightly of:  When setting it to true it works: 
Hey, is it possible to disable the zoom via props so that the scale of the histogram remains fixed? 
As the title says: How can one set min + max dynamically using a reactive property?
if min equals 0, the range min would become the smallest value in the dataset, instead of 0.