I ran into this problem and it took me quite a while (and some googling to this post) to figure it out. Please add this tip to the docs if possible, as most people likely prototype using file://.
On Oct 18, 5:39 am, MC Get Vizzy <[email protected]> wrote: > using flash by file:// is unpredictable. I think that is the problem, and > the only solution is to view the file over http:// > > On Fri, Oct 16, 2009 at 12:08 AM, Scarlett <[email protected]> wrote: > > > Yes by local I mean file://... > > That would make sense, but why does it work on my computer locally and > > not on another? Is there a setting that I can change? Does a loopback > > network adapter have anything to do with it? > > The only thing that does not work is the ability to hide one data > > series ... the chart still plots and works fine. > > > On Oct 15, 2:05 pm, MC Get Vizzy <[email protected]> wrote: > > > On Thu, Oct 15, 2009 at 6:04 PM, Scarlett <[email protected]> wrote: > > > > > When I use the code playground, Basic > Annotated Time Line and add > > > > "annotatedtimeline.hideDataColumns(0);" to line number 37 it hides the > > > > blue line. > > > > > When I copy the HTML code to a local machine, the blue line is no > > > > longer hidden. > > > > When I copy the HTML code to another local machine, the blue line is > > > > hidden. > > > > by "local machine", do you mean that you are opening the html as a > > file:// > > > ? if so, that could be the cause of the problem -- since the annotated > > > timeline uses flash, it doesn't work under file:// -- only under http://. > > > > > Why? > > > > Is there something else I need to do? Is there some security setting > > > > or Google registration I need to do? > > > > > Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
