diff --git a/app/views/dashboard/_progress_map.html.erb b/app/views/dashboard/_progress_map.html.erb index 2f04930f..9faf54e9 100644 --- a/app/views/dashboard/_progress_map.html.erb +++ b/app/views/dashboard/_progress_map.html.erb @@ -69,10 +69,10 @@ if (progress >= 10) return '#d4a574'; if (progress > 0) return '#8b4513'; return '#e5e5e5'; + } - -
- Summary: 7 states tracked  702 of 1,639 municipalities scraped  42.8% average completion + // Check if D3 is available + if (typeof d3 === 'undefined') { console.log('D3 not available, showing static visualization only'); document.getElementById('us-map-container').innerHTML = '

Interactive map requires D3.js. See detailed progress below.

';