feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature
This commit is contained in:
parent
9bfd5f1f11
commit
d46dbd7a0b
@ -812,7 +812,7 @@ export class DcbReportingDashboard implements OnInit, OnDestroy, AfterViewInit {
|
||||
tooltip: {
|
||||
callbacks: {
|
||||
label: (context) => {
|
||||
return `${this.formatCurrency(context.parsed.y)}`;
|
||||
return `${this.formatCurrency(context.parsed.y ?? 0)}`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user