Grid arrangement for a flat array of charts passed to
anyChartsToMaidr / bindAnyCharts.
Charts are chunked row-major: with columns: 2 and five charts, the grid
becomes [[a, b], [c, d], [e]]. When only rows is given, columns
defaults to ceil(total / rows).
Grid arrangement for a flat array of charts passed to anyChartsToMaidr / bindAnyCharts.
Charts are chunked row-major: with
columns: 2and five charts, the grid becomes[[a, b], [c, d], [e]]. When onlyrowsis given,columnsdefaults toceil(total / rows).