Hi.

Indeed there is some issue with the older version of our charts. You can use
the new charts already from GWT by changing the package name you load from
'columnchart' to 'corechart'. We are working on a new GWT wrapping that will
make this change easier.

Best,
  Viz Kid

On Mon, Sep 13, 2010 at 8:58 AM, FabGre <[email protected]> wrote:

> Hy guys,
>
> When I put a OnMouseOverHandler on my ColumnChart to show a tooltip,
> it works fine with any browsers, IE 6, 7, 8 in standard mode but no in
> IE8 quirk mode. And i need quirk mode because of an issue with another
> api ..
>
> When i look at the generated code with the ie8 developper tools, i see
> that vml code for each column:
>
> <v:group style="width: 502px; height: 220px; top: 0px; left: 0px;"
> onmouseover="parent.__GCHART_getBuilder(0)._onMouseOver(3,1,1)"
> onmouseout="parent.__GCHART_getBuilder(0)._onMouseOut(3,1,1)"
> onclick="parent.__GCHART_getBuilder(0)._fireSelectValueEvent(1,1)">
>
> if i add a ";" directly in the code at the end of each call like :
>
> onmouseover="parent.__GCHART_getBuilder(0)._onMouseOver(3,1,1);"
>
> , it works !
>
> When i try to look at the generated code with the javascript api, it's
> not the same. I don't find the onmouseover. It seems to be done in a
> different way.
>
> How could it be possible ? is there an old bug which has not been
> fixed in gwt viz version ?
>
> Thanks
>
> PS : I post this in the gwt api group and they told me to post here..
>
> --
> 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]<google-visualization-api%[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.

Reply via email to