myValue=50// here is a JavaScript variable, try changing it
<svgwidth=200height=200>
<circler=${myValue}cx=100cy=100></circle>
</svg>
// Let's pretend like this is some data we want to visualize
data=[
{name:"purple",color:"rgb(185,100,198)"},
{name:"green",color:"rgb(47,110,116)"},
{name:"orange",color:"rgb(240,137,51)"}
]
<!-- Type your HTML code here -->
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.