https://github.com/bnadlerjr/leonardo
Javascript graphing library built on Raphael.js
https://github.com/bnadlerjr/leonardo
Last synced: 3 months ago
JSON representation
Javascript graphing library built on Raphael.js
- Host: GitHub
- URL: https://github.com/bnadlerjr/leonardo
- Owner: bnadlerjr
- Created: 2010-11-15T05:48:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-05T17:01:51.000Z (over 14 years ago)
- Last Synced: 2025-02-02T15:52:44.825Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Leonardo
A graphing library built on Raphael.js== Description
Not much to see here yet, still very pre-alpha. Planning implementing *very*
basic charts following the philosophy in the book Information Dashboard Design
[1] by Stephen Few.API is too unstable for official docs, so see the comments in the source which
I try to keep up to date.Note that I'm using some ECMAScript 5 functions (notably Array.forEach) so you
may need a shim [2] if your using an older browser.[1] http://www.amazon.com/Information-Dashboard-Design-Effective-Communication/dp/0596100167/ref=sr_1_1?s=books&ie=UTF8&qid=1289799351&sr=1-1
[2] http://github.com/kriskowal/es5-shim