Set a minimum bar height for analyze graphs

This commit is contained in:
rebuilt 2022-06-10 09:45:52 -07:00
parent cb3499de64
commit 1155f74ca9
3 changed files with 35 additions and 21 deletions

View file

@ -68,7 +68,7 @@ module AnalyzeHelper
end
def colors
@colors ||= ['#49416D', '#FFC857', '#920020', '#00B0B3', '#B2D236', '#595959']
@colors ||= ['#49416D', '#FFC857', '#920020', '#00B0B3', '#B2D236', '#004D61']
end
def empty_dataset?(measures:, school:, academic_year:)