You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/12/20 02:47:38 UTC

[GitHub] [incubator-echarts] JackHlw opened a new issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

JackHlw opened a new issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846


   ### Version
   5.0.0
   
   ### Steps to reproduce
   https://echarts.apache.org/next/examples/zh/editor.html?c=pie-legend  官方实例缩小浏览器后,某些label会自动隐藏,添加minShowLabelAngle 参数无效
   
   ### What is expected?
   希望在优化标签重叠的基础上,仍具备强制显示标签的能力
   
   ### What is actually happening?
   目前未生效
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] pissang edited a comment on issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846#issuecomment-749306543


   @JackHlw 可以新提一个 issue,我们放到 5.1.0 里修复


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] pissang commented on issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846#issuecomment-749306543


   @JackHlw 可以新提一个 issue,我们在 5.1.0 里修复


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846#issuecomment-748555054


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] JackHlw edited a comment on issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

Posted by GitBox <gi...@apache.org>.
JackHlw edited a comment on issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846#issuecomment-750816813


   ok,新的issue已经提出 https://github.com/apache/incubator-echarts/issues/13871, 感谢耐心回复。


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] JackHlw commented on issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

Posted by GitBox <gi...@apache.org>.
JackHlw commented on issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846#issuecomment-748783380


   好的,等待新参数,另外使用饼图新增labelLayout属性时发现,如果标签位置在外部,引导线默认展示,初始设置hideOverlap为false,通过setOption的方法更新hideOverlap为true后,发现只有label隐藏,对应的引导线未自动隐藏


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] pissang commented on issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846#issuecomment-748750523


   minShowLabelAngle 是用来控制隐藏小于这个角度的标签的,而非强制显示大于这个角度的标签
   
   后续会新增标签显示的优先级设置,高优先级的标签不会被自动隐藏


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] JackHlw commented on issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

Posted by GitBox <gi...@apache.org>.
JackHlw commented on issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846#issuecomment-748784273


   另外,如果初始label在饼图外部,引导线是默认展示的情况下,通过setOption调整label位置为inside后,引导线未自动隐藏


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] JackHlw commented on issue #13846: 饼图多标签优化后,minShowLabelAngle参数失效

Posted by GitBox <gi...@apache.org>.
JackHlw commented on issue #13846:
URL: https://github.com/apache/incubator-echarts/issues/13846#issuecomment-750816813


   ok,新的issue已经提出 https://github.com/apache/incubator-echarts/issues/13871,感谢耐心回复。


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org