摘要: 官网: https://echarts.apache.org/zh/option.html#useUTC1结构图: 续: title:标题设置legend:图例控制grid:图例内网格控制xAxis:X轴yAxis:Y轴polar:极坐标radiusAxis:极坐标系径向轴angleAxis:极坐标 阅读全文
posted @ 2021-10-11 14:24 威武的大萝卜 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 一、Echarts中的action echarts中支持的图表行为,通过dispatchAction触发。 1.highlight 高亮指定的数据图形 dispatchAction({ type: 'highlight', // 可选,系列 index,可以是一个数组指定多个系列 seriesInd 阅读全文
posted @ 2021-10-11 10:02 威武的大萝卜 阅读(655) 评论(0) 推荐(0) 编辑
摘要: 注意事项 1、必须使用goe渲染地图2、同一个option只能存在一个series参数3、tooltip提示框默认跟随series参数展示4、通过地图区域的鼠标悬停事件,用dispatchAction触发城市锚点scatter对应的tooltip5、dispatchAction的seriesInde 阅读全文
posted @ 2021-10-11 09:55 威武的大萝卜 阅读(3583) 评论(0) 推荐(0) 编辑