mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Create grouped bar chart on analyze page
This commit is contained in:
parent
d7b0fe0e36
commit
7a9830915b
20 changed files with 204 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue