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

[LineChart]: in the new scaleType: time, I can't get multiline tooltips to show up for my data, it appears from the demo data that they only show up if the x exactly matches one of the gridlines #397

Closed
1 of 5 tasks
scottdickerson opened this issue Oct 29, 2019 · 4 comments · Fixed by #499
Assignees
Labels
contributor: accurat Work contributed by accurat severity: 1 Must be fixed ASAP specs-needed 🙏 type: bug 🐛 Something isn't working

Comments

@scottdickerson
Copy link
Contributor

I am submitting a...

  • Feature request
  • Design defect
  • Source code defect
  • Demo/documentation defect
  • Other

charts version:

0.16.25

Issue description

You can see this limitation in the demo data page, by hovering over a non-gridlined datapoint
image

Versus a gridlined datapoint:
image

@theiliad
Copy link
Member

theiliad commented Dec 2, 2019

I don't think the gridline tooltips are working at all.

On a continuous axis you need a continuous tooltip, because you will still have a real domain within the gridlines that need to be addressed.

(Refer to the Intermediate Value Theorem - https://www.mathsisfun.com/algebra/intermediate-value-theorem.html)

I suggest the tooltip persisting onHover at any point within the grid.

If the developer knows that there is a lack of relation between the points on the graph, they could switch to the gridline tooltips through some configs.

@theiliad theiliad added type: bug 🐛 Something isn't working severity: 1 Must be fixed ASAP labels Jan 28, 2020
@ryshah
Copy link

ryshah commented Jan 29, 2020

@theiliad I second the need for the fix. All my time series data points are aligned but not with gridlines and tooltip only shows one data point.

Screen Shot 2020-01-29 at 2 22 08 PM

Is it possible to have gridlines configured along the datapoints? It would be nice to include timestamp as part of tooltip for time series charts

@theiliad theiliad added the contributor: accurat Work contributed by accurat label Feb 4, 2020
@gvnmagni
Copy link

gvnmagni commented Feb 11, 2020

This issue is solved by #478

@gvnmagni
Copy link

Russel, this image shows the application of the updated tooltip to this specific case

Screenshot 2020-03-18 at 16 34 07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor: accurat Work contributed by accurat severity: 1 Must be fixed ASAP specs-needed 🙏 type: bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants