Updated Readme to link to dimplejs.org

master
John Kiernander 2014-01-28 17:57:36 +00:00
parent e98bff3387
commit a353e5894d
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
### dimple ###
An object-oriented API allowing you to create flexible axis-based charts using [d3.js](http://d3js.org "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.
Dimple is an object-oriented API allowing you to create flexible axis-based charts using [d3.js](http://d3js.org "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](http://github.com/PMSI-AlignAlytics/dimple/wiki "Wiki").
Please visit the main website [dimplejs.org](http://dimplejs.org "dimple.js") for more information and examples.