A network graph visualization of regional elected Philippine officials from 2004-2016.
Can be used to spot potential political dynasties at a glance by looking at the surname (red) nodes by size. Surname node sizes are proportional to the number of elected individual officials with the same surnames in a region.
This project uses Node.js, TypeScript, Sigma.js, and Vite.
- Install Node.js/NPM
- Type
npm installin console. - Type
npm run buildin console. - Type
npx vitein console. It will give a localhost address you can test locally on.
This repository is configured for Cloudflare Workers Static Assets via wrangler.jsonc.
npm run deployThe Cloudflare deployment serves the Vite build output from ./dist and uses SPA fallback handling for direct route loads.