zhibisora opened a new issue, #19734:
URL: https://github.com/apache/echarts/issues/19734

   ### What problem does this feature solve?
   
   树状图添加x轴,y轴和半径轴支持,使图表可以同时反应分支关系和节点属性,更好得可视化树形数据,特别是例如生物进化树之类的研究数据可视化。
   
   
相关网站:https://nextstrain.org/zika?d=tree&dmax=2018-06-24&dmin=2004-07-16&p=full&transmissions=hide
   
   对于普通树(添加x轴和y轴):
   <img width="925" alt="image" 
src="https://github.com/apache/echarts/assets/73344387/3fd58289-d86f-451a-a158-037fb9c9a31a";>
   
   对于径向树(添加半径轴):
   <img width="560" alt="image" 
src="https://github.com/apache/echarts/assets/73344387/99bd5263-5b53-4a22-8907-2b9ebd06b355";>
   
   
   ### What does the proposed API look like?
   
   示例:
   
   对于普通树(添加x轴和y轴):
   <img width="925" alt="image" 
src="https://github.com/apache/echarts/assets/73344387/3fd58289-d86f-451a-a158-037fb9c9a31a";>
   
   对于径向树(添加半径轴):
   <img width="560" alt="image" 
src="https://github.com/apache/echarts/assets/73344387/99bd5263-5b53-4a22-8907-2b9ebd06b355";>


-- 
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]

Reply via email to