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  

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b328e7-2b676.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b328e7-2b676.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?