'; flourishChartContainer.innerHTML = embedCode; } } document.getElementById('countrySelect').addEventListener('change', function() { updateChart(this.value); }); // Initial state with no chart displayed updateChart('');

Hello, World!