Don't set the allowHtml option on the draw method on the dashboard, but pass
it to the options of ChartWrapper object you use to define the table.
Something like:
far table = new google.visualization.ChartWrapper({
...,
options: {
allowHtml: true
}
});
...
new google.visualization.Dashboard(...).bind(...).draw(data);
/R.
On May 31, 2011 8:08 PM, "Projeto Inovação Tecnológica Defesa Agropecuária"
<[email protected]> wrote:
> 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.
>
--
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.