Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi.
iam using Google Developement Charts in My .Net Applycation.
for This Iam Using API
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
but With ThiS i Have Problem i.e When iam in Offline That Is Not Working.
where I should I get DLL for offline Acceses For My Chart
Posted
Updated 7-Oct-15 23:57pm
v2

1 solution

Let's see what Google[^] says about your question.

Can I use charts offline?
Your users' computers must have access to https://www.google.com/jsapi in order to use the interactive features of Google Charts. This is because the visualization libraries that your page requires are loaded dynamically before you use them. The code for loading the appropriate library is part of the included jsapi script, and is called when you invoke the google.load() method. Our terms of service do not allow you to download the google.load or google.visualization code to use offline.


-KR
 
Share this answer
 
Comments
Rams@music 8-Oct-15 7:32am    
is there any other chart controles to work in offline and performence like google charts.
Krunal Rohit 12-Oct-15 2:11am    
You can search for jQuery char plugins.

-KR

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