摘要: 1.适配问题 //需要刷新才能适配 window.onresize('resize', () => { myChart.resize() }) //不需要刷新,动态适配宽度 window.addEventListener('resize', () => { myChart.resize() }) 2 阅读全文
posted @ 2023-11-17 17:11 Nancy* 阅读(99) 评论(0) 推荐(0)