From ef28266225ce1c210160fa703948e6892b9a82a3 Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 14 Apr 2016 10:37:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B2=E7=BA=BF=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/repositories/stats.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/repositories/stats.html.erb b/app/views/repositories/stats.html.erb index ac19310f6..9567f6a69 100644 --- a/app/views/repositories/stats.html.erb +++ b/app/views/repositories/stats.html.erb @@ -54,7 +54,7 @@ }, series: [{ name: '改动或增加', - color: 'red', + // data: [7.0, 6.9, 9.5, 14.5, 18.4, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6] data: <%= @static_total_per_user.map{|c| c.add.to_i} %> },