Sha256: bcc83e2ef5f8d0389096a8e352d5e132230e52e2925dde78f15279e2f5f4624c

Contents?: true

Size: 689 Bytes

Versions: 5

Compression:

Stored size: 689 Bytes

Contents

# d3js-plugins-rails

Each plugin should live in a directory that matches its name.

## Installation

Add the following to your gemfile:

    gem 'd3js-plugins-rails'

And then execute:

    $ bundle

Add the *needed* directives to your JavaScript manifest file (application.js):

    //= require d3/plugins/geo/projection/projection
    //= require d3/plugins/geo/projection/kavrayskiy7

It's unlikely you will need to include all plugins globally.

## 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
d3js-plugins-rails-0.0.15 README.md
d3js-plugins-rails-0.0.4 README.md
d3js-plugins-rails-0.0.3 README.md
d3js-plugins-rails-0.0.2 README.md
d3js-plugins-rails-0.0.1 README.md