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

Handle placement is wrong

Open SimonCehlin opened this issue 5 years ago • 3 comments
trafficstars

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

When setting it to true it works: image

SimonCehlin avatar May 13 '20 08:05 SimonCehlin

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

oguzhaninan avatar Aug 10 '20 18:08 oguzhaninan

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

dukie66 avatar Apr 30 '21 11:04 dukie66

vue-histogram-slider

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

pkaruga avatar Apr 10 '23 08:04 pkaruga