forked from github/dataease
Merge pull request #5954 from ulleo/dev
fix: ECharts排序柱状图插件:分组轴为时间格式时不会初始化
This commit is contained in:
commit
5d0b8a6425
@ -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