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")); ...