BubbleHtml

@nivo/circle-packinghierarchyhtmlisomorphic

Bubble chart using circle packing with zooming ability. You can fully customize it using nodeComponent property to define your own node component, if you wish to do so you should have a look at the native HTML node component for available properties.

The responsive alternative of this component is ResponsiveBubbleHtml. It also offers various implementations, see Bubble and BubbleCanvas.

You can also see more example usages in the storybook.

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"}
paired
Defines how to compute node color.
string | Functionoptionaldefault:'depth'
depth
Property used to determine node color.
numberoptionaldefault:0
px
Width of circle border.
string | object | Functionoptionaldefault:{"from":"color"}
inheritthemecustom
inherited property
color
modifiers
darker
Method to compute border color.
object[]optional
Define patterns and gradients.
supportsvghtmlcanvasapi
object[]optional
Define rules to apply patterns and gradients
supportsvghtmlcanvasapi
Labels
booleanoptionaldefault:true
   Enable/disable labels.
string | Functionoptionaldefault:'id'
id
Label accessor.
string | Functionoptional
Labels formatting.
string | object | Functionoptionaldefault:{"from":"color","modifiers":[["darker",1]]}
inheritthemecustom
inherited property
color
modifiers
darker
Method to compute label text color.
numberoptionaldefault:8
px
Skip label rendering if node radius is lower than given value, 0 to disable.
Interactivity
booleanoptionaldefault:true
   Enable/disable interactivity.
supportsvghtmlcanvasapi
booleanoptionaldefault:true
   Enable/disable zooming ('isInteractive' must also be 'true').
supportsvghtmlcanvasapi
Functionoptional
onClick handler, it receives clicked node data and mouse event.
supportsvghtmlcanvasapi
Motion
booleanoptionaldefault:true
   Enable/disable transitions.
supportsvghtmlcanvasapi
numberoptionaldefault:90
Motion stiffness.
supportsvghtmlcanvasapi
numberoptionaldefault:15
Motion damping.
supportsvghtmlcanvasapi