feat(charts): add the charts examples

This commit is contained in:
Alexander Zhukov 2017-05-11 18:31:55 +03:00
parent e8dc2b9c72
commit 20a05654f4
19 changed files with 655 additions and 13 deletions

View file

@ -37,10 +37,14 @@
"@angular/router": "4.1.0",
"@asymmetrik/angular2-leaflet": "2.1.4",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.25",
"@swimlane/ngx-charts": "5.2.0",
"angular2-echarts": "1.1.7",
"bootstrap": "4.0.0-alpha.6",
"ckeditor": "4.6.2",
"classlist.js": "1.1.20150312",
"core-js": "2.4.1",
"d3": "4.8.0",
"echarts": "3.5.4",
"font-awesome": "4.7.0",
"immutable": "3.8.1",
"intl": "1.2.5",
@ -58,6 +62,7 @@
"devDependencies": {
"@angular/cli": "1.0.1",
"@angular/compiler-cli": "4.1.0",
"@types/d3-color": "1.0.4",
"@types/jasmine": "2.5.38",
"@types/leaflet": "1.0.60",
"@types/node": "6.0.69",
@ -78,7 +83,7 @@
"ts-node": "2.0.0",
"tslint": "4.5.1",
"tslint-eslint-rules": "3.4.0",
"tslint-language-service": "0.9.3",
"tslint-language-service": "0.9.4",
"typescript": "2.3.2"
}
}