Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.47 KB

History.md

File metadata and controls

52 lines (28 loc) · 1.47 KB

History

Version 0.6.0 - 2012/1/27

  • Line and bar charts now support negative numbers.

Version 0.5.0 - 2011/12/6

  • Fix - rename radius to diameter.
  • Allow line charts with no stroke.
  • Support for iPhone 4 retina display.

Version 0.4.1 - 2011/9/29

  • For a line graph with a single value show a straight line instead of nothing.

Version 0.4.0 - 2011/6/30

  • Allow options to be passed a function called with a this value of the element in question.

Version 0.3.5 - 2011/5/12

  • Fix that if the numerator of a pie is zero an empty pie is drawn instead of nothing. @munikho

Version 0.3.4 - 2011/5/12

  • Remove the little border that appears around the slice of a pie when the slice has a darker colour than the plate. @munikho

Version 0.3.3 - 2011/3/20

  • Tweaks to aid minification.

Version 0.3.2 - 2010/5/9

  • Don't blow up if <canvas> isn't supported.

Version 0.3.1 - 2010/5/8

  • Add "strokeWidth" option to line charts.
  • Add "max" option to line and bar chart types.

Version 0.3.0 - 2010/5/6

  • Add line and bar graph types and expose an interface for adding more. @ismasan and me.

Version 0.2.0 - 2010/4/29

First official version. Thanks to @ismasan and @olivernn for adding support for the "change" event and making it work in Firefox respectively.

Birthday - 2009/11/20

It works!