最近在做图表,记录一下用到的知识点,当做自己的日记吧,会不断添加新内容 1,echarts生成的图表大小怎么随屏幕的大小改变自适应? this.chart.setOption(this.options) window.onresize = chart.resize 官方api echartsInstance.resize Function (opts?: { width?: number|string, height?: number|string, silent?: boolean }) =>…