About the method of how vue-echarts-v3 gets chart objects

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

Mar.07,2021

you're asking about this component, right?

https://www.npmjs.com/package.

I can understand your question as manipulating chart objects, right?

  getMap API  

Menu