-
-
+
{% for country in countries %}
@@ -36,38 +35,38 @@
Country
{{ country.population_percentage_of_the_world }}

- - - - - -

{{ country.name }}'s GDP % - of {{ country.region_formatted}}n region.

+ datasets: [{ + label: 'GDP chart', + data: ["{{ country.total_region_gdp_pc_excluding_self }}", "{{ country.country_gdp_pc }}"], + backgroundColor: [ + 'rgba(90, 138, 211, 0.7)', + 'rgba(233, 116, 81, 0.7)' + ], + hoverOffset: 4 + }] + } + }); + +

{{ country.name }}'s GDP % + of {{ country.region_formatted}}n region.

+
-
+
-
+

Economic Indicators per citizen (US Dollar)

@@ -127,8 +126,7 @@
Country
- - + {% if gdp_data %}

GDP 2007-2022 in (US Dollars)

@@ -147,7 +145,7 @@
Country
data: gdp_model_data, fill: false, borderColor: '#54B4D3', - tension: 0.5, + tension: 0.2, }], }; const gdp_trend_chart = new Chart(ctx3, {