Published
Edited
Nov 14, 2018
4 forks
3 stars
Insert cell
Insert cell
Insert cell
columns = [
["data1", 400, 200, 100, 400, 150, 250],
["data2", 130, 100, 140, 200, 150, 50],
["data3", 234, 374, 445, 200, 150, 50]
]
Insert cell
chart = bb.generate({
data: {
columns: columns,
type: 'pie'
},
bar: {
width: {
ratio: 0.5
}
},
bindto: graph
})
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