fork of dimple.js with some fixes
 
 
Go to file
John Kiernander d3ae295c1d Fixed Issue #19 - Drop Lines 2013-11-08 23:01:52 +00:00
data Made tooltips always on top 2013-06-24 09:35:51 +01:00
dist Fixed Issue #19 - Drop Lines 2013-11-08 23:01:52 +00:00
examples Added ability to use arrayed margin sizes 2013-11-08 13:40:25 +00:00
lib Fixed error message for newSvg 2013-06-13 10:00:39 +01:00
src Fixed Issue #19 - Drop Lines 2013-11-08 23:01:52 +00:00
test/methods Added Mekko Example 2013-06-15 00:38:03 +01:00
.gitattributes Copy over from d3Simple 2013-05-21 12:42:17 +01:00
.gitignore Fix Tooltip for Area Charts 2013-08-16 15:27:08 +01:00
Gruntfile.js Update Grunt Header 2013-09-12 10:53:11 +01:00
MIT-LICENSE.txt Copy over from d3Simple 2013-05-21 12:42:17 +01:00
README.md Copy over from d3Simple 2013-05-21 12:42:17 +01:00
app.js Copy over from d3Simple 2013-05-21 12:42:17 +01:00
package.json Added ability to use arrayed margin sizes 2013-11-08 13:40:25 +00:00

README.md

dimple

An object-oriented API allowing you to create flexible axis-based charts using d3.js. The intention of this project is to allow analysts who are not necessarily expert JavaScript programmers to create standard (and some not-so-standard) business analytics.

The API will also expose the core d3 objects where possible so that as users gain confidence they can extend the base functionality in whatever way they wish.

For full details and documentation the wiki is available here.