Thanks a lot, that helped!

On 26 окт, 17:13, Badtnik <[email protected]> wrote:
> Hello
> The thing you are missing is the package. You are loading the old charts
> instead of the new charts
> replace:
>
>         google.load('visualization', '1', {'packages':['linechart']});
>
> with:
>
>         google.load('visualization', '1', {'packages':['*core*chart']});
>
> And things will start working
>
> Good luck
>   Badtnik
>
>
>
>
>
>
>
> On Tue, Oct 26, 2010 at 1:35 PM, kulesa <[email protected]> wrote:
> > Hi, I have a problem with linechart: some of the options do not have
> > any effect when used in my html, but work if the same function is
> > tested in Google Code Playground.
>
> > See content of the html here:http://gist.github.com/646678
>
> > If you would open the file (the browser doesn't matter, i tried
> > Chrome, Safary and Firefox), you'll see that options curveType, vAxis
> > and titleTextStyle didn't apply. While at the same time other options
> > (title, width, height, legend) did! The same code works fine in the
> > Playground.
>
> > What am I missing 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