100pah commented on issue #8997: Pie chart adds limitScale parameter URL: https://github.com/apache/incubator-echarts/pull/8997#issuecomment-418137198 About the code: (1) I think the option should not be on `series.label`, because both `label` and `label` line are controlled by the option. Probably it is better to be on `series` directly. (2) Discussion: I think the literal meaning of "limitScale" does not hint at what the feature does for users. Any idea about the option name @Ovilia @pissang ? (3) @cuijian-dexter the model should not be modified in the layout stage. In fact, I think this feature should be implemented in the view rendering stage (PieView).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
