From 3964631ed1d5c0c5080f25f3cd830fe6fadf62db Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 23 Jun 2016 14:58:09 +0800 Subject: [PATCH] hight charts --- app/views/quality_analysis/_show.html.erb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/quality_analysis/_show.html.erb b/app/views/quality_analysis/_show.html.erb index 17865ad32..cf81680b0 100644 --- a/app/views/quality_analysis/_show.html.erb +++ b/app/views/quality_analysis/_show.html.erb @@ -7,10 +7,9 @@

file_complexity: <%= @complexity["msr"][6]["frmt_val"] %>

class_complexity: <%= @complexity["msr"][7]["frmt_val"] %>

function_complexity: <%= @complexity["msr"][8]["frmt_val"] %>

- +<%= javascript_include_tag 'highcharts','highcharts-more' %>