Home
Analytics
Integrating google motion charts to update based on gadget parameter
gdittmar
Hello,
So I am looking to integrate a google motion chart into my BIRT onDemand dashboard. I know how to integrate the chart into the dashboard environment but I am not sure if there would be a way to have it be that when I select a new parameter to have that call the html gadget and redraw the html gadget? Is there the ability to script this into gadgets inside BIRT onDemand or is this more outside of its scope?
Find more posts tagged with
Comments
averma
Hi gdittmar,
Yes you should be able to use google gadget inside BIRT 360 dashboard and link it with data selector gadget. Data selector gadget sends an onChange event to all the gadgets that are linked to it. You will have to handle this event within your google gadget to redraw the content based on data selected in the other gadget. You can define the onChange script handler in your gadget -> Menu -> Link -> edit script.