赞
踩
啥叫跑版,参考这里:https://blog.csdn.net/sayyy/article/details/120655122
给页面添加resize
事件,且在resize
事件中重新加载图表。
$(window).resize(function() {
// 图表重新计算大小
chart.resize();
});
参考: https://echarts.apache.org/v4/zh/api.html#echartsInstance.resize
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。