Echarts 修改legend样式(正方形、矩形、圆形等等)

legend: {
          itemHeight: 24,
          itemWidth: 24,
          data: [
            {
              name: '修边比例',
              icon: 'rect',
            },
            {
              name: '平均门幅',
              icon: 'rect',
            }
          ]
        },
icon 展示
circle 圆形
rect 矩形
roundRect 圆角矩形
triangle 三角形
diamond 菱形
pin 水滴
arrow 箭头
none 不显示图标

效果:

 

猜你喜欢

转载自blog.csdn.net/ljy_1024/article/details/124188907
今日推荐