Hi guys, I have a problem and I guess to resolve it with your help. I have to load very large data in a graph. Because of the leght url for GET usage was too short, and because I want to see my data in a better and visible way, I tried to load them with a POST request, as suggested, loading the png images from a php external file, and then reproduce them into my page.
To have a good result, I need to divide these data in 3 or 4 different graphs, depending of query results, differentiated them with a parameter. something like this: <div id="grafico"><img src='chartserver-image.php?grafico=3'></div> <div id="grafico2"><img src='chartserver-image.php?grafico=2'></div> The result is this (http://yfrog.com/ghimmaginekzj), and after a lot of attempts finally it works fine. The main problem is that in localhost the page loading is quite fast, and then the page is loaded completely, while in remote hosting the loading, from the same page, of all the graphs is very slow and sometimes the image loading goes in timeout, keeping them incomplete, like this: http://yfrog.com/jcimmagine2ueaj. Do you know something to try to avoid this behavior? Is possible to load previously the images and then the overall page code, or something like this? Really really thanks for your attenction! Andrea -- 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.
