React Circular Slider Bug Fix -- 2
Budget: $30 – $250 SGD
I'm using the below and there seems to be a bug in the slider path where the green part doesn't track the grey path.
Just do a simple react library a
https://github.com/mnkhouri/react-circular-slider
<CircularSlider
size={300}
trackWidth={8}
// startAngle={0}
// endAngle={360}
angleType={{ direction: 'cw', axis: '-y' }}
minValue={0}
maxValue={360}
handle1={{
value: value1,
onChange: (v) => setValue1(v)
}}
handle2={{
value: value2,
onChange: (v) => setValue2(v)
}}
arcColor="green"
// arcBackgroundColor="green"
handleSize={10}
/>
value1
231.64527821027445
value2
90
Just do a simple react library a
https://github.com/mnkhouri/react-circular-slider
<CircularSlider
size={300}
trackWidth={8}
// startAngle={0}
// endAngle={360}
angleType={{ direction: 'cw', axis: '-y' }}
minValue={0}
maxValue={360}
handle1={{
value: value1,
onChange: (v) => setValue1(v)
}}
handle2={{
value: value2,
onChange: (v) => setValue2(v)
}}
arcColor="green"
// arcBackgroundColor="green"
handleSize={10}
/>
value1
231.64527821027445
value2
90