document.getElementById('news-shopPagechart').style.height = this.heightpx2+'px'; //heightpx2定義在data中,用於動態設置高度
let shopCharts = this.$echarts.init(
document.getElementById("news-shopPagechart")
);
shopCharts.resize();//直接加這句即可
shopCharts.setOption({...})
