mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
9 lines
177 B
Ruby
9 lines
177 B
Ruby
module ConstructGraphParameters
|
|
module ZoneColor
|
|
WARNING = "#FF73C0"
|
|
WATCH = "#F096AD"
|
|
GROWTH = "#E0BA9A"
|
|
APPROVAL = "#D0DD86"
|
|
IDEAL = "#C0FF73"
|
|
end
|
|
end
|