diff --git a/core/frontend/src/views/chart/view/ChartEdit.vue b/core/frontend/src/views/chart/view/ChartEdit.vue index e6e78e5274..5fed7a3e7e 100644 --- a/core/frontend/src/views/chart/view/ChartEdit.vue +++ b/core/frontend/src/views/chart/view/ChartEdit.vue @@ -2106,8 +2106,10 @@ export default { x.sort = 'none' }) } - this.setChartDefaultOptions() - this.calcData(true, 'chart', true, newVal.type !== oldVal.type, newVal.render !== oldVal.render) + if (oldVal.id !== 'echart') { + this.setChartDefaultOptions() + this.calcData(true, 'chart', true, newVal.type !== oldVal.type, newVal.render !== oldVal.render) + } } }, created() {