LoginSignup
0
0

More than 5 years have passed since last update.

charttick Rails

Last updated at Posted at 2017-11-01
  1. Gemfile
$ bundle install

以下の内容を追加

Gemfile
gem "chartkick"
  1. application.html.erb

JavaScriptのloadスクリプトの追加

applicatoin.html.erb
<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %>
  1. 円グラフの追加

円グラフの表示

<%= pie_chart [["Football", 10], ["Basketball", 5]] %>

SQLite3で日付ごとに表示する方法
ActiveRecord4での集計をいろいろまとめた | | Scimpr Blog

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0