Merge pull request #9710 from ulleo/dev-v2

fix(图表): 修复区间条形图值轴没有值的时候更新图表数据页面报错的问题
This commit is contained in:
ulleo 2024-05-17 17:28:11 +08:00 committed by GitHub
commit 70203adefa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,7 +155,8 @@ public class ChartDataManage {
} else {
skipBarRange = true;
}
} else {
skipBarRange = true;
}
}