Skip to content

Commit 6c0fff3

Browse files
authored
Merge pull request #1778 from FormidableLabs/docs/handle-width-prop
fix omission of handleWidth prop for victoryBrushContainer
2 parents 7e2229c + 3ad8f4b commit 6c0fff3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@ with cursors appropriate to their orientation.
146146

147147
_default:_ `handleStyle={{stroke: "transparent", fill: "transparent"}}
148148

149+
## handleWidth
150+
151+
`type: number`
152+
153+
The `handleWidth` prop specifies the size of the rendered handle component in pixels. This prop will determine the width of "left" and "right" handles and the height of "top" and "bottom" handles.
154+
155+
_default:_ `handleWidth={8}`
156+
149157
## onBrushCleared
150158

151159
`type: function`

0 commit comments

Comments
 (0)