-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Tooltip units incorrect when using stacked, percentage graphs #1228
Labels
Comments
dupe of #1175 |
This was referenced Nov 5, 2022
This was referenced Dec 25, 2022
This was referenced Dec 25, 2022
This was referenced Jun 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've setup a graph which has multiple series which represent timings, in milliseconds. I'm drawing these stacked, as percentages and because of this, I've set the left axis units to 'percent' such that the axes looks correct (i.e. has 0-100%, rather than 0-100ms, if I'd used 'ms' as my units).
Having done that though, if I enable the "All Series" tooltip view, the values displayed in the tooltip also have a % suffix, despite being in milliseconds themselves. In the normal/non-"All Series" view, they display as %ages correctly.
The text was updated successfully, but these errors were encountered: