feat(视图): 新增分组柱状图

This commit is contained in:
junjun 2022-08-23 11:13:15 +08:00
parent a0ffb35636
commit 5c7fe6dd07

View File

@ -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'