added slicing chart in enodeb details
diff --git a/mCordPortal/bower.json b/mCordPortal/bower.json
index 96a97f4..6c9aa65 100644
--- a/mCordPortal/bower.json
+++ b/mCordPortal/bower.json
@@ -32,9 +32,11 @@
     "ngXosHelpers": "https://raw.githubusercontent.com/open-cloud/xos/master/xos/core/xoslib/static/js/vendor/ngXosHelpers.js",
     "Datejs": "https://github.com/datejs/Datejs",
     "moment": "~2.13.0",
-    "moment-duration-format": "~1.3.0"
+    "moment-duration-format": "~1.3.0",
+    "Chart.StackedBar.js": "~1.0.3"
   },
   "resolutions": {
-    "angular": ">=1.2.0"
+    "angular": ">=1.2.0",
+    "Chart.js": "~2.0.0"
   }
 }