Chart uploaded on June 19, 2019.
Options: Default. Bar. Line. Pie. Radar. PolarArea. Radar. Doughnut. More Color. Add Legend. Remove Legend.
California, Texas, and New York are the largest slices of the US Economy. Most of the other states have a much smaller slice economic productivity of country.
Data Source: Gross Domestic Product by State: Fourth Quarter 2018 (Annualized, Millions of Dollars). https://www.bea.gov/data/gdp/gdp-state
More maps, photos from Economy.
var chart = new Chart(ctx, {
type: 'pie',
data: {
labels: ['California ','Texas','New York','Florida ','Illinois ','Pennsylvania ','Ohio ','New Jersey','Georgia ','Washington','Massachusetts ','North Carolina ','Virginia ','Michigan ','Maryland ','Colorado ','Minnesota ','Tennessee ','Indiana','Arizona ','Wisconsin ','Missouri ','Connecticut','Louisiana ','Oregon ','South Carolina ','Alabama ','Kentucky','Oklahoma','Iowa ','Utah ','Kansas','Nevada','District of Columbia ','Arkansas','Nebraska','Mississippi ','New Mexico','Hawaii ','New Hampshire ','West Virginia ','Idaho ','Delaware ','Maine ','Rhode Island ','North Dakota ','Alaska ','South Dakota ','Montana ','Wyoming ','Vermont '],
datasets: [
{
label: 'Gross State Product, Q4 2018 (Annualized)',
data: [3018337,1818585,1701399,1059144,879947,803307,689139,634721,601503,576624,575635,575605,544348,537087,417776,376994,374920,373663,371629,355311,342470,323287,279653,255492,243085,234367,224654,211621,203250,192608,180862,169558,168752,142502,129812,124742,115749,101452,93419,86046,79168,78640,76537,65349,61341,55657,54851,52544,49635,39899,34154],
backgroundColor: manyColors() },
]
},
});