Skip to content

Bolandish/FaBoChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    });
});

About

jQuery Chart plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published