Published
Edited
Jul 10, 2018
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
html`<link href="https://unpkg.com/parcoord-es@2.1.5/dist/parcoords.css" rel="stylesheet" />`
Insert cell
Insert cell
{
let parcoords = ParCoords()("#example")
.data([
[0,-0,0,0,0,1],
[1,-1,1,2,1,1],
[2,-2,4,4,0.5,1],
[3,-3,9,6,0.33,1],
[4,-4,16,8,0.25,1]
])
.render()
.createAxes()
// .reorderable() allows axes to move but does not seem to redraw connections
.reorderable()
.brushMode("1D-axes")
return parcoords
}
Insert cell
Insert cell
Insert cell
ParCoords = require('parcoord-es')
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