I have an index file and a separate file with just the google chart script with not html, body, header tags.
The chart renders fine when the index file is initially loaded. When I switched to a different tab and then switch back the chart goes away and doesn't render again. Is there a way to call the external google chart file again or have it stay in memory?
asgallant
unread,
Aug 15, 2013, 12:36:19 AM8/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Can you post the files you are using so I can test them?
thiscodethis
unread,
Aug 16, 2013, 1:09:18 PM8/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Actually, I got it to work. What I did wrong was include the function part (ie - "function drawChart() {" ) in the 2nd script file being called into the separate jquery tabs. Also, the divs in each script file have to be different.