Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 228 Bytes

EZBC-js

Easy Bar Charts JavaScript Lib

How do I the chart?

EZBC.draw(container, data);

Where container is an element and data is a list of data values for the chart.

See sample.html for a working example.