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 info
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.
What do you think? @rcannood @LouiseDck @artuurC
I am trying to implement minimal example from https://funkyheatmap.github.io/examples/minimal/
and I noticed that text on rects is printed with
overlaybehavior 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
optionsparameter incolumn_infoto 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