Published
Edited
Feb 12, 2022
1 fork
13 stars
Also listed in…
Tips and Utilities
Insert cell
Insert cell
Insert cell
Insert cell
web = html`
<div class="pintora">
sequenceDiagram
autonumber
User->>+Pintora: render this
activate Pintora
loop Check input
Pintora-->>Pintora: Has input changed?
end
Pintora-->>User: your figure here
deactivate Pintora
</div>
`
Insert cell
second = html`
<div class="pintora" data-renderer="canvas">erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
ORDER {
int orderNumber
string deliveryAddress
}
</div>
`
Insert cell
pintora.default.initBrowser()
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