From f0fb85372c3977a83f2011e09733b35a99377290 Mon Sep 17 00:00:00 2001 From: timelyportfolio Date: Thu, 10 Jul 2014 12:04:26 -0500 Subject: [PATCH] add dimple to javascript data vis dimple is by far my favorite of all the d3.js charting libraries. easy, well-documented, and extremely active --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9c7d4e..c5efb1a 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [trianglify](https://github.com/qrohlf/trianglify) - Low poly style background generator with d3.js * [d3-cloud](https://github.com/jasondavies/d3-cloud) - Create word clouds in JavaScript. * [d4](https://github.com/heavysixer/d4) - A friendly reusable charts DSL for D3. +* [dimple.js](http://dimplejs.org) - Easy charts for business analytics powered by d3 There're also some great commercial libraries, like [amchart](http://www.amcharts.com/) and [highchart](http://www.highcharts.com/).