try changing the Capabilities setting to "None" or "select"
protected boolean isRestrictedAccessMode() {
return false;
}
@Override
public Capabilities getCapabilities() {
return Capabilities.NONE;
}
A simple sample from your side will help to determine problem!!!!
I dont think its a bug , since it works for me.
On Thu, Aug 12, 2010 at 10:49 AM, Peter <[email protected]> wrote:
> Hi all,
>
> I have been having a bizarre issue with the Google Annotated Timeline
> and i was just checking to see if anyone else has encountered it.
>
> I have developed a Timeline that works perfectly when I define the
> whole page in my JSP so - <html> -> </html>.
>
> However my application is quite large so I have split each
> visualisation I am using into an individual JSP containing only the
> Javascript code - <script> -> </script>.
>
> The problem I am having is that the visual simply will not load at all
> if I define it in this manner. I cannot understand the problem as my
> code works if I don't call it from a seperate file or if I test it on
> Google Playground.
>
> I am really confused as all of the other visuals I use including
> Motion Chart, Data tables etc. are set up and working using seperate
> JSP files to contain the script itself.
>
> If anyone has any idea how I am going wrong or if they have
> experienced similar issues it would be great if you could help me out
> or confirm my problem is a bug!
>
> Thanks!
>
> Peter
>
> --
> 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.
>
>
--
regards,
Akshay .Y. Dange.
MS in Computer Science
State University of New York, Binghamton
--
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.