5201314999 opened a new issue #10083: 饼图圆环中心支持设置标题
URL: https://github.com/apache/incubator-echarts/issues/10083
 
 
   ### What problem does this feature solve?
   1 参考 https://preview.pro.ant.design/dashboard/analysis 
饼图,可以设置总标题。饼图中心居中的情况下,可以利用title 手动设置,饼图圆心不居中时,手动设置,left, 和 top 变得很难设置。
   2 参考  https://www.echartsjs.com/examples/editor.html?c=pie-doughnut 
饼图中间默认悬浮数量最大的图例,悬浮其它时再切换
   
   ### What does the proposed API look like?
   series:{
         middleTilte: true,    默认false, true 时设置中心标题
         text: 主标题
         subText: 子标题
         textStyle: 样式
         hover :true,   悬浮时是否标题隐藏
   }
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to