What problem does this feature solve?
Can tree node support div?
Now tree node only supports display name field of data. I want to replace it with a more expressive element. Such as, custom html with div. Each div of node shows corresponding data.
What does the proposed API look like?
Add a optional field and I can specify a Dom. ECharts will fill data to dom.
What problem does this feature solve?
Can tree node support
div?Now tree node only supports display name field of data. I want to replace it with a more expressive element. Such as, custom html with div. Each div of node shows corresponding data.
What does the proposed API look like?
Add a optional field and I can specify a Dom. ECharts will fill data to dom.