🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

FaBoChart is a simple, lightweight yet customizable jQuery graph plugin that helps you visualize any numeric data into an animated column chart.

column-chart

Documentation

FaBoChart

Faust and Bolander chart Charts

<div id="chart"></div> 
$(document).ready(function () {     data = {       '2010' : 500,        '2011' : 400,       '2012' : 240,       '2013' : 300,       '2014' : 320,       '2015' : 567     };      $("#chart").faBoChart({       time: 500,       animate: true,       instantAnimate: true,       straight: false,       data: data     }); }); 

You May Also Like