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