Skip to content

Commit

Permalink
modified nearbyTip to display tooltips for nearest datapoint from left
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek Quao <[email protected]>
  • Loading branch information
tarekquao committed Dec 3, 2024
1 parent cf0469e commit bc40f18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/perspective-viewer-d3fc/src/ts/tooltip/nearbyTip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ interface NearbyTip {

altDataWithScale(): AltDataWithScale;
altDataWithScale(altDataWithScale: AltDataWithScale): NearbyTip;

getClosestDataPoint(val: any): any;
}

export default (): NearbyTip => {
Expand Down

0 comments on commit bc40f18

Please sign in to comment.