NEZ-314 chart duplicate功能,复制后显示不正确bug修复

This commit is contained in:
wangwenrui
2020-06-05 14:50:19 +08:00
parent b5e7a0ca36
commit b127cae41f

View File

@@ -1330,9 +1330,9 @@
let chartType = duplicateChart.type;
if(chartType!=='url'){
this.getChartDataForSearch(duplicateChart,chartNextIndex);
}else {
this.setChartSize(duplicateChart.span, chartNextIndex); // 设置该图表宽度
}
this.setChartSize(duplicateChart, chartNextIndex); // 设置该图表宽度
});
}
},