Skip to content

Commit 2d7c860

Browse files
authored
Merge pull request #1757 from helt/docs/renderInPortal
Made VictoryTooltip/renderInPortal docs clearer
2 parents c65a686 + 9b553d1 commit 2d7c860

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/content/docs/victory-tooltip.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,9 @@ The `pointerWidth` prop determines the width of the base of the triangular point
317317

318318
`type: boolean`
319319

320-
When `renderInPortal` is true, rendered tooltips will be wrapped in [VictoryPortal][] and rendered within the [Portal][] element within [VictoryContainer][]. _Note:_ This prop should _not_ be set to true when using a custom container element.
320+
When `renderInPortal` is true, rendered tooltips will be wrapped in [VictoryPortal][] and rendered within the [Portal][] element within [VictoryContainer][]. _Note:_ This prop should be set to _false_ when using a custom container element.
321+
322+
_default:_ `renderInPortal={true}`
321323

322324
## style
323325

0 commit comments

Comments
 (0)