Ovilia commented on issue #11525: Treemap set selected node pragmatically
URL: 
https://github.com/apache/incubator-echarts/issues/11525#issuecomment-548647029
 
 
   Currently, no.
   But I found there is a `treemapZoomToNode` action. I tried to use it but it 
seems the view is not updated correctly.
   
   ```js
   myChart.dispatchAction({
     type: 'treemapZoomToNode',
     seriesIndex: 0,
     dataIndex: 1
   });
   ```
   
   I think a pull request is required to make it work. @MohanadI Are you 
interested in looking into the source code?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to