diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b80c90b2..ef351b50ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### 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 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"