Skip to content

Commit

Permalink
Dev | Examples | Tooltip | Sticky: Vertical and Horizontal Shift
Browse files Browse the repository at this point in the history
  • Loading branch information
rokotyan committed Jul 9, 2024
1 parent 924598a commit 19d6a4a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export const TooltipComponent = (props: VisTooltipProps): JSX.Element => {
<VisScatter x={(d: XYDataRecord) => d.x} y={(d: XYDataRecord) => d.y} size={d => d.size}/>
<VisTooltip
followCursor={false}
horizontalShift={10}
verticalShift={10}
horizontalPlacement={Position.Auto}
verticalPlacement={Position.Auto}
triggers={{
Expand Down

0 comments on commit 19d6a4a

Please sign in to comment.