Skip to main content

VictoryVoronoi

info

For examples of VictoryVoronoi in action, visit the Scatter Chart examples.

Inherited Props

Component Props


events

type: object[]

VictoryVoronoi uses the standard events prop. Read about it in more detail here

See the [Events Guide][] for more information on defining events.

Live View
Loading...
Live Editor

size

type: number

The size prop determines the maximum size of each voronoi area. When this prop is given, a circular area of the specified size will be rendered, and clipped where it would overlap with other voronoi areas. If this prop is not given, the entire voronoi area will be used.


style

type: { parent: object, data: object, labels: object }

VictoryVoronoi uses the standard style prop. Read about it in detail here

Live View
Loading...
Live Editor