HanSolo / medusa

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

Level Gauge #205

Closed sivaprashanth closed 3 years ago

sivaprashanth commented 3 years ago

Can i use a level gauge with no percentages displayed and just numbers on the level gauge?

HanSolo commented 3 years ago

Fixed with version 11.7 You simply can set the unit to "" to get rid of the % sign

sivaprashanth commented 3 years ago

Can i hide the numbers and just show the level gauge and its animation

HanSolo commented 3 years ago

Just set the foregroundBaseColor to Color.TRANSPARENT should work

sivaprashanth commented 3 years ago

Thanks Hansolo that was a speedy response.

sivaprashanth commented 3 years ago

is that % disappearance available for java 8 versions ?