cubism-rails

Cubism.js is a D3 plugin for visualizing time series. Use Cubism to construct better realtime dashboards, pulling data from Graphite, Cube and other sources. Cubism is available under the Apache License.

Installation

Add the following to your gemfile:

gem 'cubism-rails'

And then execute:

$ bundle

Add the following directive to your JavaScript manifest file (application.js):

//= require cubism

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