Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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