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

Range slider with histogram for Vue.js

Results 34 vue-histogram-slider issues
Sort by recently updated
recently updated
newest added

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

dependencies

**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: ![image](https://user-images.githubusercontent.com/41620469/81788297-9a55aa00-9502-11ea-841a-7c1843f10dc6.png) When setting it to true it works: ![image](https://user-images.githubusercontent.com/41620469/81788256-8b6ef780-9502-11ea-965b-2f370c184acc.png)

Hey, is it possible to disable the zoom via props so that the scale of the histogram remains fixed? ![example](https://user-images.githubusercontent.com/26934306/101755463-2fd70d80-3ad5-11eb-81c6-59640245f6d4.jpeg)

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.