palerdot/react-d3-speedometer

minValue is not showing in speedometer

Closed this issue · 1 comments

I am givng minValue but it is not reflect on speedometer.

Here is my code

<ReactSpeedometer maxValue={500} minValue={100} value={473} needleColor="blue" segments={1} needleTransitionDuration={4000} needleTransition="easeElastic" currentValueText="Current Value: ${value}" />

screenshot from 2019-01-09 11-43-52

I'm not able to reproduce this issue. Please check here - https://stackblitz.com/edit/react-ynxkuv. Please let me know if you can share me a reproducible issue using stackblitz or any other online code editor.