Modify the size of the chart within the htmlwidget area. Generally charts size
to the div in which they are placed. These options enable finer scale sizing with the div
Usage
c3_chart_size(c3, left = NULL, right = NULL, top = NULL,
bottom = NULL, width = NULL, height = NULL, ...)
Arguments
c3
c3 htmlwidget object
left
integer padding pixels
right
integer padding pixels
top
integer padding pixels
bottom
integer padding pixels
width
integer pixels
height
integer pixels
...
additional options passed to the padding and size objects