antoniolago / react-gauge-component

React gauge component for data visualization.
https://antoniolago.github.io/react-gauge-component/
MIT License
132 stars 19 forks source link

Gradient Fails for Negative Values #28

Closed ianpotpie closed 7 months ago

ianpotpie commented 10 months ago

Seems like it may be using the gradient on a scale of 0-100 even when the min/max values are changed.

image

image

antoniolago commented 10 months ago

Hello, thanks for reporting this,

For now I'll leave it open to anyone contribute until I get the chance to fix this