forked from github/dataease
Merge pull request #9710 from ulleo/dev-v2
fix(图表): 修复区间条形图值轴没有值的时候更新图表数据页面报错的问题
This commit is contained in:
commit
70203adefa
@ -155,7 +155,8 @@ public class ChartDataManage {
|
||||
} else {
|
||||
skipBarRange = true;
|
||||
}
|
||||
|
||||
} else {
|
||||
skipBarRange = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user