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

Mousing over a graph label should bring the corresponding line to the "front" #67

Open
thepaul opened this issue Nov 22, 2013 · 3 comments

Comments

@thepaul
Copy link
Contributor

thepaul commented Nov 22, 2013

For example,

screen shot 2013-11-22 at 2 43 30 pm

I'm pretty sure the line for "success" is just hidden behind the line for "total", but it would be nice to make sure. If when mousing over the "success" label in the graph legend, the line for "success" should be drawn on top of the one for "total". This would also be helpful for graphs which have a large number of component metrics, even when the lines don't necessarily overlap.

@thepaul
Copy link
Contributor Author

thepaul commented Nov 22, 2013

(label me wishlist)

@Dieterbe
Copy link
Contributor

yeah this is actually one of the pending features for timeserieswidget (the charting toolkit that GE uses), see the feature table on https://github.com/vimeo/timeserieswidget/

for now my workaround has been to toggle on stack mode.

@zehome
Copy link
Contributor

zehome commented Nov 23, 2013

highcharts handles it also. But it's a bit slower to load with lot of graphs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants