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 2021/07/15 16:58:44 UTC

[GitHub] [echarts] a1c9lll commented on issue #15364: Y-Axis labels are overflowing the graph when width is set to 100%

a1c9lll commented on issue #15364:
URL: https://github.com/apache/echarts/issues/15364#issuecomment-880863151


   I've also tried setting the width and adjusting it onresize and it still overflows the graph. So this might actually be a bug?
   
   ```javascript
     window.onresize = function() {
       chartDom.style.width = document.body.clientWidth + 'px'
       chart.resize();
     }
   ```


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