A variation around the Waffle component. Well suited for large data sets as it does not impact DOM tree depth, however you'll lose the isomorphic ability and transitions.
You can also see more example usages in storybook.
The responsive alternative of this component is
ResponsiveWaffleCanvas
, it also offers other implementations,
see Waffle and WaffleHtml.
Max value.
Chart data.
Optional formatter for values.
Number of rows.
Number of columns.
'top'
How to fill the grid, it's also going to affect the transitions if motionStagger > 0
.
0
Padding between each cell.
Chart width.
Chart height.
'Depends on device'
Adjust pixel ratio, useful for HiDPI screens.
Chart margin.