Skip to content

Commit

Permalink
Merge pull request #18696 from GordonSmith/HPCC-31851-RM_TIMELINE_TT
Browse files Browse the repository at this point in the history
HPCC-31851 Remove timings tooltip from metrics
  • Loading branch information
GordonSmith authored May 23, 2024
2 parents 491b0f9 + 661ba94 commit db0f365
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions esp/src/src/Timings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit db0f365

Please sign in to comment.