Public
Edited
Jan 13, 2024
Fork of Axes
3 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
chrt.Chrt()
.size(chrtWidth, chrtHeight)
.add(
chrt.line()
.data([5,1,2,5,6,2,4,6])
)
.node()
Insert cell
Insert cell
chrt.Chrt()
.size(chrtWidth, chrtHeight)
.add(
chrt.line()
.data([5,1,2,5,6,2,4,6])
.area()
)
.node()
Insert cell
Insert cell
chrt.Chrt()
.size(chrtWidth, chrtHeight)
.add(
chrt.line()
.data([-5,1,2,5,6,-2,-4,-6])
.color('#a0091d')
.strokeWidth(3)
.strokeOpacity(0.5)
.area()
.fill('333')
.fillOpacity(0.25)
)
.node()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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