Many thanks Pete, the version of superProxy was up-to-date but flushing the cache seemed to work. I'm still having an issue though:
All 4 pages work fine if the cache has been flushed. However if the 'all' page is refreshed a couple of times then the following error occurs (regardless of what browser I test in).
The piechart says "Not enough columns given to draw the requested chart", the linechart displays the information that the table should display, and the table displays the information the piechart should display. It seems like the data-source has changed for all charts.
I thought this would be a JS error reading the data-source, but if you then now visit the superproxy01, superproxy02 and superproxy03 pages a couple of them come up with a "Request timed out" error.
The only way to fix this issue is to flush the cache. However if I have to flush the cache every time a user views the chart it causes a major problem.
Any thoughts?