1

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.

justonemorething
  • 193
  • 1
  • 2
  • 12
  • 1
    Unfortunately I think you are correct. What’s more, the cells are rounded rectangles not circles. – Gordon Apr 21 '20 at 22:04
  • Circle or rectangle is not really relevant to me. Thanks for the info though, I just modified the heatmap code directly. If you post this as an answer, I'll accept it. – justonemorething Apr 21 '20 at 22:13

0 Answers0