Zhuyi731 / echarts-for-wx-uniapp

uni-app echarts vue2小程序专用
332 stars 37 forks source link

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

Open vemay opened 1 year ago

vemay commented 1 year ago

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