Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.04 KB

README.md

File metadata and controls

68 lines (44 loc) · 2.04 KB

LazyHighCharts - Official gem repository

Easily include HighCharts in your project with this gem Build Status

Notice

Gem Version Current VERSION ChangeLog

Installation

Installation with rubygems

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

    gem 'lazy_high_charts'

edge version on trial

    gem 'lazy_high_charts' --pre

then run

bundle install

to install it.

Lazy_high_charts User Guide

See project WIKI page

Demo Project

Update to latest js library. Aditional command line

To update to the current highcharts.js directly from http://code.highcharts.com/", you can always run

rake highcharts:update

And HC will be copied to your vendor/assets directory on your app

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

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