m3rri opened a new issue #10354: [Tree chart] Can I add a text such a " " into 
collapsing symbol(marker)
URL: https://github.com/apache/incubator-echarts/issues/10354
 
 
   ### What problem does this feature solve?
   In the API,<br/>
   When I choose a symbol 'empty**', I can change a color of collapsing node of 
tree chart.<br/>
   And I want to know that I can add a text into a marker or not.<br/>
   I got this ▼<br/>
   marker : '<span 
style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#61a0a8;"></span>'<br/>
   I want to make it ▼<br/>
   '<span 
style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#61a0a8;">
 </span>'<br/>
   let user notice it has children nodes.<br/>
   Thank you.
   
   ### What does the proposed API look like?
   In the API,<br/>
   When I choose a symbol 'empty**', I can change a color of collapsing node of 
tree chart.<br/>
   And I want to know that I can add a text into a marker or not.<br/>
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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