Merge pull request #3068 from influxdata/bugfix/graph-fill

Fix graph fill bug: Other graphs hate him
pull/10616/head
Andrew Watkins 2018-03-28 09:49:18 -07:00 committed by GitHub
commit 173509c0ce
2 changed files with 2 additions and 0 deletions

View File

@ -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]

View File

@ -76,6 +76,7 @@ class LineGraph extends Component {
rightGap: 0,
yRangePad: 10,
labelsKMB: true,
fillGraph: true,
underlayCallback,
axisLabelWidth: 60,
drawAxesAtZero: true,