Build Status

NeqaHighCharts

help generate high charts in rails!

Installation

Add this line to your application's Gemfile:

gem 'neqa_high_charts', :git => '[email protected]:beyondalbert/neqa_high_charts.git'

And then execute:

$ bundle

Or install it yourself as:

$ gem install neqa_high_charts

Usage

see usage demo: https://github.com/beyondalbert/rails-high-charts-demo

How this gem works

Deal the high charts options as the Class NeqaHighCharts::HighChart's attributes, so we can set them in your ruby code!

Then use view helper to change this attributes to html and js code!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request