Forum Discussion
aQUER
3 years agoNew Member
Difference of R-ggplot graph between PBI-Desktop and PBI-Service
Hi, I've done a R visual that its working perfect in desktop: with this sentence: ibrary(ggplot2) library(reshape2) dataset$rowid=seq(1,nrow(dataset)) dataset$DATA_FI=ifelse(is.na(datas...
aQUER
3 years agoNew Member
any idea?
I changed geom_line by geom_points and they are visible...
Why I can't see lines? any suggestion?
many thanks