Allows you to update the series array overriding the existing one.

ax_proxy_series(proxy, newSeries, animate = TRUE)

Arguments

proxy

A apexchartProxy htmlwidget object.

newSeries

The series array to override the existing one.

animate

Should the chart animate on re-rendering.

Examples

# NOT RUN {
if (interactive()) {



}

# }