diff --git a/CHANGELOG.md b/CHANGELOG.md index 72211224636..81b315d6323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Enhancements * **CloudWatch**: Support for multiple AWS Credentials, closes [#3053](https://github.com/grafana/grafana/issues/3053), [#3080](https://github.com/grafana/grafana/issues/3080) * **Elasticsearch**: Support for dynamic daily indices for annotations, closes [#3061](https://github.com/grafana/grafana/issues/3061) +* **Graph Panel**: Option to hide series with all zeroes from legend and tooltip, closes [#1381](https://github.com/grafana/grafana/issues/1381), [#3336](https://github.com/grafana/grafana/issues/3336) + ### Bug Fixes * **cloudwatch**: fix for handling of period for long time ranges, fixes [#3086](https://github.com/grafana/grafana/issues/3086) diff --git a/public/app/panels/graph/axisEditor.html b/public/app/panels/graph/axisEditor.html index e2bc4d36b1d..175c0c78fa7 100644 --- a/public/app/panels/graph/axisEditor.html +++ b/public/app/panels/graph/axisEditor.html @@ -150,9 +150,9 @@
-
+
    -
  • +
  • Legend
  • @@ -164,21 +164,13 @@
  • -
  • - -
  • -
  • - -
-
-
    -
  • - Legend values +
  • + Values
  • @@ -195,13 +187,8 @@
  • -
-
-
-
-
    -
  • - Decimals +
  • + Decimals
- - +
+
    +
  • + Hide +
  • +
  • + +
  • +
  • + +
  • +
+
+