Interactive visualization of the international trade network using Svelte and d3.
Check out the live demo here.
This visualization contains monthly import and export data between 15 countries of interest, downloaded and processed from the International Monetary Fund's (IMF) Direction of Trade Statistics (DOTS) Dataset.
Clone or download this repository...
git clone https://github.com/yizhe-ang/trade-network-vis.git
# or
npx degit yizhe-ang/trade-network-vis trade-network-vis
cd trade-network-vis
Install the dependencies...
npm install
Then run the application on a local server:
npm run dev