代码:
legend: [
{
top: 'bottom', //上下位置 top center bottom 还可以用百分比50%等
orient: 'horizontal', // 竖立 vertical horizontal 水平的
// right: '0', //靠右 还可以用百分比 50%等
// left: '0',// 靠左 还可以用百分比 50%等
// 左右位置 否则居中
itemWidth: 14,
itemHeight: 14,
icon: 'circle',
// itemGap: 20,//间隔
textStyle: {
color: '#4E5969',
fontSize: 14,
},
data: [
],
},
]