Enhanced Heatmap with empty spaces between row / column cells
It would be nice to have the Heatmap cells configurable to allow 'empty space' horizontally or vertically.
- Here is one example of the horizontal empty spaces (row cells) http://coolmoviebrowser.free.fr/img/Enhanced-Heatmap.JPG
Regards,
Sorinel
-
I agree, that would be useful. We do have e.g. pointPadding for certain other chart types.
Another workaround using colsize/rowsize (thanks Pawel Fus): http://jsfiddle.net/t0qf10qo/2/.
-
scristescu commented
Thank you Oystein,
Sorry, but it is kind of ugly -- I would like to have smaller (configurable) empty-space between the rows...
... in my opinion the best would be if you can add the settings to the cell (padding-top + padding-bottom and padding-left +padding-right)Thanks,
Sorinel -
This can be partially achieved currently by not assigning data to an existing row/column. Example: http://jsfiddle.net/t0qf10qo/1/