Prevent chart selection event zooming, Vaadin 14

I’m trying to select an area in a chart without zooming. I see how highcharts handles this: https://api.highcharts.com/highcharts/chart.events.selection

“The default action for the selection event is to zoom the chart to the selected area. It can be prevented by calling event.preventDefault() or return false.”

But I’m not sure how to configure the action through Vaadin. The ChartSelectionEvent does not seem to support it.