echarts设置legend占据图形空间

legend: {// orient: 'vertical', 垂直bottom: 0,itemWidth: 7, //设置宽度itemHeight
      legend: {// orient: 'vertical', 垂直bottom: 0,itemWidth: 7, //设置宽度itemHeight: 7,//设置高度padding: [0, 0, 0, 0],//距离容器距离icon: "circle" //改为矩形},

在这里插入图片描述