Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created January 16, 2017 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozelfatih/5c8dd79645c4110532d5e04882919369 to your computer and use it in GitHub Desktop.
Save ozelfatih/5c8dd79645c4110532d5e04882919369 to your computer and use it in GitHub Desktop.
var myPiechart = new Piechart(
{
canvas:myCanvas,
data:myVinyls,
colors:["#fde23e","#f16e23", "#57d9ff","#937e88"]
}
);
myPiechart.draw();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment