A variation around the HeatMap component.
Well suited for large data sets as it does not impact DOM tree depth,
however you'll lose the isomorphic ability and transitions.
The responsive alternative of this component is
ResponsiveHeatMapCanvas.
1232 nodes
Actions Logs
Start interacting with the chart to log actions
Base
object[]required
Chart data.
string | Functionoptionaldefault:'id'
Key to use to index the data.
string[]optional
Keys to use to determine each serie.
number | 'auto'optionaldefault:'auto'
auto
Minimum value.
number | 'auto'optionaldefault:'auto'
auto
Maximum value.
booleanoptionaldefault:false
Force square cells (width = height).
numberoptionaldefault:0
Cell size variation.
numberoptionaldefault:0
px
Padding.
numberrequired
Chart width.
numberrequired
Chart height.
numberoptionaldefault:'Depends on device'
Adjust pixel ratio, useful for HiDPI screens.
supportsvgcanvasapi
objectoptional
px
px
px
px
Chart margin.
Style
optional
Define style for common elements such as labels, axes…
string | Functionoptionaldefault:'rect'
rect
Cell shape/component.
string | Function | string[]optionaldefault:'nivo'