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

@ -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))