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.
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.
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.