diff --git a/frontend/src/views/chart/components/senior/FunctionCfg.vue b/frontend/src/views/chart/components/senior/FunctionCfg.vue index 632fac468b..342ba22dc0 100644 --- a/frontend/src/views/chart/components/senior/FunctionCfg.vue +++ b/frontend/src/views/chart/components/senior/FunctionCfg.vue @@ -146,6 +146,7 @@ export default { }, showEmptyDataFieldCtrl() { return this.showEmptyStrategy && + includesAny(this.chart.type, 'table') && this.functionForm.emptyDataStrategy !== 'breakLine' } },