Grouped Bar Chart
ts
rect(seafood, { h: "count", fill: "species" })
.stackX("species")
.spreadX("lake")
.render(root, { w: 500, h: 300, axes: true });