From 661ba94cd27db7604287d59c33853b5cffb310c1 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 23 May 2024 17:48:35 +0100 Subject: [PATCH] HPCC-31851 Remove timings tooltip from metrics Signed-off-by: Gordon Smith --- esp/src/src/Timings.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/esp/src/src/Timings.ts b/esp/src/src/Timings.ts index fc26677955b..cea27ccbc3d 100644 --- a/esp/src/src/Timings.ts +++ b/esp/src/src/Timings.ts @@ -39,9 +39,7 @@ export class WUTimelinePatched extends WUTimeline { ; this._gantt["_series_idx"] = -1; this.strokeWidth(0); - this.tooltipHTML(d => { - return d[d.length - 1].calcTooltip(); - }); + this.tooltipHTML(d => ""); } data(): any;