Published
Edited
Jul 9, 2020
2 forks
3 stars
Insert cell
Insert cell
import { chart, viewof year } from '@mbostock/phases-of-the-moon'
Insert cell
viewof year
Insert cell
chart
Insert cell
import { chart as barChart } with { myData as data } from '@d3/bar-chart'
Insert cell
barChart
Insert cell
myData = [
{name: 'January', value: 1},
{name: 'February', value: 1.5},
{name: 'March', value: 5},
{name: 'April', value: 0.5},
{name: 'May', value: 0.1}
]
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