Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE9749164 for ; Thu, 14 Mar 2013 04:58:32 +0000 (UTC) Received: (qmail 68737 invoked by uid 500); 14 Mar 2013 04:58:31 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 68537 invoked by uid 500); 14 Mar 2013 04:58:31 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 68511 invoked by uid 99); 14 Mar 2013 04:58:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 04:58:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qc0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 04:58:26 +0000 Received: by mail-qc0-f178.google.com with SMTP id j34so846060qco.37 for ; Wed, 13 Mar 2013 21:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=I3J314ZDzH69b2fa2xRcCOwIW0fjID2UCeQ5ReTndno=; b=wJo2zisib2IggahrrjcuVQdvV0FXdNYI3tITMHQCTxdmclwl4SPlAqnpwpNP/YXd0R rxsjNKC1dyzdzpFf2ndrL4pCD4L94He8kof3RCTG+Vz5lRiaXGMSvcbl39sB8ETOhj0e Mewqxk+i3goflOrVfaMH/lx2uEY3M7d7jL+lC+q7y/jAzbpYvhYJBJwxlPQ3nL/5b314 I++CYrYRhoCVLh+luUwc8z8GTYgD4RhV/BM+zytcOqZ/03fcqUX59vC6OTyuKXUF/I+I /NzjGOkaE3KXqrgCCW0ZOypKFoQfYIWxxnKAqc1IBUYt3viMTQXEiY2XmO6EguSAY7jc 2t9Q== MIME-Version: 1.0 X-Received: by 10.224.42.19 with SMTP id q19mr2101432qae.15.1363237085608; Wed, 13 Mar 2013 21:58:05 -0700 (PDT) Received: by 10.49.64.232 with HTTP; Wed, 13 Mar 2013 21:58:05 -0700 (PDT) In-Reply-To: References: <51413FA2.3050300@bardubitzki.com> <8EA6F981-CE5C-402A-B0BD-F06D54F7BA37@sri.com> Date: Thu, 14 Mar 2013 05:58:05 +0100 Message-ID: Subject: Re: Data Visualization From: Benoit Chesneau To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=20cf3074d5023b82c404d7db5e1d X-Virus-Checked: Checked by ClamAV on apache.org --20cf3074d5023b82c404d7db5e1d Content-Type: text/plain; charset=ISO-8859-1 On Thursday, March 14, 2013, Russell Branca wrote: > 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/ > > > which one would you advice? > -Russell > > > On Wed, Mar 13, 2013 at 9:09 PM, Jim Klo > > 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" < > > stephan@bardubitzki.com >> > 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 > > > > > --20cf3074d5023b82c404d7db5e1d--