legend: {
type: 'scroll', // 设置图例翻页
icon: 'rect',
itemWidth: 12, // 图例图形宽度
itemHeight: 10,
orient: 'horizontal', // 图例横向排布
data: title, // title是一个列表,存着图例的数据
left: 15, // 图例位置
bottom: 8,
textStyle: {
color: '#fff',
fontSize: 12
},
pageIconColor: '#fff',
pageTextStyle: {
color: '#fff'
},
itemGap: 20
},
Echarts图例数据太多实现滚动效果
最新推荐文章于 2024-08-15 16:07:21 发布