根据' pointStart'获取数据to' pointEnd'使用' Highchart'在铁轨4

时间:2016-04-18 07:44:53

标签: ruby-on-rails ruby-on-rails-3 highcharts syntax-error

我在模型中有数据,其中包含日期时间类型的列名日期。我能够显示我的整个图表,但无法按日期指定(从开始到结束)。

这是我的代码无效。



series: 
      [{
        pointInterval: <%= 1.day * 1000 %>,
        pointStart: <%= Total.reorder(:date).first.date.to_i * 1000 %>,
        pointEnd: <%= (Time.now-27.day).to_i * 1000 %>,
        name: "total-user",
        data:<%= Total.all.collect(&:total_user)%>
      }]
&#13;
&#13;
&#13;

0 个答案:

没有答案