auxesis / visage

Graph collectd metrics in the browser, backed by a JSON API
http://visage-app.com/
Other
381 stars 56 forks source link

Stacked and 95th Percentile should be mutually exclusive #110

Closed jessereynolds closed 12 years ago

jessereynolds commented 12 years ago

It doesn't make sense to show 95th Percentile lines over stacked graphs (except perhaps for just the bottom most displayed data series). Eg look at the attached screen shot, the red percentile lines don't correspond visually with the data series lines.

https://skitch.com/jessereynolds/eghey/vocus-primary-on-bdr01-visage

Even if they were moved to be near each data series, stacked is additive so it's likely the percentile line will get out of whack with the data series line.

Solution - make the two options mutually exclusive in javascript, in the same way as we're doing with the 95e and Live togglers now.