- Pull Request 98 Do not force
en
as the default language.
- Pull Request 97 Add new Google charts.
- Pull Request 96 Allow charts to have a different locale.
- Pull Request 95 Allow charts to be styled with Material Design.
- Pull Request 72 Add ability to specify version of Google Chart library.
- Pull Request 75 Add Histogram chart.
- Issue 69 Support generating chart Javascript without
<script>
tag - Split
base_chart#to_js
into 3 methods -to_js
,load_js
anddraw_js
which can be used on their own.
- Issue 61 Add MIT license to gemspec.
- Issue 45 Support for redrawing chart from JS.
- Issue 56 Typecast to proper JSON strings.
- Issue 54 Allow apostrophes in labels.
- Pull Request 55 Add support to accept BigDecimal as number.
- Pull Request 48 Fix bug with Listener event registration.
- Pull Request 39 Add ability to use Listeners.
- Pull Request 40 Allow decoupling of class name and chart name.
- Added support for Bubble Chart.
- Pull Request 37 Add support for Stepped Area Chart.
- 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.
- Add support for
role
andpattern
attributes in#new_column
and#new_columns
methods.
- Add
#render_chart
as a helper method in Rails views.