diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 2eb95833b0..5a898c8394 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1610,7 +1610,7 @@ export default { ele.filter = [] } }) - if (view.type === 'table-pivot') { + if (view.type === 'table-pivot' || view.type === 'bar-group') { view.xaxisExt.forEach(function(ele) { if (!ele.dateStyle || ele.dateStyle === '') { ele.dateStyle = 'y_M_d'