mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
add more colors
This commit is contained in:
parent
8c8dc39465
commit
06f49fc17f
1 changed files with 3 additions and 1 deletions
|
|
@ -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:)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue