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/11/24 08:49:18 UTC

[GitHub] [echarts] DmitriyKondratyuk commented on issue #17941: [Bug] overflow=break it breaks "by character" instead of "by word" for ukraine language

DmitriyKondratyuk commented on issue #17941:
URL: https://github.com/apache/echarts/issues/17941#issuecomment-1326131322

   Hi
   I had similar problem with tooltip. But for tooltip we can use css styles. I fixed this problem like this 
   ```
       tooltip: {
             trigger: 'item',
             formatter: '{a}<p>{b} ({d}%)</p>',
             appendToBody: true,
             extraCssText: 'max-width: 300px; white-space: normal; overflow-wrap: normal;',
        },
   ```
   
   If we could use css styles and formatter for legend like for tooltip it was great


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