fork of dimple.js with some fixes
 
 
Go to file
John Kiernander 69bb58402e Merge pull request #168 from sajith/master
Fix issue #167 ("Examples are broken")
2015-07-10 17:00:21 +01:00
adhoc Fix bug with null series 2014-07-23 20:33:49 +01:00
data Fix Examples 2014-04-22 15:03:21 +01:00
dist Merge pull request #144 from younesben/master 2015-07-10 16:51:09 +01:00
examples Fix issue #167 ("Examples are broken") 2015-06-15 20:14:55 -04:00
lib adding support for AMD, updating to latest version of d3, example templates modified to allow for dynamic versioning and script inclusion via Gruntfile 2014-05-22 14:37:21 +01:00
src Merge pull request #166 from rpaskowitz/auto-rotate-off 2015-07-10 16:59:36 +01:00
test Fix ordering for arrays containing zero 2014-07-12 01:19:05 +01: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 .latest to the build 2014-12-15 20:41:14 +00:00
MIT-LICENSE.txt Update copyright information 2015-03-23 13:37:52 +00: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
bower.json Further update to bower.json 2015-03-23 15:05:01 +00:00
package.json Dont set Opacity with noFormats=true 2014-12-16 14:25:59 +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.