fix: ECharts排序柱状图插件:分组轴为时间格式时不会初始化

This commit is contained in:
ulleo 2023-08-23 10:21:48 +08:00
parent 4071735d09
commit 1c1e29ef1a

View File

@ -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 === '') {