legend: {
// orient: "vertical",
width:'200',
right: '0',
y: "center",
icon: "circle",
textStyle: {
//图例文字的样式
color: this.zhpgtxt,
fontSize: 10,
},
},
关键就在于orient: "vertical"
如果把它注释就是自动换行了 不注释就是一行排列
这是注释之后的样子
这是注释之前的样子