• Stars
    star
    146
  • Rank 252,769 (Top 5 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 11 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chart.js for Rails Asset Pipeline

Chart.js for Rails

Integrate Chart.js into Rails Asset Pipeline (current version is 2.8.0)

Installation

Add this line to your application's Gemfile:

gem 'chart-js-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install chart-js-rails

Add this to your application.js file:

//= require Chart.min

Usage

Visit: http://www.chartjs.org/docs/ for proper Chart.js usage