Chart-It is an tool written in javascript and jQuery to help web developers easily create elegant and fully-customizable charts.
It is still in its early developmental stage, and lots of features wil be added later.
It is created by Bonghyun Kim.
To use Chart-It, simply download both (1)Chart-It.js and (2) jq.js [Minified jQuery]
Add Chart-It.js and jq.js in your html file.
In any part of your site, add a div with id = "poll-creator". This div will automatically be hidden.
Add a canvas element with id = "poll-display". Customize the height and width with width and height tags.
In your div with id = "poll-creator", type in #title : Title;
Color variables can be added with #color : red blue green;
Colors can be web-safe color names or hex codes.
Chart variables are written in the format $name:number;
Ex. $Java: 49; $C: 50;
Example can be found in sample-chart-it.html