乐趣区

初步接触echarts

安装和使用

npm install echarts --save
const echarts = require("echarts")
require("echarts/map/js/china") // geo map 是 china 时
require("echarts/extension/bmap/bmap") // 很关键 使用 geo 出现地图的 

let myChart = echarts.init(document.getElementById("j_map"));

...
退出移动版