Skip to content

Commit c65a686

Browse files
authored
Merge pull request #1756 from athomann/patch-1
Update clipContainerComponent example.
2 parents d105723 + 4bf318e commit c65a686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/victory-zoom-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _default:_ `allowZoom={true}`
5252

5353
`VictoryZoomContainer` works by clipping data outside of a given domain. `VictoryZoomContainer` uses `VictoryClipContainer` by default. This prop should not be replaced with a custom component, but you may want to set props on `VictoryClipContainer`, such as `clipPadding`
5454

55-
_example:_ `clipContainerComponent={<VictoryClipContainer clipPadding={{top: 10, right: 10}}}/>}`
55+
_example:_ `clipContainerComponent={<VictoryClipContainer clipPadding={{top: 10, right: 10}} />}`
5656

5757
## disable
5858

0 commit comments

Comments
 (0)