A variation around the Bubble component. Well suited
for large data sets as it does not impact DOM tree depth, however
you'll lose the isomorphic ability and transitions (for now).
The responsive alternative of this component is ResponsiveBubbleCanvas.
It also offers various implementations, see
Bubble and BubbleHtml.
2000 nodes
Actions Logs
Start interacting with the chart to log actions
Base
objectrequired
The hierarchical data object.
string | Functionoptionaldefault:'id'
Define id accessor.
string | Functionoptionaldefault:'value'
Define value accessor.
numberrequired
Chart width.
numberrequired
Chart height.
numberoptionaldefault:'Depends on device'
Adjust pixel ratio, useful for HiDPI screens.
supportsvghtmlcanvasapi
booleanoptionaldefault:false
Only render leaf nodes (skip parent nodes).
objectoptional
px
px
px
px
Chart margin.
numberoptionaldefault:1
px
Padding between each circle.
Style
optional
Define style for common elements such as labels, axes…
string | Function | string[]optionaldefault:{"scheme":"nivo"}