I love the select behavior for a categoryAxis when clicking and dragging. On my page I want to use it as an interactive element to select multiple months on a bar graph. However the mousewheel behavior of the select interferes with scrolling up and down the page and I'd like to disable it, but. I found that the documentation supports categoryAxis.zoom.mousewheel as "left", "right", and "both", but has no option for "none". Is there some other way to disable the scroll behavior but keep the click and drag behaviors?