fix: ECharts排序柱状图插件:分组轴为时间格式时不会初始化
This commit is contained in:
parent
4071735d09
commit
1c1e29ef1a
@ -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 === '') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user