HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
688 stars 129 forks source link

Zero segment not highlighted in SIMPLE DIGITAL when start from zero #112

Closed claudio-rosati closed 7 years ago

claudio-rosati commented 7 years ago

When startFromZero is true, the zero segment was not highlighted for positive numbers. Moreover values close to maxValue were displayed in a segment outside the bar limits. Finally fixed computation errors coming for range assumed to be 300 instead of 280.