Voronoi

@nivo/voronoiexperimental

Delaunay/Voronoi Tessellation, uses d3-delaunay. The responsive alternative of this component is ResponsiveVoronoi.

Actions Logs
Start interacting with the chart to log actions
Base
object[]required

Chart data.

[number, number]optionaldefault:[0, 1]

Defines the x values domain.

[number, number]optionaldefault:[0, 1]

Defines the y values domain.

numberrequired

Chart width.

numberrequired

Chart height.

objectoptional
px
px
px
px

Chart margin.

Customization
string | Componentoptionaldefault:['links', 'cells', 'points', 'bounds']

Defines the order of layers.

Links
Cells
booleanoptionaldefault:true
   

Enable/disable cells.

numberoptionaldefault:2
px

Border width for cells.

stringoptionaldefault:'#000000'
   #c6432d

Border color for cells.

Points
booleanoptionaldefault:true
   

Enable/disable points.

numberoptionaldefault:4
px

Size of points.

stringoptionaldefault:'#666666'
   #c6432d

Points color.