Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Now i am using
C#
<script type="text/javascript" src="scripts/jsapi"></script>

But it not displaying chart in dashboard.. It ask internet connection.. how to use google visualization api in offline...
Please Help Me...
Posted
Comments
ZurdoDev 27-Feb-15 8:01am    
Since it's calling a google api I'm not sure that you can. But read it's documentation to find out.

1 solution

Try this:

<script type="text/javascript" src="https://www.google.com/jsapi"></script>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900