{{-- Title: Doughnut-ethnicity--management Description: Doughnut block ethnicty management Category: formatting Icon: columns Keywords: doughnut Mode: edit Align: left PostTypes: post SupportsAlign: full SupportsMode: true SupportsMultiple: true EnqueueStyle: EnqueueScript: EnqueueAssets: --}} @php $colors = ["#362B6E", "#547095", "#80CFCD", "#88EFFA", "#CFCFCF", "#5B4AB4", "#006EFF", "#469C99", "#000000"]; $labels = ["American Indian or Alaska Native", "Asian", "Black or African American", "Hispanic or Latino", "I do not wish to answer", "Native Hawaiian or Other Pacific Islander", "Two or More Races", "White"]; $data2020 = ["0.5", "12.6", "9.2", "21.2", "4.5", "1.3", "4.2", "46.6"]; $data2019 = ["0.5", "13.6", "8.2", "23.2", "4.6", "1.2", "3.6", "45.0"]; $data2018 = ["0.3", "14.4", "8.4", "22.0", "2.7", "1.4", "4.1", "46.7"]; @endphp
{{--
Gucci US Race & Ethnicity
Annual data provided by the People team at Gucci from 2018 to 2020 with the percentages of diversity representation among Gucci US total employees and Gucci US management: American Indian or Alaska Native, Asian, Black or African American, Do Not Wish to Answer, Hispanic or Latino, Native Hawaiian or Other Pacific Islander, Two or More Races, or White. Totals may not add up to 100 percent due to rounding.
--}}

US Management by Race & Ethnicity

@foreach ($labels as $index => $label)
@include('partials.doughnut-circle-icon', ["color" => $colors[$index]])
{{ $label }}
{{ $data2018[$index] }}%
@endforeach
Data as of December 31, 2018

US Management by Race & Ethnicity

@foreach ($labels as $index => $label)
@include('partials.doughnut-circle-icon', ["color" => $colors[$index]])
{{ $label }}
{{ $data2019[$index] }}%
@endforeach
Data as of December 31, 2019

US Management by Race & Ethnicity

@foreach ($labels as $index => $label)
@include('partials.doughnut-circle-icon', ["color" => $colors[$index]])
{{ $label }}
{{ $data2020[$index] }}%
@endforeach
Data as of June 30, 2020
Management includes corporate positions at manager level and higher and retail positions at department manager level and higher.