Use GitLab UI area chart
Replace the metrics dashboard graph with GitLab UI's area chart component
Showing
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
"@babel/plugin-syntax-import-meta": "^7.0.0", | "@babel/plugin-syntax-import-meta": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | "@babel/preset-env": "^7.1.0", | ||
"@gitlab/svgs": "^1.40.0", | "@gitlab/svgs": "^1.40.0", | ||
"@gitlab/ui": "^1.14.0", | "@gitlab/ui": "^1.15.0", | ||
"apollo-boost": "^0.1.20", | "apollo-boost": "^0.1.20", | ||
"apollo-client": "^2.4.5", | "apollo-client": "^2.4.5", | ||
"autosize": "^4.0.0", | "autosize": "^4.0.0", | ||
... | @@ -57,6 +57,7 @@ | ... | @@ -57,6 +57,7 @@ |
"diff": "^3.4.0", | "diff": "^3.4.0", | ||
"document-register-element": "1.3.0", | "document-register-element": "1.3.0", | ||
"dropzone": "^4.2.0", | "dropzone": "^4.2.0", | ||
"echarts": "^4.2.0-rc.2", | |||
"emoji-unicode-version": "^0.2.1", | "emoji-unicode-version": "^0.2.1", | ||
"exports-loader": "^0.7.0", | "exports-loader": "^0.7.0", | ||
"file-loader": "^2.0.0", | "file-loader": "^2.0.0", | ||
... | ... |
Please register or sign in to comment