Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.2.x' into candidate-…
Browse files Browse the repository at this point in the history
…9.4.x

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed May 23, 2024
2 parents 5d1d6b9 + db0f365 commit 5321969
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 5321969

Please sign in to comment.