jancarloviray / canvas-barchart

html5 canvas generator (i was a beginner when I wrote this.. sorry for the mess, :D)

Home Page:http://jsfiddle.net/jancarlo000/AW9Lf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Canvas Barchart

I made this as I was trying to learn HTML5 Canvas. It's simple, to-the-point barchart. It auto-resizes based on amount of data, and canvas height and width. At its current state, it's usable, but not yet polished.

TODO

  • clean, organize and modularize code
  • allow usages of options: title, legend, backgroundColor, font, fontSize, gridColor, etc...
  • adjust height of bars to autoresize on canvas height.
  • add Screenshot
  • Organize files to BarChartJS.js, and make index example file.

javascript barchart

Bitdeli Badge

Bitdeli Badge

About

html5 canvas generator (i was a beginner when I wrote this.. sorry for the mess, :D)

http://jsfiddle.net/jancarlo000/AW9Lf/


Languages

Language:JavaScript 100.0%