mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07: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
|
|
@ -1,5 +1,6 @@
|
|||
class OverviewController < SqmApplicationController
|
||||
before_action :check_empty_dataset, only: [:index]
|
||||
helper VarianceHelper
|
||||
|
||||
def index
|
||||
@variance_chart_row_presenters = Measure.all.map(&method(:presenter_for_measure))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue