From c338b90c3dad1549ddc1eac1d1e2641dc8d332fd Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 13 Aug 2018 15:44:44 +0800 Subject: [PATCH] 地图增加 网格 --- .angular-cli.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.angular-cli.json b/.angular-cli.json index b30914a..1eb8118 100644 --- a/.angular-cli.json +++ b/.angular-cli.json @@ -24,7 +24,9 @@ "../node_modules/@antv/g2/dist/g2.min.js", "../node_modules/@antv/data-set/dist/data-set.min.js", "../node_modules/@antv/g2-plugin-slider/dist/g2-plugin-slider.min.js", - "../node_modules/echarts/dist/echarts.min.js" + "../node_modules/echarts/dist/echarts.min.js", + "../node_modules/echarts/map/js/china.js", + "../node_modules/echarts/dist/extension/bmap.js" ], "environmentSource": "environments/environment.ts", "environments": { -- Gitblit v1.8.0