fix(图表): 分组柱状图日期子维度排序无效

This commit is contained in:
wisonic 2024-10-22 16:17:43 +08:00
parent f7b90fd648
commit c6a7ae3853

View File

@ -488,7 +488,12 @@ export class GroupBar extends StackBar {
this.baseOptions = {
...this.baseOptions,
isGroup: true,
isStack: false
isStack: false,
meta: {
category: {
type: 'cat'
}
}
}
this.axis = [...BAR_AXIS_TYPE, 'xAxisExt']
}