Echarts creates a scatter chart, which is displayed in PC mobile phone mode, while the mobile browser reports an error.

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:

clipboard.png

has anyone ever encountered such a situation?

Mar.28,2021
Menu