[GitHub] [echarts] Ovilia commented on issue #14684: Please add support for slice visibility threshold in Pie Chart

2021-04-26 Thread GitBox
Ovilia commented on issue #14684: URL: https://github.com/apache/echarts/issues/14684#issuecomment-826270435 @villebro Yes, `minShowLabelAngle` does this. Great! Looking forward to your PR. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [echarts] Ovilia commented on issue #14684: Please add support for slice visibility threshold in Pie Chart

2021-04-25 Thread GitBox
Ovilia commented on issue #14684: URL: https://github.com/apache/echarts/issues/14684#issuecomment-826270435 @villebro Yes, `minShowLabelAngle` does this. Great! Looking forward to your PR. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [echarts] Ovilia commented on issue #14684: Please add support for slice visibility threshold in Pie Chart

2021-04-16 Thread GitBox
Ovilia commented on issue #14684: URL: https://github.com/apache/echarts/issues/14684#issuecomment-820983128 @villebro Cool! @pissang @100pah would give you some further discussion on this issue. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [echarts] Ovilia commented on issue #14684: Please add support for slice visibility threshold in Pie Chart

2021-04-16 Thread GitBox
Ovilia commented on issue #14684: URL: https://github.com/apache/echarts/issues/14684#issuecomment-820954309 Another consideration is, should `"The others"` slice have a special color (gray?) or use the color palette by default? -- This is an automated message from the Apache Git

[GitHub] [echarts] Ovilia commented on issue #14684: Please add support for slice visibility threshold in Pie Chart

2021-04-16 Thread GitBox
Ovilia commented on issue #14684: URL: https://github.com/apache/echarts/issues/14684#issuecomment-820949382 Or, would it be helpful if we provide a `mergePolicy` callback to let developers decide how slices should be merged? -- This is an automated message from the Apache Git Service.

[GitHub] [echarts] Ovilia commented on issue #14684: Please add support for slice visibility threshold in Pie Chart

2021-04-16 Thread GitBox
Ovilia commented on issue #14684: URL: https://github.com/apache/echarts/issues/14684#issuecomment-820947382 @villebro I think there may also be cases where slices should be merged if the slice amount reachs a threshold. For example, if data values could be `8%, 7%, 7.2%, 7.1%, 6.4%, ...`