-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ui: use metric name as custom chart title #81182
Conversation
I need to fix some whitespace but other than that, this works. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pkg/ui/workspaces/db-console/src/views/reports/containers/customChart/index.tsx
Outdated
Show resolved
Hide resolved
Custom charts were previously difficult to read because the graph didn't include any indication of what was being graphed. This is now rectified by printing the metrics name. This isn't the most user friendly thing (ideally we would also include the actual title, and make the help text available) but with my limited TSX knowledge this is solving 90% of the problem with a 61 character change. Related to cockroachdb#81035. Release note: None
Build failed (retrying...): |
Build failed (retrying...): |
Build failed: |
I think this has been fixed now since bors has managed to merge something in the meantime. Here goes... bors r=dhartunian,erikgrinaker |
Build failed: |
#73980 |
Build succeeded: |
Custom charts were previously difficult to read because the graph didn't
include any indication of what was being graphed. This is now rectified
by printing the metrics name. This isn't the most user friendly thing
(ideally we would also include the actual title, and make the help text
available) but with my limited TSX knowledge this is solving 90% of the
problem with a 61 character change.
Related to #81035.
Release note: None