Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 103 Bytes

200203.md

File metadata and controls

7 lines (6 loc) · 103 Bytes

echarts 跟随页面调整图表尺寸

window.onresize = () => {
    this.chart.resize();
};