echarts-for-react icon indicating copy to clipboard operation
echarts-for-react copied to clipboard

Tree branch once opened does not retract back on closing it

Open AdiAkhileshSingh15 opened this issue 1 year ago • 1 comments

Screenshot from 2024-03-08 21-43-23 When the app branch is opened Screenshot from 2024-03-08 21-43-56 When the app branch is closed

Here are the configuration props I used in my Echart code1

Type of data object. code2 The type probably doesn't have anything to do with this, as I tried passing hard-coded data of same type and it rendered as I wanted, so, it's probably the inability to deal with complex large data which my wrapper package is generating.

Help me if I am missing any configuration for the same, I went through the docs for tree chart (https://echarts.apache.org/en/option.html#series-tree) but couldn't find any help in this particular case.

AdiAkhileshSingh15 avatar Mar 08 '24 16:03 AdiAkhileshSingh15

@hustcc

AdiAkhileshSingh15 avatar Mar 14 '24 05:03 AdiAkhileshSingh15