/lazy_high_charts

rails plugin for make highcharts a la ruby , works in rails 3.0 / 3.X

Primary LanguageRubyMIT LicenseMIT

LazyHighCharts - Official gem repository

Easily include HighCharts in your project with this gem Build Status

Notice

Current VERSION ChangeLog

Installation

Installation with rubygems

To install it, you just need to add it to your Gemfile:

    gem 'lazy_high_charts'

then run

bundle install

to install it.

legacy notice: if you use rails 2.3.x or 3.0.x or 3.1.x, please use versions less than 1.3.3.

Lazy_high_charts User Guide

Add javascript file to the application.js file //= require highcharts

###In controller Create an object of

LazyHighCharts::HighChart

###In View Just pass the “div id” created and the “chart object”, where to display the chart

  <%= high_chart(“div_id”, @chart) %>

Contributing

We're open to any contribution. It has to be tested properly though.

  • Fork the project
  • Do your changes and commit them to your repository
  • Test your changes. We won't accept any untested contributions (except if they're not testable).
  • Create an issue with a link to your commits.

Thanks for all contributers

Maintainers

License

  • Copyright (c) 2013 Deshi Xiao - Miguel Michelson Martinez, released under the MIT license