Merge branch 'updated-contrib-calendar' into 'master'
POC: Updated contrib calendar
In an effort to cut down the JS file size - i've removed the heatmap calendar used for the contributing calendar on users profiles. We already have d3 on the page so why not use it instead of using a library which uses it?
![Screen_Shot_2016-04-27_at_11.08.41](/uploads/64c40f0c766f800fd0e33ac8be7f9644/Screen_Shot_2016-04-27_at_11.08.41.png)
cc. @jschatz1
See merge request !3944
Showing
... | ... | @@ -178,9 +178,6 @@ gem 'ruby-fogbugz', '~> 0.2.1' |
# d3 | ||
gem 'd3_rails', '~> 3.5.0' | ||
#cal-heatmap | ||
gem 'cal-heatmap-rails', '~> 3.6.0' | ||
# underscore-rails | ||
gem "underscore-rails", "~> 1.8.0" | ||
... | ... |
Please
register
or
sign in
to comment