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.
How i can create gauge aligned by bottom of canvas and big font in title?
Like this https://jsfiddle.net/e0y2a5mz/ ?
But when i make small data-ticks-width < 50 bottom line of gauge rises up.
When i use font in titile with size greater than 36 - title rises up.
Good day!
How i can create gauge aligned by bottom of canvas and big font in title?
Like this https://jsfiddle.net/e0y2a5mz/ ? But when i make small data-ticks-width < 50 bottom line of gauge rises up. When i use font in titile with size greater than 36 - title rises up.