I am working on google charts. My IDE is VS.Net 2008.
I am having a strange problem.
When I add the following lines of code:
google.load('visualization', '1', { 'packages': ['corechart'] });
google.setOnLoadCallback(drawChart);
it works fine. But when I try to add another library just like
following below:
google.load('visualization', '1', { 'packages':
['corechart','table'] });
google.setOnLoadCallback(drawChart);
The page gets blank. It does not display anything. What I am missing.
Is there anything to add more?
Please help me. I want to show the Google Table on my page.
--
You received this message because you are subscribed to the Google Groups
"Google Chart 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-chart-api?hl=en.