Is there a way in dc.js to change the size of a cell in a heatmap based on the underlying data? I.e. like with colors:
heatmap.colorAccessor(d => d.x) // Access attribute x as basis for cell colour.
I'm trying to achieve something like this, but couldn't figure out a way to dynamically modify the cell size so far without rewriting the heatmap code itself.