Forum Discussion

krishna_sharma's avatar
krishna_sharma
New Member
8 years ago

Unable to add tooltips to R script visual in PowerBI

Hi All,   I have created a R script visual. I want to add tooltip(hovering mouse) feature to it. But I am not able to achieve it.   Below is my R code:   require("ggplot2") h<-ggplot(dataset, ...