-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
A typical example would be to have the title of each bar show the date extent in https://observablehq.com/@fil/plot-stargazer-history
Plot.rectY(
data,
Plot.binX(
{
y: "count",
title: (bin) => `${bin.x1}…${bin.x2}` // ⇐ something like this.
},
{
x: "date",
fill: "brown",
thresholds: 100
}
)
),
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request