NEZ-314 chart duplicate功能,复制后显示不正确bug修复
This commit is contained in:
@@ -1330,9 +1330,9 @@
|
|||||||
let chartType = duplicateChart.type;
|
let chartType = duplicateChart.type;
|
||||||
if(chartType!=='url'){
|
if(chartType!=='url'){
|
||||||
this.getChartDataForSearch(duplicateChart,chartNextIndex);
|
this.getChartDataForSearch(duplicateChart,chartNextIndex);
|
||||||
}else {
|
|
||||||
this.setChartSize(duplicateChart.span, chartNextIndex); // 设置该图表宽度
|
|
||||||
}
|
}
|
||||||
|
this.setChartSize(duplicateChart, chartNextIndex); // 设置该图表宽度
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user