You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That could be as simple as adding geom <- GeomRichTextoption in the geom_node_text function, and could provide the opportunity to add rich text and images to node description =)
The default settings for fill, label.color, & label.padding in ggtext::GeomRichText behave more like ggraph::geom_node_label(). So using GeomRichText is very easy to do in geom_node_label() (I got a start here). But for within geom_node_text() I'm unsure how best to override the GeomRichText defaults to get rid of the fill & outline as a default behavior, and not override them if a user wants to manually override the defaults.
Hi! Could it be possible to add support for
ggtext
rich text in thegeom_node_text
function?That'd be great!
The text was updated successfully, but these errors were encountered: