/EZBC-js

Easy Bar Charts JavaScript Lib

Primary LanguageJavaScriptThe UnlicenseUnlicense

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.