Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 531 Bytes

simple piechart and datelinechart

The only redeeming features are smallness, speed and compatibility.

tested and known to work in ie 6+, firefox 3.6+, safari 4+, chrome 14+, opera 10+ (firefox 3.0 doesn't support fillText, so it is unsupported)

demo

how to compile

Install nodejs.

npm install -g grunt-cli
npm install
grunt publish

The publish folder should contain compiled files

how to test

Run test/index.html. Or ...

grunt test