Specify configuration options for a vchart()
.
v_specs.Rd
Specify configuration options for a vchart()
.
Arguments
- vc
An htmlwidget created with
vchart()
.- ...
List of options to specify for the chart, see https://www.visactor.io/vchart/option/.
- serie_id
Used to set or modify options for a chart where there are multiple series. You can use :
a
numeric
to target the position of the serie in the order where it's added to the charta
character
to refer to aserie_id
set when the serie was added to the plot.
- drop_nulls
Drop NULL elements from the options.
Value
A vchart()
htmlwidget
object.