Zhuyi731/echarts-for-wx-uniapp

legend 设置富文本rich 属性后布局混乱

Opened this issue · 0 comments

vemay commented

legend: {
orient: 'vertical',
top: 20,
right: 40,
itemGap: 12,
itemWidth: 8,
icon: 'circle',
textStyle: {
color: '#888888',
padding: [0, 0, 0, rpx2px(20)],
rich: {
a:{
color:'red'
}
}
},
}
即使rich属性并未使用布局也会混乱
image