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.57k stars 394 forks source link

feature: Different ticks on each side of linear gauge #200

Open pke opened 4 years ago

pke commented 4 years ago

To display a hybrid °C/F gauge it would be nice to have both tick labels on the gauge. Left Fahrenheit, right Celcius. The value would still be metered in Celsius. Is something like that already possible?

Mikhus commented 4 years ago

Sad to tell that, but this is not supported. If anyone would like to suggest PR fro that - welcome!