// 动态定义echarts容器高度
myChart.getDom().style.height = autoHeight + "px";
myChart.resize();

相关文章: