The issue has been closed
先上图:

问题描述:
设置容器宽度100%,设置autoFit: true
图标超出容器
这里进行了手动修复:
// 修改autoFit第一次渲染超出父级容器的问题
const e = document.createEvent('Event')
e.initEvent('resize', true, true)
window.dispatchEvent(e)
版本:4.1.12

posted by Jokerdeath about 4 years ago 
一定是的你 外部 容器就是这么大的。调试一下图表大小和图表容器的大小,图表是跟随容器大小的!
posted by hustcc almost 4 years ago
我也遇到了这个问题,确认外部容器宽度 是600 画布宽度不知道为什么是1200 ,用了 changeSize 去改变宽度也没有用
posted by lgy1159 about 2 years ago