I'm partial to D3.js, which is a powerful library for data manipulation and provides good constructs for creating SVG based visualizations. It is not a "charting" library though, but rather a library you would use to create such a tool.
D3.js: http://d3js.org/ Two nice charting libraries on top of D3: http://nvd3.org/ http://code.shutterstock.com/rickshaw/ -Russell On Wed, Mar 13, 2013 at 9:09 PM, Jim Klo <[email protected]> wrote: > Good place to start? > > > https://github.com/mbostock/d3/wiki/Integrating-D3-with-a-CouchDB-database-1 > > That's a very generalized request... Visualizing what? > > Google charts is quick and easy, but found it painful to scale. Updating > the DataTables has always been a bit awkward IMO when working with CouchDB. > > > Sent from my iPhone > > On Mar 13, 2013, at 8:11 PM, "Stephan Bardubitzki" < > [email protected]<mailto:[email protected]>> wrote: > > Hi there, > > can someone recommend a tool/library for data visualization? I was > thinking about Google Chart Tool but there might be others available. > > Thx, > Stephan > >
