d3.csv('bubblechart.csv').then((data) => { console.log(data); // Check if data is loaded properly // Existing code... });