diff --git a/index.html b/index.html
index 2b9ea46..17daef2 100644
--- a/index.html
+++ b/index.html
@@ -28,6 +28,8 @@
+
+
@@ -67,6 +69,7 @@
+
diff --git a/package.json b/package.json
index 238e6ee..8f9a333 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
"license": "ISC",
"dependencies": {
"angular": "^1.7.5",
+ "angular-chart.js": "1.1.1",
"angular-cookies": "^1.7.5",
"angular-i18n": "^1.7.5",
"angular-ladda": "^0.4.3",
@@ -28,6 +29,7 @@
"angular-sanitize": "^1.7.5",
"angular-ui-swiper": "^2.3.8",
"bootstrap": "^4.1.3",
+ "chart.js": "2.7.3",
"foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git",
"foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git",
"foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git",
diff --git a/src/js/app.js b/src/js/app.js
index 4a94df6..ad15e05 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -48,6 +48,7 @@ angular.module('appWrapperDemo', [
'focaModalFactura',
'focaModalFacturaDetalle',
'focaModalFlete',
+ 'focaModalGraficoCisternas',
'focaModalListaPrecio',
'focaModalLocalidad',
'focaModalLogin',