Merge pull request #2865 from influxdata/russorat-patch-1

Fixing broken links in the CHANGELOG
pull/10616/head
lukevmorris 2018-02-27 19:28:35 -08:00 committed by GitHub
commit bc37e264fd
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
## v1.4.2.0 [unreleased]
### Features
1. [#2837](https://github.com/influxdata/chronograf/pull/2837): Prevent execution of queries in cells that are not in view on the dashboard page
1. [#2837] (https://github.com/influxdata/chronograf/pull/2837): Prevent execution of queries in cells that are not in view on the dashboard page
1. [#2829] (https://github.com/influxdata/chronograf/pull/2829): Add an optional persistent legend which can toggle series visibility to dashboard cells
### UI Improvements
@ -10,8 +11,8 @@
1. [#2821](https://github.com/influxdata/chronograf/pull/2821): Save only selected template variable values into dashboards for non csv template variables
1. [#2842](https://github.com/influxdata/chronograf/pull/2842): Use Generic APIKey for Oauth2 group lookup
1. [#2850](https://github.com/influxdata/chronograf/pull/2850): Fix bug in which resizing any cell in a dashboard causes a Gauge cell to resize
1. [#2851] (https://github.com/influxdata/chronograf/pull/2851): Maintain y axis labels in dashboard cells
1. [#2819] (https://github.com/influxdata/chronograf/pull/2819): Deprecate --new-sources in CLI
1. [#2851](https://github.com/influxdata/chronograf/pull/2851): Maintain y axis labels in dashboard cells
1. [#2819](https://github.com/influxdata/chronograf/pull/2819): Deprecate --new-sources in CLI
## v1.4.1.3 [2018-02-14]
### Bug Fixes