diff --git a/projects/observability/src/shared/components/bar-gauge/bar-gauge.component.ts b/projects/observability/src/shared/components/bar-gauge/bar-gauge.component.ts index 96ead89cc..43be12741 100644 --- a/projects/observability/src/shared/components/bar-gauge/bar-gauge.component.ts +++ b/projects/observability/src/shared/components/bar-gauge/bar-gauge.component.ts @@ -27,10 +27,9 @@ import {
{{ this.title | htDisplayTitle }}
- {{ this.totalValue | number }} - {{ this.units }} + {{ this.totalValue | htDisplayNumber }} / - {{ this.maxValue | number }} + {{ this.maxValue | htDisplayNumber }} {{ this.units }}