Open askhari139 opened 2 years ago
Nah this isn't currently supported because cellnote is added as a plotly layer
I see. Is there a way to support geom_text in the heatmap layers?
Not easily, but if you fancy making a pull request I can provide some guidance
Check out the cellnote
branch if you like, but the functionality is worse on almost all counts than the existing version so I'm unlikely to merge it
Describe the bug
Annotation using the cellnote option is not working. Below are the minimal examples that cause me the error. Am I missing something?
To Reproduce
ggheatmap(mtcars, draw_cellnote = T, cellnote_color = "white", cellnote_size = 20) ggheatmap(mtcars, cellnote = mtcars)