2
votes

Scenario: We are developing a web application, which basically works locally on LAN. It consists of report module which in-turn includes chart report. I had developed a prototype for pie, bar, column and many different chart on the actual data.

Issue: The Google Charts does not work offline, I tried to dump the dependencies on local server but not able to figure out all the dependencies.

Question: Can anyone tell me how to make it work? i.e. how to serve all dependencies for Google Charts from the local server itself.

Advance Thanks

1

1 Answers

1
votes

Simple answer: you can't host google chart on your own server.

You might want to take a look at libraries like highcharts and gRaphael