observablehq / plot

A concise API for exploratory data visualization implementing a layered grammar of graphics
https://observablehq.com/plot/
ISC License
4.3k stars 175 forks source link

The tip mark’s format option should not be ignored when a title channel is present #2053

Closed mbostock closed 4 months ago

mbostock commented 5 months ago

Especially confusing when the title channel is implicit…

Plot.tip(numbers, {x: Plot.index, y: Plot.identity, anchor: "bottom"})

I guess in this case the format option could be specified as a function, rather than an object?