Open
Description
When you pass tip: true
to boxX, I think it passes it on to each of its constituent marks, which results in chaos (demo):
Screen.Recording.2023-08-25.at.11.05.52.AM.mov
I noticed this when playing with adding box to Plot.auto (#1423), which automatically sets tip: true. But what would I expect? It's a little hard to say. I guess I'd want one tip that lands on a point for each quartile, and maybe for the outliers. Maybe this just means compound marks should ideally sometimes intercept the tip option and implement their own tip instead of passing the option through to each of their marks.