Does dashboard module support drill-down capabilities?

Hi,
I need to build a dashboard containing several types of charts and I would like to ask you if I could somehow inject drill-down capabilities among available charts. In particular, the dashboard will contain a google map widget. Once the user selects a specific position on the map, another pie-chart widget will display sales by product category for the selected position. Next the use will be able to select a slice on the pie chart and a third widget will display statistics by each product of the selected category in a column chart. Could this kind of scenario be implemented using the dashboards module?

Thanks

Hi @papageor,

It can easily be implemented with dashboard addon. Initially you need to create map and chart widgets. Then you need to fire your CUBA UI event on map click in your map widget and add a subscription to this event in your chart widget. Please see more info about UI widgets in documentation Events - CUBA Platform. Developer’s Manual

Regards,
Evgeny

Thank you very much for your reply.

Regards,
George