diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index e5f715844e..99cb75314b 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -2272,7 +2272,7 @@ export default { ele.filter = [] } }) - if (equalsAny(view.type, 'table-pivot', 'bar-group', 'bar-group-stack', 'flow-map') || + if (equalsAny(view.type, 'table-pivot', 'bar-group', 'bar-group-stack', 'flow-map', 'race-bar') || (view.render === 'antv' && view.type === 'line')) { view.xaxisExt.forEach(function(ele) { if (!ele.dateStyle || ele.dateStyle === '') {