From 42ec6393a1239bac5c6a0b0cdfa306aa657845d9 Mon Sep 17 00:00:00 2001 From: Hunter Trujillo Date: Tue, 17 Oct 2017 13:25:28 -0600 Subject: [PATCH 1/3] Add our own fork of Dygraphs. --- ui/package.json | 2 +- ui/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/package.json b/ui/package.json index 18699542e8..ec46f24455 100644 --- a/ui/package.json +++ b/ui/package.json @@ -101,7 +101,7 @@ "bootstrap": "^3.3.7", "calculate-size": "^1.1.1", "classnames": "^2.2.3", - "dygraphs": "^2.0.0", + "dygraphs": "influxdata/dygraphs", "eslint-plugin-babel": "^4.1.2", "fast.js": "^0.1.1", "fixed-data-table": "^0.6.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index ea859eb57c..85aea864d0 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2516,9 +2516,9 @@ dot-prop@^3.0.0: dependencies: is-obj "^1.0.0" -dygraphs@^2.0.0: +dygraphs@influxdata/dygraphs: version "2.0.0" - resolved "https://registry.yarnpkg.com/dygraphs/-/dygraphs-2.0.0.tgz#30be283c7e32aa7536d4ea9da61ebe9f363d7c98" + resolved "https://codeload.github.com/influxdata/dygraphs/tar.gz/9cc90443f58c11b45473516a97d4bb3a68a620c2" ecc-jsbn@~0.1.1: version "0.1.1" From fb4f0af2f87465a076f9c95a7f3c7b78c50d0ed1 Mon Sep 17 00:00:00 2001 From: Hunter Trujillo Date: Tue, 17 Oct 2017 13:31:22 -0600 Subject: [PATCH 2/3] CHANGELOG. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b80c90b2..8e51367f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ ### Features 1. [#2083](https://github.com/influxdata/chronograf/pull/2083): Every dashboard can now have its own time range 1. [#2045](https://github.com/influxdata/chronograf/pull/2045): Add CSV download option in dashboard cells +1. [#2127](https://github.com/influxdata/chronograf/pull/2127): Add CSV download option in dashboard cells ### UI Improvements 1. [#2111](https://github.com/influxdata/chronograf/pull/2111): Increase size of Cell Editor query tabs to reveal more of their query strings -1. [#2119](https://github.com/influxdata/chronograf/pull/2119): Add cancel button to Tickscript editor +1. [#2119](https://github.com/influxdata/chronograf/pull/2119): Add support for graph zooming and point display on the millisecond-level ## v1.3.9.0 [2017-10-06] ### Bug Fixes From 220790fb12ec76a090dd6ea9cceca392dbe4c4b3 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Tue, 17 Oct 2017 14:14:36 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e51367f04..ef351b50ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ ### Features 1. [#2083](https://github.com/influxdata/chronograf/pull/2083): Every dashboard can now have its own time range 1. [#2045](https://github.com/influxdata/chronograf/pull/2045): Add CSV download option in dashboard cells -1. [#2127](https://github.com/influxdata/chronograf/pull/2127): Add CSV download option in dashboard cells ### UI Improvements 1. [#2111](https://github.com/influxdata/chronograf/pull/2111): Increase size of Cell Editor query tabs to reveal more of their query strings