Customised resetZoom Button of highcharts plots
customChart(
hc,
chartType = "scatter",
zoomType = "None",
width = 0,
height = 0
)
A highchart plot
if (FALSE) { # \dontrun{
library(highcharter)
hc <- highchart()
hc_chart(hc, type = "line")
hc_add_series(hc, data = c(29, 71, 40))
customChart(hc)
} # }