dilipkumar6306316-art commented on issue #20098:
URL: https://github.com/apache/echarts/issues/20098#issuecomment-3705187544
// if you have a node with id: 'p_01', you can trigger the zoom like this
myChart.dispatchAction({
type: 'treemapZoomToNode', // The corresponding action for the graph.
seriesIndex: 0,
targetNodeId: 'your_node_id' // The ID of the node to be brought to the
center.
});
--
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]