Skip to content

Commit 98fae05

Browse files
committed
✨ Add choropleth map to Threat Perception chart
1 parent 0473961 commit 98fae05

7 files changed

+8
-3885
lines changed

docs/chart1-supplier-influence.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/chart3-defense-systems.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/chart4-multi-country-radar.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/chart5-priorities-heatmap.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/chart7-supplier-connections.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/threat-perception-analysis.html

Lines changed: 1 addition & 3879 deletions
Large diffs are not rendered by default.

geopolitical-dashboard/generate_charts_with_filters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ def main():
289289
# Chart 0: Threat Perception (no filters needed)
290290
print("📊 Chart 0: Threat Perception Analysis")
291291
try:
292-
fig = create_threat_density_map()
292+
fig_chart = create_threat_density_map()
293+
fig = combine_choropleth_with_chart(fig_chart, "Threat Perception Analysis")
293294
html = fig.to_html(include_plotlyjs='cdn')
294295
wrapped = wrap_with_filters_and_nav(html, "threat", "Threat Perception Analysis")
295296
with open("threat-perception-analysis.html", "w") as f:

0 commit comments

Comments
 (0)