Pygmalion69 / Gauge

A Gauge View for Android
Apache License 2.0
68 stars 26 forks source link

Gauges doesn't support negative lower range values #14

Closed nam-van-nguyen closed 4 years ago

nam-van-nguyen commented 4 years ago

For example, if monitoring a value between -5 to 5, with 10 intervals,

it would show:

-2 -2 -1 -1 0 1 1 2 2

It should go from -5 to 5, not -2 to 2. Also, a fractional display would be nice, at least to 1 or 2 digits after the decimal place.

nam-van-nguyen commented 4 years ago

This is a non-issue.