Zooming in on a timeframe within a graph

Hey guys

I’m trying to zoom in on a specific timerange within a graph. From what I gather from the documentation it is possible in the Java API, but only by use of the TimeLine below the chart. This however is not as user-friendly compared to simply selecting the range by directly clicking and dragging with the mouse within the graph. In the HTML examples Vaadin displays on the website it is possible through the use of the “zoomType” property. When searching for solutions it seems this used to be supported in the Java API as well, but not anymore?