It seems that this option is not currently exposed via GWT as a Java
option, but you can still use this options via the JavaScript Native
Interface. We're currently working to expose more options via GWT so that
you don't have to do this, but meanwhile you may use the following method
to set the option:
public final native void setSeriesLineWidth(Options options, int
seriesIndex, double lineWidth) /*-{
options.series[seriesIndex] = {
lineWidth: lineWidth
};
}-*/;
I haven't tested this code myself, so I hope it works for you!
- Sergey
On Tue, Jan 22, 2013 at 10:10 AM, Mario Rossi <[email protected]> wrote:
> Thanks Sergey
>
> The question is really how you do what you say using GWT.
>
> I will try to actually find out by digging up in the code, if needed, but
> if there is an answer somewhere then I would prefer that :)
>
> Thanks for you help !
>
> Damiano
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-visualization-api/-/IMFvAEKyK9IJ.
>
> 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.