-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Gauge Plugin] Limits and Composition Issues #5155
Labels
Milestone
Comments
nikhilmandlik
added a commit
that referenced
this issue
May 3, 2022
nikhilmandlik
added a commit
that referenced
this issue
May 3, 2022
nikhilmandlik
added a commit
that referenced
this issue
May 3, 2022
jvigliotta
pushed a commit
that referenced
this issue
May 20, 2022
* Fix tick values for plots ticks in log mode and null check (#5119) * [2297] When there is no display range or range, skip setting the range value when auto scale is turned off. * If the formatted value is a number and a float, set precision to 2 decimal points. * Fix value assignment * Use whole numbers in log mode * Revert whole numbers fix - need floats for values between 0 and 1. * Reverts forced precision for log plots axis labels (#5147) * [Gauge Plugin] Limits and Composition Issues #5155 * default current value as '--' * updated as per review comments. Co-authored-by: Shefali Joshi <[email protected]> Co-authored-by: Andrew Henry <[email protected]>
Verified Fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(#4896 (comment))
Think this is related to #5139 as well
Summary
When you add a telemetry item, that does not have set limits and you do not have manually set limits on the gauge property, "NaN" will show where the min and max limits should or should not.
Also, if you remove an item from the gauge (via the tree or the elements pool), then the gauge itself will still show the value from the telemetry item. This can be fixed by navigating away and returning or refreshing.
Expected vs Current Behavior
Steps to Reproduce
Testing instructions
Environment
Version: 2.0.3
Build Date: Mon May 02 2022 15:46:20 GMT-0700 (Pacific Daylight Time)
Revision: 663f42a
Branch: release/2.0.3
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: