mars3d与echart图表结合使用

// echart 图表的参数
function getEchartsOption() {
  const options = {
    animation: false,
 
    visualMap: { min: 0, max: 15, bottom: "5%", right: "5%", itemHeight: 30, show: true },
    series: [
      {
        type: "effectScatter",
        coordinateSystem: "mars3dMap",
        showEffectOn: "render",
        zlevel: 0,
        rippleEffect: { period: 15, scale: 4, brushType: "fill" },
        label: { normal: { show: true, formatter: "{b}", position: "top", offset: [5, 0], color: "#1DE9B6" }, emphasis: { show: true } },
        symbol: "circle",
        itemStyle: { normal: { show: true, shadowBlur: 10, shadowColor: "#333" } },
        data: [
          { key: "中国", name: "中国", latitudeAndLongitude: "110.094854,34.525002", counts: 15, value: [110.094854, 34.525002, 15] },
          { key: "澳大利亚", name: "澳大利亚", latitudeAndLongitude: "150.993137,-33.675509", counts: 6, value: [150.993137, -33.675509, 6] },
          { key: "蒙古", name: "蒙古", latitudeAndLongitude: "106.731711, 48.056936", counts: 3, value: [106.731711, 48.056936, 3] },
          { key: "泰国", name: "泰国", latitudeAndLongitude: "100.52901, 13.814341", counts: 3, value: [100.52901, 13.814341, 3] },
          { key: "韩国", name: "韩国", latitudeAndLongitude: "126.928257, 37.617069", counts: 3, value: [126.928257, 37.617069, 3] },
          { key: "匈牙利", name: "匈牙利", latitudeAndLongitude: "17.108519,48.179162", counts: 3, value: [17.108519, 48.179162, 3] },
          { key: "阿联酋", name: "阿联酋", latitudeAndLongitude: "55.269441,25.204514", counts: 3, value: [55.269441, 25.204514, 3] }
        ]
      },
      {
        type: "lines",
        coordinateSystem: "mars3dMap",
        zlevel: 0,
        effect: { show: true, period: 4, trailLength: 0.2, symbol: "arrow", symbolSize: 5 },
        lineStyle: { normal: { width: 1, opacity: 1, curveness: 0.3 } },
        // 位置信息
        data: [
          {
            coords: [
              [17.108519, 48.179162],
              [55.269441, 25.204514]
            ],
            value: 1
          },
          {
            coords: [
              [150.993137, -33.675509],
              [126.928257, 37.617069]
            ],
            value: 1
          },
          {
            coords: [
              [55.269441, 25.204514],
              [110.094854, 34.525002]
            ],
            value: 1
          },
          {
            coords: [
              [150.993137, -33.675509],
              [110.094854, 34.525002]
            ],
            value: 1
          },
          {
            coords: [
              [110.094854, 34.525002],
              [106.731711, 48.056936]
            ],
            value: 1
          },
          {
            coords: [
              [126.928257, 37.617069],
              [17.108519, 48.179162]
            ],
            value: 1
          },
          {
            coords: [
              [106.731711, 48.056936],
              [100.52901, 13.814341]
            ],
            value: 1
          },
          {
            coords: [
              [100.52901, 13.814341],
              [150.993137, -33.675509]
            ],
            value: 1
          }
        ]
      }
    ]
  }
  return options
}

创建一个echart图层,装载echart图表;

options就是echart图表的设置参数

常用的mychart对象方法:

添加showLoading()到加载数据之前可以显示一个Loading的界面,防止加载时间过长,hideLoading()清除加载页面

mychart.getOption();
mychart.dispose()
mychart.clear();

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值