pissang commented on a change in pull request #16660:
URL: https://github.com/apache/echarts/pull/16660#discussion_r823530165
##########
File path: src/chart/tree/TreeSeries.ts
##########
@@ -240,6 +241,7 @@ class TreeSeriesModel extends SeriesModel<TreeSeriesOption>
{
const node = this.getData().tree.getNodeByDataIndex(dataIndex);
params.treeAncestors = wrapTreePathInfo(node, this);
+ params.isExpand = node.isExpand;
Review comment:
I think using `collapsed` here will be better since we use it in our
options
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]