Sha256: f6f3d135fdbdb4002ebe8fca295576e969350a911dd013708a626535b27e5e7e

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

# Highstock-Rails

Highstock lets you create stock or general timeline charts in pure JavaScript with sophisticated navigation options like a small navigator series, preset date ranges, date picker, scrolling, and panning. This gem includes Highstock as an asset in the Rails 3.1+ asset pipeline. Note: Highstock is not free for commercial use, so you'll need a valid license to use Highstock.

## Installation

Add this line to your application's Gemfile:

    gem 'highstock-rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install highstock-rails

## Usage

In your JavaScript manifest (application.js):

//= require highstock
//= require highstock/highstock-more

Refer to the Highstock documentation for more information.

## Licensing

Highstock has its own seperate licensing agreement.

The highstock-rails gem is released under the MIT license.

## Contributing

1. Fork it ( http://github.com/justinkuepper/highstock-rails/fork )
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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
highstock-rails-1.3.7 README.md