Skip to content

Instantly share code, notes, and snippets.

@trof808
Created April 14, 2017 06:01
Show Gist options
  • Save trof808/148066aa8bf9766b5fb93580f8ccf5e1 to your computer and use it in GitHub Desktop.
Save trof808/148066aa8bf9766b5fb93580f8ccf5e1 to your computer and use it in GitHub Desktop.
chart
var options1 = {
bar: $('.bar1'),
delay: 1300,
duration: 300
};
var bm1 = new barManager(options1);
bm1.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment