Public
Edited
Aug 25, 2023
Insert cell
Insert cell
Insert cell
play_chart = {
$(document).ready(function() {
chart.setControls(controls);
controls.init(chart);
controls.fillCountryDropdown1(countryData);
controls.fillCountryDropdown2(countryData);
chart.setCountry1('HIC');
// d3.select('#country_dropdown_menu1').text('High-income');

chart.setCountry2('LIC');
//d3.select('#country_dropdown_menu2').text('Low-income');
});
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more