echarts中流向图图片配置

  // 城市点位图标
  const symbolList = [
    "image://https://mars3d.cn/img/icon/symbol1.png",
    "image://https://mars3d.cn/img/icon/symbol2.png",
  ];

  // 线上的动态运动点图标
  const pointSymbol = [
    // "image://img/icon/linePoint1.png",
    "image://https://mars3d.cn/img/icon/linePoint1.png",
    "image://https://mars3d.cn/img/icon/linePoint2.png",
  ];
posted @ 2025-11-27 14:27  sinceForever  阅读(1)  评论(0)    收藏  举报