You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/04/24 08:21:37 UTC

[GitHub] [incubator-echarts] m3rri opened a new issue #10354: [Tree chart] Can I add a text such a " " into collapsing symbol(marker)

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org