Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriel Santiago <adriel@gitlab.com>2018-12-01 23:21:08 +0300
committerAdriel Santiago <adriel@gitlab.com>2018-12-08 01:36:17 +0300
commitf053a02f68b14d0e90b43efc8399d66beee614f5 (patch)
tree76a578e7dba4d594f88a192bde3150d4bfb2d5ea /package.json
parenta27ba8edfa6f41de135cf6f1573cc5366440f7b5 (diff)
Use GitLab UI area chart
Replace the metrics dashboard graph with GitLab UI's area chart component
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index ac4d5174610..6e18518f651 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@gitlab/svgs": "^1.40.0",
- "@gitlab/ui": "^1.14.0",
+ "@gitlab/ui": "^1.15.0",
"apollo-boost": "^0.1.20",
"apollo-client": "^2.4.5",
"autosize": "^4.0.0",
@@ -57,6 +57,7 @@
"diff": "^3.4.0",
"document-register-element": "1.3.0",
"dropzone": "^4.2.0",
+ "echarts": "^4.2.0-rc.2",
"emoji-unicode-version": "^0.2.1",
"exports-loader": "^0.7.0",
"file-loader": "^2.0.0",