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

[GitHub] [echarts] adiakritos commented on issue #18246: [Bug] Horizontal bar chart series names cut off when chart is not wide enough

adiakritos commented on issue #18246:
URL: https://github.com/apache/echarts/issues/18246#issuecomment-1420036204

   Not an error. I needed to use these configs:
   
   ```
     grid: {
       containLabel: true,
       left: 'left'
   }
   ```
   
   It will force the containerLabel to always be visible and not overflow, and then also force the container as far left as possible.


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