Forum Discussion
Anonymous
8 years agoNot applicable
3d bar chart
Hello, Is 3D bar chart available or any R script for that please share with me. Thanks in Advance Regards pooja
Anonymous
8 years agoNot applicable
hello ,
Its my initial stage for R, I have lot of issues in that any script is availble in power bi, I cant try in Excel becouse data is live.
Regard ,
pooja
v-yuta-msft
8 years agoCommunity Support
- Anonymous8 years agoNot applicable
library(lattice)
library(RColorBrewer)
library(latticeExtra)
cloud(Enrolled~Type+AgeGroup, dataset, panel.3d.cloud=panel.3dbars, col.facet='chocolate3', xbase=0.30, ybase=0.30, scales=list(arrows=FALSE, col=4), par.settings = list(axis.line = list(col = "transparent")))Hello ,
Finally used above code for 3d bar chart its works smoothly , I want some additional in that ,
1)Different color to bars by types.
2)I want tool tips when go on bar.- Anonymous7 years agoNot applicable
Can you explain with further detail how you obtained this graph?