canvas-gauges
canvas-gauges copied to clipboard
Value Box Position
It would be awesome to be able to position the value box free inside or outside the gauge area.
A second vote for this one! The gauge on the right would need to value box located above the centre point for example. Thanks!
valueBox vertical positioning can be changed by altering the multiplier (0.55 in this example) to a different value ...
function _(e, t, i) { Te.drawValueBox(e, t, i, 0, e.max - 0.55 * e.max, e.max); }
Just search the JS code for Te.drawValueBox
Multiplier: 0.55
Multiplier: 1.3