We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be awesome to be able to position the value box free inside or outside the gauge area.
The text was updated successfully, but these errors were encountered:
A second vote for this one! The gauge on the right would need to value box located above the centre point for example. Thanks!
Sorry, something went wrong.
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
No branches or pull requests
It would be awesome to be able to position the value box free inside or outside the gauge area.
The text was updated successfully, but these errors were encountered: