Interactive visualizations of China’s economic leverage over Southeast Asian countries (2010–2023).
China’s Economic Leverage in Southeast Asia
The CELI is a composite index measuring China’s economic leverage over Southeast Asian countries, incorporating trade dependence, financial exposure, and debt dynamics. Higher values indicate greater Chinese economic leverage. The index covers 10 countries from 2010 to 2023.
CELI Trends by Country
Select countries to compare their CELI trajectories over time.
Data source: Author’s calculations. The CELI is a composite measure incorporating trade dependence, financial exposure, and debt leverage. See related publications for methodology.
CELI Heatmap: All Countries by Year
A bird’s-eye view of China’s economic leverage across all 10 Southeast Asian countries over time. Darker colors indicate higher leverage scores.
Plot.plot({width:Math.min(900, width),height:350,marginLeft:100,marginBottom:40,padding:0,style: {fontSize:"12px",fontFamily:"Source Sans Pro, sans-serif",background:"transparent" },x: {label:"Year",tickFormat: d =>String(d) },y: {label:null },color: {type:"sequential",scheme:"YlOrRd",label:"CELI Score",legend:true },marks: [ Plot.cell(celiData, {x:"year",y:"country_name",fill:"celi",inset:1,tip:true,title: d =>`${d.country_name}, ${d.year}\nCELI: ${d.celi.toFixed(3)}` }) ]})