From 8e204b7a0b5070872f3799d8360562c703625ec6 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Tue, 27 Mar 2018 09:12:33 -0700 Subject: [PATCH 1/2] Fix graph fill bug --- ui/src/shared/components/LineGraph.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/shared/components/LineGraph.js b/ui/src/shared/components/LineGraph.js index a7cabea3a1..7cb2ca484f 100644 --- a/ui/src/shared/components/LineGraph.js +++ b/ui/src/shared/components/LineGraph.js @@ -76,6 +76,7 @@ class LineGraph extends Component { rightGap: 0, yRangePad: 10, labelsKMB: true, + fillGraph: true, underlayCallback, axisLabelWidth: 60, drawAxesAtZero: true, From 3becdb0feb62c30468d31ebbf59d39b883dca135 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Tue, 27 Mar 2018 09:17:12 -0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3063f7d8c..0224eff639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ 1. [#2970](https://github.com/influxdata/chronograf/pull/2970): Fix hanging browser on docker host dashboard 1. [#3006](https://github.com/influxdata/chronograf/pull/3006): Fix Kapacitor Rules task enabled checkboxes to only toggle exactly as clicked 1. [#3048](https://github.com/influxdata/chronograf/pull/3048): Prevent Multi-Select Dropdown in InfluxDB Admin Users and Roles tabs from losing selection state +1. [#3068](https://github.com/influxdata/chronograf/pull/3068): Fix intermittent missing fill from graphs ## v1.4.2.3 [2018-03-08]