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

Gauges do not handle missing objects #7908

Open
akhenry opened this issue Oct 18, 2024 · 0 comments
Open

Gauges do not handle missing objects #7908

akhenry opened this issue Oct 18, 2024 · 0 comments

Comments

@akhenry
Copy link
Contributor

akhenry commented Oct 18, 2024

Summary

A missing object in a Gauge will throw a JavaScript error in the console. The issue appears to be in this line of code, which assumes at least one range is returned -

this.valueKey = this.metadata.valuesForHints(['range'])[0].source;

Expected vs Current Behavior

There should not be any unhandled errors in the JavaScript console

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

No branches or pull requests

1 participant