Ovilia commented on issue #10414: Sunburst miniAngle didn't work at first render URL: https://github.com/apache/incubator-echarts/issues/10414#issuecomment-496138104 Sunburst `minAngle` is not available currently. If we wish to support it, there's a big question here. Say that we have a Sunburst chart with two levels, whose value is `[{ value: 100, name: 'A' }, { value: 2, name: 'B', children: [{ value: 1, name: 'B1' }, {value: 1, name: 'B2'}]}]` and the `minAngle` is set to be `45`. In order to apple `minAngle` to both levels, `B1` and `B2` has to be 45 degrees each and thus make `B` 90 degrees. This problem goes on when there are more levels and cause a big problem of data understanding with it. Before we have a good idea to solve this problem, `minAngle` will remain not usable.
---------------------------------------------------------------- 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]
