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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]