I've been using highcharts in a react application, and relatively new to both. The last missing piece of my goal is to get a calendar popup hooked into the date selection range in a stock chart. Without jQuery. There are a couple of examples that come close to what I would like.
Post that links to use of jQuery: HighChart Support - jQuery example
Post that links to use of react-day-picker outside the chart: Post found on the HighChart support forum
What I do have working fully is the use of the react-day-picker calendar outside the chart, including the plumbing - updating the selection range after selecting a date, etc. I've even tried an approach of moving this element into the chart svg, but wasn't able to get that to work. So my goal is to implement a lightweight date picker that can be bound to the built-in data selector input elements inside the chart area (again without jQuery).
Any help would be much appreciated.