From 53a218815ea39876cd75a8cebd4a9b0268b439cc Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 15 Jan 2019 18:09:35 -0300 Subject: [PATCH] agrego modal grafico y chart.js --- index.html | 3 +++ package.json | 2 ++ src/js/app.js | 1 + 3 files changed, 6 insertions(+) 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', -- 1.9.1