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 2022/08/05 08:08:59 UTC

[GitHub] [echarts] Ovilia commented on issue #17462: How do I include the labels of polar bar chart or pie chart dynamically in container. 'containLabel' property only works in case of line or bar charts but not in the case of Pie chart or Polar bar chart

Ovilia commented on issue #17462:
URL: https://github.com/apache/echarts/issues/17462#issuecomment-1206168456

   This is not a bug because unlike in Descartes coordinate where you set `left` and `right` values, in polar coordinate you set `radius` of the polar so it's from the inside and should never consider `containLabel` or not. 
   
   I think you should use the max length of axis labels to change `polar.radius` dynamically.


-- 
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: commits-unsubscribe@echarts.apache.org

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