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
Specifically, row 15 specifies text to be rendered with overlay=TRUE, so it is on top of previous position of row 14.
I wonder if this is a good way to define what we want and if I should implement it like as is?
I would propose an alternative to have flexible options parameter in column_info to cover such things, i.e. print value inside geom from this column. One benefit would be that this will allow to shrink text to geom.
label: plots a label on top of the geom (in which case we wouldn't need the overlay=TRUE anymore)
hover_text: render this text when hovering over an element (JS only)
For backwards compatibility reasons, specifying the id automatically uses it to set the size and colour (and maybe hover_text in JS?). Except for rectangles, which only change colour, by default.
I am trying to implement minimal example from https://funkyheatmap.github.io/examples/minimal/
and I noticed that text on rects is printed with
overlay
behavior in column infoSpecifically, row 15 specifies text to be rendered with
overlay=TRUE
, so it is on top of previous position of row 14.I wonder if this is a good way to define what we want and if I should implement it like as is?
I would propose an alternative to have flexible
options
parameter incolumn_info
to cover such things, i.e. print value inside geom from this column. One benefit would be that this will allow to shrink text to geom.What do you think? @rcannood @LouiseDck @artuurC
The text was updated successfully, but these errors were encountered: