Hi all hope someone can help. I'm using Google Charts to present a dashboard containing 5 charts and 5 tables. Each of these are driven from a single data source.
To achieve this I have a 6th hidden 'proxy' table that 6 filters are attached to. Upon a filter event triggering the datatable in the proxy is read, and various dataviews and groups created and attached to the relevant charts. The original data is being obtained by a JSON query, which returns (currently) 6,200 rows. Upon first load of the page it is taking about 18 seconds to load, and once a filter has been *cleared *around 13 seconds. Attached is a screen of the Timeline dev tool - I'm currently working on sanitizing the code so I can share it, however I was wondering if someone might be able to give me some pointers. There seems to be a mass collection event occuring - am I doing too much on a single page? Should I split out the 'master' data in to smaller JSON requests for each chart? http://imgur.com/KbWFe5H Many thanks, Dan -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
