Skip to content

im0nk3y/Html5Chart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zChart

zChart is a HTML5 chart library which use canvas element to draw 2D chart. Simple bar chart and line chart are included. It is highly customizable and supports tooltip and animation. Please visit Demo Page.

zChart zChart

Tutorial

All you need to do is to new an instance and pass parameter to it.

var canvas = document.getElementById("zChartCanvas");
var chart = new zChart.LineChart(canvas, param);
chart.drawChart();

Bar Chart example is here. Line Chart example is here.

License

zChart is available under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors