From 06f49fc17fc330475f7fc7b12a709705ff1f34b5 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Wed, 21 Dec 2022 17:15:18 -0800 Subject: [PATCH] add more colors --- app/helpers/analyze_helper.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/helpers/analyze_helper.rb b/app/helpers/analyze_helper.rb index a4db09d0..7ac34581 100644 --- a/app/helpers/analyze_helper.rb +++ b/app/helpers/analyze_helper.rb @@ -35,7 +35,9 @@ module AnalyzeHelper end def colors - @colors ||= ['#49416D', '#FFC857', '#920020', '#00B0B3', '#B2D236', '#004D61'] + @colors ||= ['#49416D', '#FFC857', '#920020', '#00B0B3', '#B2D236', '#004D61', '#FFB3CC', '#FF3D00', '#212121', '#9E9D24', + '#689F38', '#388E3C', '#00897B', '#00796B', '#00695C', '#004D40', '#1B5E20', '#FF6F00', '#33691E', '#D50000', + '#827717', '#F57F17', '#FF6F00', '#E65100', '#BF360C', '#3E2723', '#263238', '#37474F', '#455A64'] end def empty_dataset?(measures:, school:, academic_year:)