You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hchart.data.frame now gains a new mapping argument using hcaes function to
define the aesthetics. After hchart(df, "line", x = xvar, yvar, group = othervar)
now: hchart(df, "line", hcaes(x = xvar, yvar, color = othervar), ...) and therefore ... are used like other highcharter functions for give highcharts arguments
to the series. See charting data frames vignette.
New Funcionalities
hc_add_series is a generic generic function (#213).
New hcmap function to chart maps (#218). And use remote sources (#215).