Published
Edited
May 26, 2020
Fork of Rune.js test
1 fork
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
abc = { return {
_: [[10, 80], [90, 88]],
a: [[25, 22], [63, 19], [25, 22], [25, 74], [47, 88], [66, 74], [66, 10], [98, 88]],
b: [[49, -13], [30, -56], [30, 76], [53, 90], [74, 73], [74, 26], [53, 16], [34, 26]],
c: [[25, 22], [63, 19], [25, 22], [25, 74], [47, 88], [66, 74]],
d: [[25, 22], [63, 19], [25, 22], [25, 74], [47, 88], [66, 74], [66, -56], [98, 88]],
e: [[25, 52], [63, 39], [25, 22], [25, 74], [47, 88]],
i: [[49, 20], [49, 20], [50, 76], [73, 90]],
l: [[49, -13], [30, -56], [30, 76], [53, 90]],
o: [[25, 22], [63, 19], [25, 22], [25, 74], [47, 88], [66, 74], [63, 19], [60, 40]],
}}
Insert cell
p = {
return {
size: 5,
stepX: 20,
stepY: 20,
margin: {t: 100, r: 100, b: 150, l: 100},
width: 594,
height: 841,
}
}
Insert cell
rnd = () => {
return (Math.random() * 2 - 1) * p.size
}
Insert cell
Spline = require('https://bundle.run/svg-catmull-rom-spline@0.0.1')
Insert cell
Rune = require('https://bundle.run/rune.js@1.1.8')
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more