# NOT RUN {
library(fusionchartsR)
df <- data.frame(label = c("Venezuela", "Saudi", "Canada", "Russia"), value = c(290, 260,180, 115))
logoURL <- "https://static.fusioncharts.com/sampledata/images/Logo-HM-72x72.png"
df %>%
fusionPlot(x = "label", y = "value", type = "doughnut2d") %>%
fusionLogo(logoURL = logoURL) %>%
fusionTheme(theme = "fusion")
# }
Run the code above in your browser using DataLab