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