
Lays out highchart widgets into a "grid", similar to
grid.arrange from gridExtra.
Source: R/hw_grid.R
hw_grid.RdLays out highchart widgets into a "grid", similar to
grid.arrange from gridExtra.
Arguments
- ...
either individual
highchartobjects or a mixture of individualhighchartobjects andlists ofhighchartobjects.- ncol
how many columns in the grid
- rowheight
Height in px.
- add_htmlgrid_css
A logical value to add or not
htmlgrid.cssas dependency.- browsable
Logical value indicating if the returned object is converted to an HTML object browsable using
htmltools::browsable.