Hi, our charts currently don't support triggering events from outside of the chart. I'm not sure what you mean by 'creating a custom visualization'. Are you using the Google Visualization charts and wrapping them with your own visualization? Are you exposing a class? Or are you trying to modify the existing chart div and hook into the chart events?
- Sergey On Sun, Jun 30, 2013 at 4:43 PM, Amjad Hawwash <[email protected]>wrote: > Hi, > > I'm creating a custom visualization that includes a drop down list (* > <select>* tag), and I want to propagate the onChange event from the drop > down list to the custom visualization object using the trigger function. > > I tried to pass the onChange event through options in draw() function, but > the APIs does not allow it. > > I'm using Element.appendChild() to add the drop down to the visualization > container. > > Help please. > > Thanks, > Amjad > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
