How to keep other components in sync with a drilldown chart?

Hi, I’m brand new to Vaadin and to the forum, so sorry if this is a stupid question/posted in the wrong place.

I’ve been scratching my head with this problem for a little while and googling furiously.

I have a Vaadin chart which has 3 levels of drilldown series on it (Months, days, hours) and that works great, but I’d like to update a Table to reflect the data in each level of the drilldown.

My intention was to capture the PointClick event with a listener and use this to work out what data should be going in my table’s container. Unfortunately, no point clicks are being fired and so I can’t use this.

Basically, I’m looking for some way of capturing the DrillDown event so that I can update my table when a DrillDown event is fired.

Hopefully this makes sense and someone can point me in the right direction.

Cheers,

Sam