Hello everybody,
I often nedd to represent a pop-up intercatve chart. The requirement is: clicking on a chart (e.g. a pie chart), a detailed graph or table should appear, depending on the dimension value selected in the father chart.
I use the following workaround. I hide the detailed pop-up chart or table behind a white image, and when the father chart is clicked, the image change to a transparent one.
Here the image data assgnement.
Are there other techniques to get pop-up charts?
Thanks.
Bye
Marco
Stephan Freudl on
Hi Marco,
I am afraid this is not possible as the visibility and position of each widget is defined at design time. You cannot change it at run time. Of course you may display images depending on selections but that way you can only visualize your own charts which are not interactive.
But, MashZone has a master view. In composer you find it on the left hand side of the footer. So you could place your "father widget" in this master view. Next create a tab for each detailed view. These tabs will show the "father widget" and other widgets of your choice. The selection state of master tab widgets is global and therefore available on each tab.
Regards
Stephan