I'm not familiar with any part of this code, so it's probably you're in the wrong forum. This is forum is about the Google Visualization API: http://code.google.com/apis/chart/
On Tue, Aug 16, 2011 at 4:06 PM, Chaitanya Prasad <[email protected] > wrote: > ErrorDataOrganizer organizer = new ErrorDataOrganizer(); > ErrorData errorData = organizer.fetchErrorData(); > > ChartURLGenerator urlGenerator = new ChartURLGenerator(); > Map<String, String> exceptionToChartURLMap = > urlGenerator.generateExceptionToChartURLMap(errorData); > > FileIOUtil.writeHourlyTrendCSVFile(errorData, > exceptionToChartURLMap); > > ChartDownloader downloader = new ChartDownloaderImpl(); > downloader.downloadHourlyChartsForExceptionsInList(errorData, > exceptionToChartURLMap); > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization 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-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en.
