diff --git a/CHANGELOG.md b/CHANGELOG.md index d832a6e076d..b860b20c42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 1.9.1 (unreleased) **Enhancements** -- [Issue #1028](https://github.com/grafana/grafana/issues/1028). Graph: New legend option ``hideEmtpy`` to hide series with only null values +- [Issue #1028](https://github.com/grafana/grafana/issues/1028). Graph: New legend option ``hideEmtpy`` to hide series with only null values from legend **Fixes** - [Issue #1199](https://github.com/grafana/grafana/issues/1199). Graph: fix for series tooltip when one series is hidden/disabled diff --git a/src/app/partials/annotations_editor.html b/src/app/partials/annotations_editor.html index a470dcb082e..cec67e28e66 100644 --- a/src/app/partials/annotations_editor.html +++ b/src/app/partials/annotations_editor.html @@ -16,7 +16,7 @@