Want to extract the Max and Min date as selected on click of usage of the visualization on highcharter "stock" graph.
How can these dates be accessed. ?
highchart(type = "stock") %>%
hc_add_series(df, hcaes(datetime, Count),type = "column") %>%
hc_xAxis(type = "datetime",
dateTimeLabelFormats = list(day = '%d of %b'))