Skip to content

Instantly share code, notes, and snippets.

@vicoliveres
vicoliveres / index.html
Last active June 26, 2025 19:00
Waffle charts with D3.js and Flexbox
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="description" content="Data visualisation of grants to user-led organizations">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans" />
</head>