Skip to content

Commit a733a8c

Browse files
committed
Add d3-collection to libs for use in workbench multiline charts.
Change-Id: I947e2d0dafedcad927c3ae2f75f76517acb6b0b8 Reviewed-on: https://review.couchbase.org/c/ns_server/+/166073 Tested-by: Eben Haber <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]>
1 parent c017694 commit a733a8c

File tree

6 files changed

+13
-1
lines changed

6 files changed

+13
-1
lines changed

priv/public/ui/index-dev.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"file-saver": "./web_modules/file-saver.js",
122122
"codemirror": "./web_modules/codemirror.js",
123123
"d3-array": "./web_modules/d3-array.js",
124+
"d3-collection": "./web_modules/d3-collection.js",
124125
"d3-dsv": "./web_modules/d3-dsv.js",
125126
"d3-format": "./web_modules/d3-format.js",
126127
"d3-time": "./web_modules/d3-time.js",

priv/public/ui/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/public/ui/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"angular-ui-bootstrap": "1.2.0",
3030
"angular-ui-tree": "2.22.6",
3131
"clipboard": "1.5.16",
32-
"ngx-clipboard": "12.3.1",
3332
"codemirror": "5.56.0",
3433
"d3-array": "2.4.0",
3534
"d3-axis": "1.0.12",
3635
"d3-brush": "1.1.5",
36+
"d3-collection": "1.0.7",
3737
"d3-dsv": "^2.0.0",
3838
"d3-format": "1.4.3",
3939
"d3-hierarchy": "1.1.9",
@@ -50,6 +50,7 @@
5050
"ipaddr.js": "2.0.1",
5151
"js-beautify": "1.10.3",
5252
"lodash": "3.3.0",
53+
"ngx-clipboard": "12.3.1",
5354
"oclazyload": "1.1.0",
5455
"ramda": "0.26.1",
5556
"rxjs": "6.5.3",
@@ -77,6 +78,7 @@
7778
"file-saver",
7879
"codemirror",
7980
"d3-array",
81+
"d3-collection",
8082
"d3-dsv",
8183
"d3-format",
8284
"d3-time",

priv/public/ui/web_modules/d3-collection.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/public/ui/web_modules/d3-collection.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/public/ui/web_modules/import-map.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"d3-array": "./d3-array.js",
2727
"d3-axis": "./d3-axis.js",
2828
"d3-brush": "./d3-brush.js",
29+
"d3-collection": "./d3-collection.js",
2930
"d3-dsv": "./d3-dsv.js",
3031
"d3-format": "./d3-format.js",
3132
"d3-hierarchy": "./d3-hierarchy.js",

0 commit comments

Comments
 (0)