寫這個筆記是因為這件看似很簡單的小事,折磨了我很久。
先上圖
image.png

image.png
然后看到富文本相關的介紹,想嘗試使用,但是文檔寫得很含糊不清,你看了知道該怎么寫嘛?

image.png
查了一圈好不容易才找到,formatter直接在legend下寫,rich在legend.textStyle中。
legend: {
top: 5,
left: 0,
data: ['區(qū)塊數(shù)', '目錄上鏈數(shù)'],
icon: 'circle',
itemWidth: 8,
itemHeight: 8,
formatter: [
'{a|{name}}'
].join('\n'),
textStyle: {
height: 8,
rich: {
a: {
verticalAlign: 'bottom',
},
}
}
},
OK,效果出來:
1640242216675_457B8CB1-1F24-425e-A7AA-8D3BB0DE4792.png
希望能幫助到跟我一樣無助徘徊的同學。