Skip to content
Snippets Groups Projects
Commit befabd21 authored by Callari, Roberto's avatar Callari, Roberto
Browse files

chart-zoom-plugin

parent 6d057759
No related branches found
No related tags found
No related merge requests found
...@@ -6729,19 +6729,12 @@ ...@@ -6729,19 +6729,12 @@
"dev": true "dev": true
}, },
"chart.js": { "chart.js": {
"version": "2.7.1", "version": "2.9.4",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.7.1.tgz", "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.4.tgz",
"integrity": "sha512-pX1oQAY86MiuyZ2hY593Acbl4MLHKrBBhhmZ1YqSadzQbbsBE2rnd6WISoHjIsdf0WDeC0hbePYCz2ZxkV8L+g==", "integrity": "sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==",
"requires": { "requires": {
"chartjs-color": "~2.2.0", "chartjs-color": "^2.1.0",
"moment": "~2.18.0" "moment": "^2.10.2"
},
"dependencies": {
"moment": {
"version": "2.18.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz",
"integrity": "sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8="
}
} }
}, },
"chartjs-color": { "chartjs-color": {
...@@ -6761,6 +6754,14 @@ ...@@ -6761,6 +6754,14 @@
"color-name": "^1.0.0" "color-name": "^1.0.0"
} }
}, },
"chartjs-plugin-zoom": {
"version": "0.7.7",
"resolved": "https://registry.npmjs.org/chartjs-plugin-zoom/-/chartjs-plugin-zoom-0.7.7.tgz",
"integrity": "sha512-8fOHPPiZTT2+K0w278TQWYs/DtPg06s1OpTqdXxPpdfH7QQbl6Io/WuE1FjPehDWVCxpe3tSTts+dPbxgq2Z5g==",
"requires": {
"hammerjs": "^2.0.8"
}
},
"cheerio": { "cheerio": {
"version": "1.0.0-rc.10", "version": "1.0.0-rc.10",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.10.tgz", "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.10.tgz",
...@@ -68,7 +68,8 @@ ...@@ -68,7 +68,8 @@
"angular2-chartjs": "0.4.1", "angular2-chartjs": "0.4.1",
"apexcharts": "^3.27.1", "apexcharts": "^3.27.1",
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"chart.js": "2.7.1", "chart.js": "2.9.4",
"chartjs-plugin-zoom": "^0.7.7",
"ckeditor": "4.7.3", "ckeditor": "4.7.3",
"classlist.js": "1.1.20150312", "classlist.js": "1.1.20150312",
"core-js": "2.5.1", "core-js": "2.5.1",
......
...@@ -30,6 +30,9 @@ ...@@ -30,6 +30,9 @@
import { AuthLogoutComponent } from './auth/logout/auth-logout.component'; import { AuthLogoutComponent } from './auth/logout/auth-logout.component';
import { MarkdownModule } from 'ngx-markdown'; import { MarkdownModule } from 'ngx-markdown';
import { ChartModule } from 'angular2-chartjs';
import 'chartjs-plugin-zoom';
export function configFactory(http: HttpClient): ConfigLoader { export function configFactory(http: HttpClient): ConfigLoader {
return new ConfigHttpLoader(http, './assets/config.json'); return new ConfigHttpLoader(http, './assets/config.json');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment