{{-- Title: Doughnut-ethnicty Description: Doughnut block ethnicty 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", "14.8", "14.9", "29.1", "4.4", "1.0", "4.8", "30.4"]; $data2019 = ["0.5", "15.1", "14.7", "29.1", "4.4", "0.9", "5.1", "30.2"]; $data2018 = ["0.4", "17.2", "13.9", "29.2", "3.2", "1.0", "4.9", "30.3"]; @endphp
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 Totals 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 Totals 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 Totals 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