A variation around the CirclePacking component.
Well suited for large data sets as it does not impact DOM tree depth, however you lose the isomorphic ability and transitions.
The responsive alternative of this component is ResponsiveCirclePackingCanvas.
It also offers other implementations, see CirclePacking
and CirclePackingHtml.
Chart data, which should be immutable.
'id'Id accessor.
'value'Value accessor
Optional formatter for values.
0Padding between each circle.
falseOnly render leaf nodes (skip parent nodes).
Chart width for non-responsive component.
Chart height for non-responsive component.
'Depends on device'Adjust pixel ratio, useful for HiDPI screens.
Chart margin.