diff --git a/angular-cli-build.js b/angular-cli-build.js
index f582537..9b882d4 100644
--- a/angular-cli-build.js
+++ b/angular-cli-build.js
@@ -7,7 +7,7 @@ module.exports = function(defaults) {
vendorNpmFiles: [
'socket.io-client/socket.io.js',
'smoothie/smoothie.js',
- 'chart.js/Chart.js',
+ 'chart.js/dist/Chart.bundle.js',
'ng2-charts/bundles/ng2-charts.js',
'chroma-js/chroma.js',
'plotly.js/dist/plotly.js',
diff --git a/package.json b/package.json
index 93f48f1..f5a2d9f 100644
--- a/package.json
+++ b/package.json
@@ -41,14 +41,14 @@
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"brainbrowser": "^2.3.0",
- "chart.js": "^1.0.2",
+ "chart.js": "^2.1.4",
"chroma-js": "^1.1.1",
"dsp.js": "neurojs/dsp.js",
"es6-shim": "^0.35.0",
"express": "^4.13.4",
"fili": "^1.2.1",
"jstat": "^1.5.2",
- "ng2-charts": "^1.0.3",
+ "ng2-charts": "^1.1.0",
"nodemon": "^1.9.1",
"openbci-sdk": "^0.3.4",
"plotly.js": "^1.10.2",
diff --git a/src/app/dashboard.component.html b/src/app/dashboard.component.html
index 42c0172..18a2cb0 100644
--- a/src/app/dashboard.component.html
+++ b/src/app/dashboard.component.html
@@ -4,8 +4,8 @@
{{ title }}