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

Map gauge numerical value color to scaled math value #31

Open
techfixpros opened this issue Feb 14, 2019 · 2 comments
Open

Map gauge numerical value color to scaled math value #31

techfixpros opened this issue Feb 14, 2019 · 2 comments

Comments

@techfixpros
Copy link

techfixpros commented Feb 14, 2019

The gauge bar color updates properly with the scaled math value, but the numerical gauge value still follows the unscaled metric A value. Example: metric A is -5, metric B is -17, and the math formula is A-B, the gauge correctly shows 12. The gauge bar is correctly colored per the thresholds, but the numerical value is coloring based on metric A of -5.

@techfixpros techfixpros changed the title Map gauge value coloring to scaled math value Map gauge numerical value color to scaled math value Feb 15, 2019
@petemyron
Copy link

this might be related:

image

Note:

  • the value is correctly colored according to the threshold
  • the gauge is incorrectly colored with the previous threshold
  • (and likely unrelated) the first threshold marker "0" does not show

@techfixpros
Copy link
Author

techfixpros commented Feb 22, 2019

I believe you are describing the same symptoms. Here are screenshots of my gauge with the only difference between them being the addition/removal of the math formula to convert the raw to scaled (celcius to farenheit).

raw

scaled

The top image is the raw celcius value with the correct color gauge bar and numeral.

The bottom image is the scaled value using the math field, with the correct color gauge bar, while the numeral is still using the raw value.

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

2 participants