forked from github/dataease
feat(视图): 新增分组柱状图
This commit is contained in:
parent
a0ffb35636
commit
5c7fe6dd07
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user