vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

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

Open thepaul opened 10 years ago

thepaul commented 10 years ago

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 commented 10 years ago

(label me wishlist)

Dieterbe commented 10 years ago

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 commented 10 years ago

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