Extract Min and Max date from Highcharter stock graph

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'))

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.