Timeline: disable all mouse events (scroll wheel and drag)

I need a grid of timeline thumbnails, so that when the user clicks a thumbnail, a Window pops up and shows the full Timeline. So I’m looking for a way to disable all kind of events on a Timeline (as well as widgets for choosing the date range, the chart type and the browser), but I couldn’t find any.

I am able to hide visual components, but can’t disable user interaction with the main chart, like mouse wheel scrolled or chart dragged.

Have you tried using Timeline.setEnabled(false) ?

It doesn’t work: the timeline is not displayed at all.