I'm trying to use allowHtml option with draw method within
visualization.Dashboard class:
" new
google.visualization.Dashboard(document.getElementById('dashboard')).
bind([Filtro2], [Filtro1]).
bind([Filtro3], [Filtro2]).
bind([Filtro4], [Filtro3]).
bind([Filtro5], [Filtro4]).
bind(
[Filtro1], [table]).draw(data, {allowHtml: true});"
But it is not working. Does anyone have a solution?
Thank you in advance.
Roberto Takata
RIT-DA
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.