echarts的legend过多显示分页效果
legend: {
itemHeight: 12, //圆点大小
itemWidth: 12,
width: "70%",
orient: 'vertical',//控制纵向、横向
itemGap: 29,//图例每项之间的间隔
type: "scroll",//这句
icon: "circle",//显示样式
top: 5,
right: "center",
textStyle: {
//图例文字的样式
color: "#fff",
fontSize: 14
}
},