Skip to content
New issue

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

Value Box Position #233

Open
kanedatatsaki opened this issue Feb 22, 2021 · 2 comments
Open

Value Box Position #233

kanedatatsaki opened this issue Feb 22, 2021 · 2 comments

Comments

@kanedatatsaki
Copy link

It would be awesome to be able to position the value box free inside or outside the gauge area.

@allanyates
Copy link

A second vote for this one! The gauge on the right would need to value box located above the centre point for example. Thanks!

Noname

@webtrekker52
Copy link

webtrekker52 commented May 22, 2023

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
temp55

Multiplier: 1.3
temp1_3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants