You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "Ovilia (via GitHub)" <gi...@apache.org> on 2023/02/28 06:44:23 UTC

[GitHub] [echarts] Ovilia commented on issue #18317: [Feature] Text ellipsis for text in rectangle

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

   Clipping all the text may cause performance issues and if the shape is not rectangle and the clipping is done using AABB boundary box, the result may not be good. So this feature is not quite considered necessary from my perspective. That being said, if you have this requirement in your case, you can consider using [hideOverlap](https://echarts.apache.org/en/option.html#series-custom.labelLayout.hideOverlap) to make it better looking. See the demo [here](https://codesandbox.io/s/profile-forked-mociko).


-- 
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