d3-grid icon indicating copy to clipboard operation
d3-grid copied to clipboard

Smarter cols/rows ratio

Open jstcki opened this issue 11 years ago • 1 comments

Currently, if .cols() and .rows() aren't set, the layout tries to create an equal amount of columns and rows. The cols/rows ratio should probably rather be an approximation of the width/height of the grid.

jstcki avatar May 31 '13 14:05 jstcki

+1. That would allow us to avoid unbalanced results like this

vorg avatar Jan 16 '15 11:01 vorg