Sha256: 522a86213bffe92345489d9f3d022efe2b92b0ce02f73e41061b12278325d5b4
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
# Highcharts-Rails This gem just includes [Highcharts](http://highcharts.com/) as an asset in the Rails 3.1 asset pipeline. Highcharts is not free for commercial use, so make sure you have a [valid license](http://highcharts.com/license) to use Highcharts. ## Installation Add the gem to the Gemfile gem "highcharts-rails", "~> 2.2.1" # The gem version mirrors the included version of Highcharts ## Changes Refer to the [Highcharts changelog](http://www.highcharts.com/documentation/changelog#highcharts) ## Usage In your JavaScript manifest (e.g. `application.js`) //= require highcharts To include one of the other adapters //= require highcharts/adapters/mootools //= require highcharts/adapters/prototype Or the Exporting module //= require highcharts/modules/exporting Or one of the themes //= require highcharts/themes/dark-blue //= require highcharts/themes/dark-green //= require highcharts/themes/gray //= require highcharts/themes/grid //= require highcharts/themes/skies Other than that, refer to the [Highcharts documentation](http://highcharts.com/documentation/how-to-use) ## Licensing Highcharts, which makes up the majority of this gem, has [its own, separate licensing](http://highcharts.com/license). The gem itself is released under the MIT license
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
highcharts-rails-2.2.2 | README.markdown |
highcharts-rails-2.2.1 | README.markdown |