Hi Jomaire. I'm not sure you are getting any charts displayed. The chart that shows up is really just an image that is on the background of the body. That's what I see anyway.
The reason no charts are displayed is that your loading of the jsapi library is failing, in Chrome at least, because it uses 'http' while the page uses 'https'. If you just drop the 'http:' from the jsapi load, that will allow the jsapi library to be loaded. Then we can see what happens next. On Mon, Dec 30, 2013 at 6:25 AM, Jomaira Hiffens <[email protected]>wrote: > Hi everyone, > > Im trying to display about 6 charts according to the button that is > pressed. > > https://oege.ie.hva.nl/~hiffen01/Visual3/ > > here you can find my visualisation. The charts show up on te first page > and not on the others. I feel like the charts are on the other pages too > since you have to scroll > but somehow theyre not visible. > > I hope someone can help me solve this problem > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/groups/opt_out. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
