Voronoi

@nivo/voronoisvgexperimental

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.
optionaldefault:['links', 'cells', 'points', 'bounds']
Defines the order of layers.
Links
Cells
booleanoptionaldefault:true
   Enable/disable cells.
numberoptionaldefault:2
px
Border width for cells.
stringoptionaldefault:'#000'
   #c6432d
Border color for cells.
Points
booleanoptionaldefault:true
   Enable/disable points.
numberoptional
px
Size of points.
stringoptionaldefault:'#666'
   #c6432d
Points color.