tessera-metrics / tessera

A dashboard front-end for graphite.
http://tessera-metrics.github.io/tessera/
Apache License 2.0
1.19k stars 81 forks source link

Apply `hide_zero_series` to singlegraph and singlestat grids #548

Closed aalpern closed 5 years ago

aalpern commented 5 years ago

The hide_zero_series boolean attribute controls whether series which sum to zero are shown in charts. The attribute exists on singlegraph grids and singlestat grids, but is ignored. It should be applied to them as well.

Example without the flag:

image

Example with treating the flag like it's treated in charts:

image

aalpern commented 5 years ago

Done