Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.6.x'
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed May 23, 2024
2 parents b7c9bd6 + 13c93c0 commit 03009e9
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 03009e9

Please sign in to comment.