No commit activity in last 3 years
No release in over 3 years
Packages Cal-HeatMap for Rails Asset Pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
 Project Readme

Cal-HeatMap Rails

Packages Cal-HeatMap for Rails Asset Pipeline.

Installation

gem 'd3_rails'
gem 'cal-heatmap-rails', github: 'pavolzbell/cal-heatmap-rails', branch: :master

And then execute:

$ bundle

Or install it yourself as:

$ gem install cal_heatmap_rails

Usage

Include in your application.js manifest:

//= require d3
//= require cal-heatmap

and in your application.css manifest:

*= require cal-heatmap

Included Javascripts

cal-heatmap.js
cal-heatmap-min.js

Included Stylesheets

cal-heatmap.css

Testing

Go to spec/dummy and run bundle. After bundling, run specs with bundle exec rspec.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin new-feature)
  5. Create new Pull Request

License

This software is released under the MIT License.