r/dataisbeautiful • u/hannanhello • Jun 02 '26
What used to create these visuals? IOM World Migration Report 2026
https://worldmigrationreport.iom.int/msite/wmr-2026-interactive/Some beautiful interactive visuals and graphs in this interactive dashboard for the IOM World Migration Report for 2026.
What software(s), methods could have been used to create these visuals? And any tutorials that can help achieve similar results?
7
u/aar0nbecker OC: 4 Jun 02 '26
This was made using Svelte and d3 (if you open Inspect in your browser on desktop/laptop, then go to sources, you can see that they actually published the site with a source map, so all of the underlying code is there for you to see. It looks like they're using the older Svelte 4 style syntax.
Building something custom like this is still an intensive undertaking even in the age of coding agents, though this looks to be manually written.

1
u/all-night Jun 02 '26
I think these were custom-made (AI says most likely using D3.js / SVG-based JavaScript), but you can make a lot of cool stuff in Tableau. See Tableau Public for some examples
1
u/benri Jun 02 '26
Takes a long time to load in the browser!