Plot.axisX(d3.ticks(0,1,10),{fill:"red"}).plot()// text fill
Plot.plot({
height:40,
style:"background: #777;",
x:{domain:[0,100]},
marks:[
Plot.axisX({
fill:"black",
stroke:"white",
textStroke:"white",
textStrokeWidth:3,
textStrokeOpacity:0.6
})
]
})
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.