Customised resetZoom Button of highcharts plots
Examples
if (interactive()) {
library(highcharter)
hc <- highchart()
hc_chart(hc, type = "line")
hc_add_series(hc, data = c(29, 71, 40))
customChart(hc)
}
NULL
#> NULL
Customised resetZoom Button of highcharts plots
if (interactive()) {
library(highcharter)
hc <- highchart()
hc_chart(hc, type = "line")
hc_add_series(hc, data = c(29, 71, 40))
customChart(hc)
}
NULL
#> NULL