taylorfullstack commented on issue #13605:
URL: https://github.com/apache/echarts/issues/13605#issuecomment-3245954117
Try series: [{....yourSeriesConfig, **nodeScaleRatio: 0**}]
It's only documented for the graph series, but it works on the tree series!
This find saved me from switching to another chart library.
https://echarts.apache.org/en/option.html#series-graph.nodeScaleRatio
https://github.com/apache/echarts/blob/master/src/chart/tree/TreeSeries.ts
--
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]