1. When creating scatter charts and maps with echarts, there are two objects in series. The object types are type:"scatter" and type:"map", which can be displayed normally in Google browser mode. However, when you put them on the phone and use the mobile browser, the error will be displayed, resulting in the map not being displayed. The screenshot of
code is as follows:
series: [
{
type: "scatter"
},
{
type: "map"
}
]
Screenshot of the error message prompted by the browser on the mobile side is as follows:
has anyone ever encountered such a situation?