the official website describes it as follows:
demo:
the official website describes it as follows:
demo:
I don't quite understand what you want to achieve. Is that what you want?
the official website reads:
Note: if you configure a custom image as the tag of a node, it is impossible to distinguish whether the current node has a folded subtree by filling colors. Currently, it is not supported. Uploading two images indicates that the node is folded and expanded, respectively. so, if you want to explicitly display the two states of a node, it is recommended that you use ECharts's regular tag types, such as' emptyCircle' , and so on.
at present, it is found that only the hollow state of symbol: 'emptyCircle' can expand and fold, expand to hollow, fold to solid, and have the same color
.
Previous: Echart.js type: 'tree', tree different levels of symbol linestyle settings
Next: How does vue-cli eliminate some unwanted head when packing?
I want to use the tree map of Echarts. What I thought at that time was that each node used the < font > tag to set the font size and color, so that the content contained in each bracket could be set independently, but the name value of the node could...