Create grouped bar chart on analyze page

This commit is contained in:
Nelson Jovel 2022-05-20 20:24:23 -07:00
parent d7b0fe0e36
commit 7a9830915b
20 changed files with 204 additions and 4 deletions

View file

@ -5,5 +5,8 @@ class AnalyzeController < SqmApplicationController
@subcategory ||= Subcategory.find_by_subcategory_id(params[:subcategory_id])
@subcategory ||= Subcategory.find_by_subcategory_id('1A')
@measure = @subcategory.measures.first
@academic_year ||= AcademicYear.order('range DESC').first
end
end