首页 前端知识 echarts绘制地图使用dispatchAction方法高亮区域

echarts绘制地图使用dispatchAction方法高亮区域

2024-01-26 10:01:08 前端知识 前端哥 494 646 我要收藏

     myChart.dispatchAction({
        type: 'downplay', // 取消高亮
        seriesIndex: 0
     })
     myChart.dispatchAction({
        type: 'highlight', //高亮
        seriesIndex: 0,
        dataIndex: index, //数据index,要显示的区域
     })
     myChart.dispatchAction({
        type: 'showTip', //显示提示框
        seriesIndex: 0,
        dataIndex: index
     })


  chart.dispatchAction({
      type: 'unselect', // 取消高亮
      // seriesIndex: 0,
      dataIndex: index
    })

官网文档:https://echarts.apache.org/zh/api.html#action 

转载请注明出处或者链接地址:https://www.qianduange.cn//article/472.html
标签
数据库
评论
发布的文章

CSS3新增样式

2024-02-05 11:02:24

jQuery的介绍

2024-02-05 11:02:21

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!