diff --git a/webapp/frontend/src/app/modules/dashboard/dashboard.component.ts b/webapp/frontend/src/app/modules/dashboard/dashboard.component.ts index 6b8aa2e..bdd166c 100644 --- a/webapp/frontend/src/app/modules/dashboard/dashboard.component.ts +++ b/webapp/frontend/src/app/modules/dashboard/dashboard.component.ts @@ -216,6 +216,8 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy }, tooltip: { theme: 'dark', + shared: true, + intersect: false, x : { format: 'MMM dd, yyyy HH:mm:ss' },