ä»äºã§å£²ä¸ããã¼ã¿ã®éè¨çµæãã°ã©ã表示ããæ©ä¼ããã£ãã®ã§lazy_high_chartsã使ã£ã¦ã¿ãã ã¤ã³ã¹ãã¼ã« Gemfile gem 'lazy_high_charts' app/assets/javascripts/application.js 以ä¸ãè¿½è¨ //= require highcharts app/controllers/sample_controller.rb class SampleController < ApplicationController def show @end_at = Date.today @start_at = @end_at - 6 @categories = @start_at.upto(@end_at).to_a @data1 = Array.new(7){rand(10)} @data2 = Array.new(7){rand(1
{{#tags}}- {{label}}
{{/tags}}