fork of dimple.js with some fixes
 
 
Go to file
John Kiernander 2917511666 Merge pull request #49 from vintasoftware/tooltip-position
Tooltip fixes
2014-02-14 09:26:01 +00:00
data Update to 1.1.3 2013-12-16 10:31:34 +00:00
dist Updates to Chart Drawing 2014-01-28 15:23:20 +00:00
examples added example to master 2014-01-28 16:52:07 +00:00
lib Added tests to lint and cleaned existing 2014-01-22 00:01:41 +00:00
src Don't draw tooltips with negative X and using .getBBox to get SVG width/height 2014-02-13 17:25:27 -03:00
test/methods Added tests to lint and cleaned existing 2014-01-22 00:01:41 +00:00
.gitattributes Copy over from d3Simple 2013-05-21 12:42:17 +01:00
.gitignore Set up karma test runner 2014-01-19 20:53:29 +08:00
Gruntfile.js Added tests to lint and cleaned existing 2014-01-22 00:01:41 +00:00
MIT-LICENSE.txt Copy over from d3Simple 2013-05-21 12:42:17 +01:00
README.md Updated Readme to link to dimplejs.org 2014-01-28 17:57:36 +00:00
app.js Copy over from d3Simple 2013-05-21 12:42:17 +01:00
package.json Added tests to lint and cleaned existing 2014-01-22 00:01:41 +00:00

README.md

dimple

Dimple is 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.

Please visit the main website dimplejs.org for more information and examples.