Sha256: f8bd9e2c909fb1bab6e67de5820161ddccaa9e437ccd1315a53fa0c4f7142049
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
# d3-rails [D3.js](http://github.com/mbostock/d3) is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. d3-rails provides D3 for Rails 3.1 and higher. ## Version d3-rails comes with version 3.5.11 of D3.js. and will track the always mirror the version of D3 it comes with. ## Installation Add this line to your `Gemfile`: gem "d3-rails" Please note that D3 is provided via the asset pipeline and you do *not* need to copy their files into your application. Rails will get them from d3-rails automatically. Then add it to your manifest file, most probably at `app/assets/javascripts/application.js`: //= require d3 ## Development To update the D3 version contained in the gem, you can run the following rake task ```bash bundle exec rake d3:update_version ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
d3-rails-3.5.11 | README.md |