Skip to content

Instantly share code, notes, and snippets.

@jnschrag
jnschrag / README.md
Last active January 22, 2020 03:39 — forked from 1wheel/README.md
regl-ladder

Rough draft of this chart.

We started out with a SVG animation, tried out Elijah's canvas sankey particles and ended up rewriting in regl to get more dots on the screen.

The final version gets better performance by passing in array of attibutes to the vertex shader - I'm not sure why that is.

Update: Ricky Reusser points out that I was creating a new array of points every frame with:

attributes: {x: () => data.map(d => d.x)}

@jnschrag
jnschrag / index.html
Last active June 13, 2019 18:29 — forked from mayblue9/index.html
Arc Diagram
<!DOCTYPE html>
<!-- Port Arc Diagram visualization from http://homes.cs.washington.edu/~jheer/files/zoo/ex/networks/arc.html to D3.js -->
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 300px;
position: relative;
}
@jnschrag
jnschrag / README.md
Last active April 11, 2019 14:22 — forked from syntagmatic/README.md
Quantile, Quantize, Threshold Scales
@jnschrag
jnschrag / .block
Last active April 9, 2019 15:19 — forked from officeofjane/.block
China tile grid map
license: mit
@jnschrag
jnschrag / Makefile
Last active February 12, 2019 15:54 — forked from pnavarrc/Makefile
Azimutal Equal Area
# Download and Transform the 1:50m Country Shapefiles from Natural Earth
# http://www.naturalearthdata.com/downloads/110m-physical-vectors/
URL = http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_land.zip
# Download the zip file from the Natural Earth server
ne_110m_land.zip:
curl -LO $(URL)
# Unzip the shapefiles
@jnschrag
jnschrag / README.md
Last active June 13, 2018 18:27 — forked from chrisrzhou/README.md
D3 Radar Chart

D3 Radar Chart

bl.ocks.org link

A radar chart visualizes multivariate data in a 2D chart of three or more quantitative variables represented on axes.

The project is created using AngularJS and D3.js.


Description

@jnschrag
jnschrag / .block
Created October 27, 2017 20:04 — forked from mbostock/.block
Stacked Bar Chart
license: gpl-3.0
@jnschrag
jnschrag / .block
Created October 18, 2017 19:23 — forked from mbostock/.block
Drag Slider
license: gpl-3.0
@jnschrag
jnschrag / .block
Last active September 8, 2017 14:49 — forked from NPashaP/.block
biPartite - Horizontal Example
license: gpl-3.0