mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Shorten graph labels
This commit is contained in:
parent
3775762ed4
commit
e8f4773c65
5 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ module Analyze
|
|||
include Analyze::Graph::Column::RaceScore
|
||||
def label
|
||||
# TODO: offset labels so they don't overlap
|
||||
'American Indian or Alaskan Native'
|
||||
'American Indian'
|
||||
end
|
||||
|
||||
def basis
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ module Analyze
|
|||
class Asian < GroupedBarColumnPresenter
|
||||
include Analyze::Graph::Column::RaceScore
|
||||
def label
|
||||
'Asian or Pacific Islander'
|
||||
'Asian'
|
||||
end
|
||||
|
||||
def basis
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ module Analyze
|
|||
class Black < GroupedBarColumnPresenter
|
||||
include Analyze::Graph::Column::RaceScore
|
||||
def label
|
||||
'Black or African American'
|
||||
'Black'
|
||||
end
|
||||
|
||||
def basis
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ module Analyze
|
|||
class Hispanic < GroupedBarColumnPresenter
|
||||
include Analyze::Graph::Column::RaceScore
|
||||
def label
|
||||
'Hispanic or Latinx'
|
||||
'Hispanic'
|
||||
end
|
||||
|
||||
def basis
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ module Analyze
|
|||
class White < GroupedBarColumnPresenter
|
||||
include Analyze::Graph::Column::RaceScore
|
||||
def label
|
||||
'White or Caucasian'
|
||||
'White'
|
||||
end
|
||||
|
||||
def basis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue