I think I already have found out what the problem is. What I did was
to create an options object and use this options object to create the
chart. Afterwards I pushed data into the options object and expected
this to be reflected on the chart. I don't think that is possible. I
don't think the chart recognize changes in the options object after I
has been used to create the chart.

I have now solved my problem by creating the options object, push data
into it and then uses it to create the chart.

Regards,
Thomas.



On Mar 4, 12:02 pm, Uemit <[email protected]> wrote:
> A couple of things:
> 1.) I am not sure if it is possible to access the series array of the
> JavaScriptObject instance "option", the way you have done it. In hosted mode
> it should complain that there is no field series in options because options
> is a generic JavaScriptObject.
> 2.) You probably have to make sure the options instance you store in your
> wrapper is the same object as the actual one which is stored in the
> Highcharts "chart" instance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.

Reply via email to