
NeqaHighCharts
help generate high charts in rails!
Installation
Add this line to your application's Gemfile:
gem 'neqa_high_charts', :git => 'git@github.com: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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature)
- Commit your changes (
git commit -am 'Add some feature')
- Push to the branch (
git push origin my-new-feature)
- Create new Pull Request