I am trying to allow my users to click and drag on my datetime x axis to trigger an event which will console.log the start and end time they clicked and dragged to, but I can't seem to get it to work. I am assuming I need to use Highstock rather than native Highcharts, as it reminds me of functionality the navigator provides.
I am also using pointStart: Date.UTC() and pointIntervalUnit: 'month' to simplify my code, but it is possible these are causing issues with what I am trying to do?
CodePen: https://codepen.io/aaduane/pen/ExGwOBz