[alerter]fixbug dashboard告警处理率计算和无数据时告警图展示错乱

This commit is contained in:
tomsun28
2022-03-07 08:47:17 +08:00
parent f324eeaa42
commit b6ca0f4db9
3 changed files with 11 additions and 7 deletions

View File

@@ -195,7 +195,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
},
data: [
{
value: 0,
value: 100,
name: '告警处理率'
}
]