Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 735 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 735 Bytes

1.2.2

  • Added global content_for option
  • Added stacked option

1.2.1

  • Added localization for Google Charts

1.2.0

  • Added bar chart and area chart
  • Resize Google Charts on window resize

1.1.3

  • Added content_for option

1.1.2

  • Updated chartkick.js to v1.0.1

1.1.1

  • Added support for Sinatra

1.1.0

  • Added support for Padrino and Rails 2.3+

1.0.1

  • Updated chartkick.js to v1.0.1

1.0.0

  • Use semantic versioning (no changes)

0.0.5

  • Removed :min => 0 default for charts with negative values
  • Show legend when data given in {:name => "", :data => {}} format

0.0.4

  • Fix for Uncaught ReferenceError: Chartkick is not defined when chartkick.js is included in the <head>