Skip to content

Instantly share code, notes, and snippets.

View basilesimon's full-sized avatar

Basile Simon basilesimon

View GitHub Profile
@basilesimon
basilesimon / .block
Last active June 14, 2017 09:40
Grid layout in v4
license: mit
@basilesimon
basilesimon / .block
Last active June 14, 2017 14:42
canvas stacked bars
license: mit
@basilesimon
basilesimon / .block
Created May 12, 2017 14:44
update dots on canvas
license: mit
@basilesimon
basilesimon / .block
Last active June 14, 2017 14:44
append/update rects (dots OK)
license: mit
@basilesimon
basilesimon / .block
Last active December 12, 2017 21:43
Grid layout in v4
license: mit
@basilesimon
basilesimon / .block
Last active April 27, 2017 14:56
Donut Chart
license: mit
@basilesimon
basilesimon / 1.png
Last active March 24, 2017 20:24
UK imports/exports of goods and services 2015 - ONS data
1.png
@basilesimon
basilesimon / .block
Created March 6, 2017 13:48
Makeover Monday - YouTube ratings
license: mit
@basilesimon
basilesimon / .block
Last active February 19, 2023 08:04
Multiple line graph in v4 from JSON and draw()
license: mit
@basilesimon
basilesimon / index.html
Last active February 21, 2017 13:32
simple scale with marker
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<style>
body { margin: 10; padding: 10;position:fixed;top:0;right:0;bottom:0;left:0; }
svg { margin: 10; padding: 10}
path { display: none; }
</style>
</head>