Skip to content

Instantly share code, notes, and snippets.

View alexsb's full-sized avatar

Alexander Lex alexsb

View GitHub Profile
@alexsb
alexsb / index.html
Last active June 30, 2023 11:24
Minimal D3 Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Minimal D3 Example</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style>
.bar {
fill: steelblue;