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 6E657912D for ; Thu, 14 Mar 2013 04:39:22 +0000 (UTC) Received: (qmail 31182 invoked by uid 500); 14 Mar 2013 04:39:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 31119 invoked by uid 500); 14 Mar 2013 04:39:20 -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 31094 invoked by uid 99); 14 Mar 2013 04:39:20 -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:39:20 +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 chewbranca@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-ob0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 04:39:16 +0000 Received: by mail-ob0-f172.google.com with SMTP id tb18so1804118obb.31 for ; Wed, 13 Mar 2013 21:38:55 -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=AhrZeXz1cEe83436yniL4DgR1XxLsjtYGRFp7pkYi4E=; b=gvZqWjRpiZ7yirG6g917TjbOWwNXJ7Ufk9j81kpbohsD/IZSy9uRPaAosnooe74Eby jIMk9sBA+fhQ4/EiG6O6+VoAwB+L3frhPzhwCEo6YHKYo3LlmO2vvOJ7BU6EVdkWWC+c oRhc2mllg/eOuOrfHtatDBVF0RH7jsmbphkvTOxwrUzCsKqCdJa7w3uyEEXXmprCaE4+ lZP7oRGr/FPkYE3/4k3p//khNkbO99XTFDsQXRwbSpGygHB3LWoBh92nh2kl3OSFVNNy YZuuXU3W9JeDi45RJusHyGfNJE9EjHVLhtEp5dzyF/6UtLiWEmALeLAILByNrw3xgSkM wADA== MIME-Version: 1.0 X-Received: by 10.182.64.74 with SMTP id m10mr436894obs.61.1363235935651; Wed, 13 Mar 2013 21:38:55 -0700 (PDT) Received: by 10.60.165.103 with HTTP; Wed, 13 Mar 2013 21:38:55 -0700 (PDT) In-Reply-To: <8EA6F981-CE5C-402A-B0BD-F06D54F7BA37@sri.com> References: <51413FA2.3050300@bardubitzki.com> <8EA6F981-CE5C-402A-B0BD-F06D54F7BA37@sri.com> Date: Wed, 13 Mar 2013 21:38:55 -0700 Message-ID: Subject: Re: Data Visualization From: Russell Branca To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=14dae93b5e36b091d504d7db19dc X-Virus-Checked: Checked by ClamAV on apache.org --14dae93b5e36b091d504d7db19dc Content-Type: text/plain; charset=ISO-8859-1 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 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 > > --14dae93b5e36b091d504d7db19dc--