Especially if we're going to have text be something that displays on hover, it seems like it should be somehow tied to the other geometries. That is, if I have a graphic displayed with Interval geometry, I'd like to be able to have hovering anywhere over the bars cause a text label to appear. I'm not sure the best way to do this but it seems like it'd be handy.
It may be that we also want a Text geometry for displaying text as the primary thing--if you want to display words rather than dots in a scatter plot. Or maybe that's a scale--you use a PointGeometry but instead of a color or shape scale you use a text scale. Worth thinking about. What does ggplot do?
Especially if we're going to have text be something that displays on hover, it seems like it should be somehow tied to the other geometries. That is, if I have a graphic displayed with Interval geometry, I'd like to be able to have hovering anywhere over the bars cause a text label to appear. I'm not sure the best way to do this but it seems like it'd be handy.
It may be that we also want a Text geometry for displaying text as the primary thing--if you want to display words rather than dots in a scatter plot. Or maybe that's a scale--you use a PointGeometry but instead of a color or shape scale you use a text scale. Worth thinking about. What does ggplot do?