mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Set a minimum bar height for analyze graphs
This commit is contained in:
parent
cb3499de64
commit
1155f74ca9
3 changed files with 35 additions and 21 deletions
|
|
@ -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:)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue