surongm commented on issue #19208:
URL: https://github.com/apache/echarts/issues/19208#issuecomment-1765518063
> title:{
> text:'tada', top:'center', left:'center', backgroundColor:'pink',
> subtext: '15781',
> subtextStyle: {color:'#000', fontSize: '36px', fontWeight:'bold'}
> },
是这样子的 我的饼图每个扇形的label在外面、底部还有图例,所以给饼图加了
{
top: -10,
bottom: 20,
}
这个时候 再设置title 它就无法居中在环形的中心

还有它的背景色 我想设置的是整个圆环内部的背景色
现在通过画两个圆来设置,不知道还有没有其他的方法。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]