Skip to content

bonghyun5/Chart-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chart-It

What it is

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.

How to use Chart-It

Setting Up

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.

Creating Title

In your div with id = "poll-creator", type in #title : Title;

Customizing Colors

Color variables can be added with #color : red blue green;

Colors can be web-safe color names or hex codes.

Inputing chart variables

Chart variables are written in the format $name:number;

Ex. $Java: 49; $C: 50;

Example

Example can be found in sample-chart-it.html

About

HTML5's Canvas and Javascript based application for making elegant bar graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors