Mikhus / canvas-gauges

HTML5 Canvas Gauge. Tiny implementation of highly configurable gauge using pure JavaScript and HTML5 canvas. No dependencies. Suitable for IoT devices because of minimum code base.
http://canvas-gauges.com/
MIT License
1.58k stars 396 forks source link

Linear-Gauge valueBox doesn't display outrange value as Radial-Gauge. #221

Closed gnalbandian closed 4 years ago

gnalbandian commented 4 years ago

In the gauges found at the example page the valueBox from the linear gauges doesn't display the actual outranged valued, but instead it show dthe maxValue (ie:100)

Could this be fix to show the current outranged value like un the radial gauges? Thanks!

image image