oguzhaninan / vue-histogram-slider

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

Handle placement is wrong #12

Open SimonCehlin opened 4 years ago

SimonCehlin commented 4 years ago

When setting the grid="false" the placement of the handles are slightly of: image

When setting it to true it works: image

oguzhaninan commented 4 years ago

Hi @SimonCehlin , Thanks for warning. I fixed this issue. Please check the new version.

dukie66 commented 3 years ago

This issue is not fixed. I am using "vue-histogram-slider": "^0.3.8", version. <HistogramSlider width="100%" :toFixed="true" :fromFixed="true" :grid="false" :type="'double'" :barHeight="0" :min="1" :max="10" :step="1" :handleSize="15" :bar-height="100" :data="range" />

image

pkaruga commented 1 year ago

vue-histogram-slider

I'm facing the same issue. Are you sure this is fixed?