Platform
Resources
Pricing
Sign in
Get started
Candelaria Juliano
Public notebooks
Public collections
Public collections
Showing
1
collection
Da vinchi
(1)
import {select} from "d3"; viewof container = html`<div style="padding:20px;background:#fdf6e3;font-family:Georgia;"></div>` data = [ {size: "ancho", weight: "pesado"}, {size: "ancho", weight: "ligero"}, {size: "estrecho", weight: "pesado"},