fix(map): get the bubble map back (thanks to @SUlbrichA) (#1655)

Closes #1576
This commit is contained in:
Dmitry Nehaychik 2018-04-26 13:35:41 +03:00 committed by GitHub
parent bb9dccf2c8
commit 19f9d0ef0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 5 deletions

View file

@ -42,6 +42,7 @@
"../node_modules/tinymce/plugins/paste/plugin.min.js",
"../node_modules/tinymce/plugins/table/plugin.min.js",
"../node_modules/echarts/dist/echarts.min.js",
"../node_modules/echarts/dist/extension/bmap.min.js",
"../node_modules/chart.js/dist/Chart.min.js"
],
"environmentSource": "environments/environment.ts",