dimple_rails
Add D3.js and Dimple.js to the Rails asset pipeline
Add to your gemfile:
gem 'dimple_rails'
Add files to application manifest, which is typically app/assets/javascripts/application.js
//= require d3
//= require dimple
Fin
Project
Add D3.js and Dimple.js to the Rails asset pipeline
Add to your gemfile:
gem 'dimple_rails'
Add files to application manifest, which is typically app/assets/javascripts/application.js
//= require d3
//= require dimple
Fin