Skip to content

Commit afeda3b

Browse files
authored
Merge pull request #2127 from influxdata/feature/milliseconds
Dygraph Fork for Milliseconds
2 parents ead5f4e + 220790f commit afeda3b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### UI Improvements
1212
1. [#2111](https://github.com/influxdata/chronograf/pull/2111): Increase size of Cell Editor query tabs to reveal more of their query strings
13-
1. [#2119](https://github.com/influxdata/chronograf/pull/2119): Add cancel button to Tickscript editor
13+
1. [#2119](https://github.com/influxdata/chronograf/pull/2119): Add support for graph zooming and point display on the millisecond-level
1414

1515
## v1.3.9.0 [2017-10-06]
1616
### Bug Fixes

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"bootstrap": "^3.3.7",
102102
"calculate-size": "^1.1.1",
103103
"classnames": "^2.2.3",
104-
"dygraphs": "^2.0.0",
104+
"dygraphs": "influxdata/dygraphs",
105105
"eslint-plugin-babel": "^4.1.2",
106106
"fast.js": "^0.1.1",
107107
"fixed-data-table": "^0.6.1",

ui/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,9 +2516,9 @@ dot-prop@^3.0.0:
25162516
dependencies:
25172517
is-obj "^1.0.0"
25182518

2519-
dygraphs@^2.0.0:
2519+
dygraphs@influxdata/dygraphs:
25202520
version "2.0.0"
2521-
resolved "https://registry.yarnpkg.com/dygraphs/-/dygraphs-2.0.0.tgz#30be283c7e32aa7536d4ea9da61ebe9f363d7c98"
2521+
resolved "https://codeload.github.com/influxdata/dygraphs/tar.gz/9cc90443f58c11b45473516a97d4bb3a68a620c2"
25222522

25232523
ecc-jsbn@~0.1.1:
25242524
version "0.1.1"

0 commit comments

Comments
 (0)