Skip to content

Commit 9b553d1

Browse files
author
Hendrik Lücke-Tieke
committed
Addresses issue 435
1 parent c65a686 commit 9b553d1

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)