From ca35916c44a4dc7fce9f60e041de044b631b0b14 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 15 Aug 2017 09:55:31 -0700 Subject: [PATCH 1/3] Fix for 1872 --- ui/src/style/components/dygraphs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/style/components/dygraphs.scss b/ui/src/style/components/dygraphs.scss index f38b0420a6..1d3004db3a 100644 --- a/ui/src/style/components/dygraphs.scss +++ b/ui/src/style/components/dygraphs.scss @@ -198,6 +198,7 @@ white-space: nowrap; } figure { + white-space: nowrap; padding-left: 10px; font-family: $code-font; } From 0e1c4739a50fa71d9ed5029a9f5fc50e0e9ca41a Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 15 Aug 2017 09:58:24 -0700 Subject: [PATCH 2/3] Updoot changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd514d39b..c5f337d4af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ 1. [#1870](https://github.com/influxdata/chronograf/pull/1870): Fix console error for placing prop on div 1. [#1864](https://github.com/influxdata/chronograf/pull/1864): Fix Write Data form upload button and add `onDragExit` handler 1. [#1866](https://github.com/influxdata/chronograf/pull/1866): Fix missing cell type (and consequently single-stat) +1. [#1872](https://github.com/influxdata/chronograf/pull/1872): Prevent stats in the legend from wrapping line ### Features From ee4c4048b440abe5fb964dc0865c048b20a5255c Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 17 Aug 2017 13:59:43 -0700 Subject: [PATCH 3/3] Remove obsolete changelog entry introduced in merge --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c349dbb25..24a5589762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ 1. [#1715](https://github.com/influxdata/chronograf/pull/1715): Chronograf now renders on IE11. 1. [#1870](https://github.com/influxdata/chronograf/pull/1870): Fix console error for placing prop on div 1. [#1864](https://github.com/influxdata/chronograf/pull/1864): Fix Write Data form upload button and add `onDragExit` handler -1. [#1866](https://github.com/influxdata/chronograf/pull/1866): Fix missing cell type (and consequently single-stat) 1. [#1872](https://github.com/influxdata/chronograf/pull/1872): Prevent stats in the legend from wrapping line ### Features