You can do the following. If you can't access docs.google.com you can build a very simple gviz data source that is capable of reading CSV files and outputting data table suitable for charts. Once you have this data source set up then you can use the query language to group, limit or page the results so that you actually draw meaningful amounts of data in the chart. You will need an internet connection to load the visualization library - but no data will ever be sent to Google when you use the motionchart.
References: Data source library - http://code.google.com/p/google-visualization-java/ CSV example - http://code.google.com/p/google-visualization-java/source/browse/trunk/examples/src/java/CsvDataSourceServlet.java (you can create one for Excel directly if you like) Query language - http://code.google.com/apis/visualization/documentation/querylanguage.html <http://code.google.com/apis/visualization/documentation/querylanguage.html>Motion chart data policy- http://code.google.com/apis/visualization/documentation/gallery/motionchart.html#Data_Policy <http://code.google.com/apis/visualization/documentation/gallery/motionchart.html#Data_Policy> HTH ChartMan On Sat, Dec 18, 2010 at 10:33 PM, Amit Ghosh <[email protected]> wrote: > It would be pretty easy to write something that does the same plotting > on a network/desktop application. > > -Amit > > On Sat, Dec 18, 2010 at 3:22 PM, Scott Troolin <[email protected]> > wrote: > > Hello, > > > > I work at a bank and I think google motion chart would be perfect for > > illustrating some data regarding our operations. I have few issues > > however... > > 1) the information i want to show is proprietary as it has to do with > > trades our clients have done with us > > 2) I have A LOT of information i need to process...probably somewhere > > around 50k rows in excel > > > > So with these in mind, is it possible to download a program where i > > can just upload data from an excel sheet? I can't publish this > > information on a website or blog and google.docs is blocked at my > > work. > > > > Any help/advise would be greatly appreciated > > > > Thanks, > > Scott > > > > -- > > 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]<google-visualization-api%[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]<google-visualization-api%[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.
