cid-harvard / atlas-economic-complexity

[DEPRECATED] The Atlas online is a powerful interactive tool that enables users to visualize a country’s total trade, track how these dynamics change over time and explore growth opportunities for more than a hundred countries worldwide.
http://atlas.cid.harvard.edu
81 stars 40 forks source link

USA not populating country1 dropdown #191

Closed makmanalp closed 10 years ago

makmanalp commented 10 years ago

Because the country1 variable is "the United States" vs the country name in the dropdown is just "United States"

makmanalp commented 10 years ago

In dropdowns.js we should be comparing something like rawData.country1.name_3char instead of country1 in this line:

            if (country1 == data[i][0]){