Published
Edited
Feb 26, 2021
1 fork
7 stars
Insert cell
Insert cell
sankeyApp
Insert cell
import {sankeyApp} with {moviesWithDVDSales as data} from "@mariodelgadosr/sankey-quick-start-app"
Insert cell
allMovies = (await require('vega-datasets@1'))['movies.json']()
Insert cell
moviesWithDVDSales = allMovies.filter(d => d.US_DVD_Sales != null)
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