We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently insights graphs work well with 1-2 data points. However with more things start to be hard to digest:
event (sum of event_property)
Example:
(note there are 3 different lines here)
When moving the mouse across the chart highlight the closest date (x-coordinate) and show labels for all entries on that date.
Hovering all data points one-by-one. This is hard when the metrics can be of different scale.
The text was updated successfully, but these errors were encountered:
Show all items at date when hovering a LineGraph
a8decc4
This makes it easier to read graphs with multiple lines. Fixes #2597
Fixed by #2600
Sorry, something went wrong.
99a2c60
No branches or pull requests
Is your feature request related to a problem?
Currently insights graphs work well with 1-2 data points. However with more things start to be hard to digest:
event (sum of event_property)
to event labels on graphs #2583)Example:
(note there are 3 different lines here)
Describe the solution you'd like
When moving the mouse across the chart highlight the closest date (x-coordinate) and show labels for all entries on that date.
Describe alternatives you've considered
Hovering all data points one-by-one. This is hard when the metrics can be of different scale.
Additional context
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: