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

Custom tooltip label in gauge/goal/bulletgraph #1845

Closed
markov00 opened this issue Oct 12, 2022 · 3 comments · Fixed by #2156
Closed

Custom tooltip label in gauge/goal/bulletgraph #1845

markov00 opened this issue Oct 12, 2022 · 3 comments · Fixed by #2156
Labels
enhancement New feature or request :goal/gauge (old) Old Goal/Gauge chart related issues needs design A design pass is required and not available

Comments

@markov00
Copy link
Member

Is your feature request related to a problem? Please describe.
The current label used in the gauge/goal/bullet graph is hard coded with the value Actual.
This doesn't follow the other chart behaviors and needs to be configurable.

Describe the solution you'd like
Using the id, or the name or one of the other available label in the configuration

Describe alternatives you've considered
Don't show a label is also an alternative, all the information are anyway already available on the screen.

@markov00 markov00 added enhancement New feature or request :goal/gauge (old) Old Goal/Gauge chart related issues labels Oct 12, 2022
@markov00 markov00 added the needs design A design pass is required and not available label Jul 10, 2023
@gvnmagni
Copy link

I saw the design need label on this issue and I wanted to provide some guidance even if it seems pretty straightforward. We should make few additional consideration that I am sure I overlooked, but I didn't want this issue to be blocked by design and I wanted to provide a first solution that I believe could be ok for the moment.

The following image shows a simple way of handling tooltips
Frame 152

@nickofthyme
Copy link
Collaborator

@gvnmagni One other consideration related to this is what are your thoughts on having a floating line where the user is hovering with a subdued line similar to the target line? Then in the tooltip, show this hovered value.

The tooltip screenshots above are IMHO useless, just duplciating information that is already visible.

@gvnmagni
Copy link

You are absolutely on point, I agree with you these tooltips are useless and this would be only a temporary fix in order to, at least, include the right information within that.

It is a very interesting idea to include a floating line, we should definitely consider it. I am also asking myself what are the users trying to do here when they interact with the chart, what kind of information are they looking for

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request :goal/gauge (old) Old Goal/Gauge chart related issues needs design A design pass is required and not available
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants