import IEcharts from "vue-echarts-v3/src/full.js"
import China from" echarts/map/json/china.json"
IEcharts.registerMap ("china", China)
the way to register a map is registerMap, but what is the way to get a chart? Init method does not work, please answer. Thank you