Closed Zzj1185 closed 5 months ago
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!
Version
5.2.2
Link to Minimal Reproduction
No response
Steps to Reproduce
initCharts() { this.$echarts.registerMap("sh", json, {}); // console.log(this.$echarts.getMap("sh"), "注册"); //检查地图是否注册成功 this.myCharts = this.$echarts.init(document.querySelector("#custom-map")); const option = { // xAxis: [ // { // type: "value", // // data: [1, 2, 3, 4, 5], // }, // ], // yAxis: [ // { // type: "value",
" alt=""/>
Current Behavior
i set symbol in the url way,and set symblosize:600(after that,any screen is the same size)
Expected Behavior
i want to know how to make the scatter reactive.(scatter is the image in url way and it decripts a river and some roads)
Environment
Any additional comments?
No response