Forum Discussion
krishna_sharma
8 years agoNew Member
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, ...