react-gauge-chart
react-gauge-chart copied to clipboard
Feature request: Flag to stop rotation at 100%
Nice component! :+1:
It would be great if we are able to flag whether the needle should top / be capped at max or just continue to rotate.
Submitted PR https://github.com/Martin36/react-gauge-chart/pull/40
This is what I implemented in my App to prevent this. max(0, min(1, value))