I'm using heatmaply() to create an interactive heatmap for Shiny. I encounter a few challenges when using cellnote = "some values"
:
cellnote starts in the center of the relevant tile of the heatmap by default. How to center it? (This is particularly frustrating when numbers start to overlap with the next tile)
How to ensure that the cellnote is not top alligned? (notice it's almost as if the cellnote is placed in the top right of the cell)
How to use a smaller text font (e.g. like notecex in heatmap.2)?
When using cellnote the ability to hover in shiny only exists if you hover on the edges of a tile. It is as if the cellnote is placed on top of the heatmap and blocks some of the area of the tile such that the hover ability does not activate. Is there a fix for this?
For a visual of what I mean regarding cellnote: Cellnote not centered
cellnote_textposition
argument inheatmaply
. It adjusts both horizontal and vertical justification.