Skip to content

Latest commit

 

History

History
70 lines (40 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

70 lines (40 loc) · 2.71 KB

Change Log

Version 2.5.1

Version 2.5.0

Version 2.4.0

Version 2.3.0

  • Issue 69 Support generating chart Javascript without <script> tag
  • Split base_chart#to_js into 3 methods - to_js, load_js and draw_js which can be used on their own.

Version 2.2.0

Version 2.1.9

Version 2.1.8

  • Issue 45 Support for redrawing chart from JS.

Version 2.1.7

  • Issue 56 Typecast to proper JSON strings.

Version 2.1.6

Version 2.1.5

Version 2.1.4

Version 2.1.3

  • Added support for Bubble Chart.
  • Pull Request 37 Add support for Stepped Area Chart.

Version 2.1.2

  • Pull Request 28 Remove InstanceMethods as it's deprecated in Rails 3.2.x.
  • Pull Request 26 Add 3 more image charts and #uri method to all image charts.

Version 2.1.1

  • Add support for role and pattern attributes in #new_column and #new_columns methods.

Version 2.1.0

  • Add #render_chart as a helper method in Rails views.