What problem does this feature solve?
In the API,
When I choose a symbol 'empty**', I can change a color of collapsing node of tree chart.
And I want to know that I can add a text into a marker or not.
I got this ▼
marker : '<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#61a0a8;"></span>'
I want to make it ▼
'<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#61a0a8;">+</span>'
let user notice it has children nodes.
Thank you.
What does the proposed API look like?
In the API,
When I choose a symbol 'empty**', I can change a color of collapsing node of tree chart.
And I want to know that I can add a text into a marker or not.
What problem does this feature solve?
In the API,
When I choose a symbol 'empty**', I can change a color of collapsing node of tree chart.
And I want to know that I can add a text into a marker or not.
I got this ▼
marker : '<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#61a0a8;"></span>'
I want to make it ▼
'<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#61a0a8;">+</span>'
let user notice it has children nodes.
Thank you.
What does the proposed API look like?
In the API,
When I choose a symbol 'empty**', I can change a color of collapsing node of tree chart.
And I want to know that I can add a text into a marker or not.