Use a custom icon in plotly's pie chart in R
I was wondering if there's a way to have a custom icon for plotly's pie chart instead of the usual pie division As of now I'm displaying the gender information using a pie chart which looks as below: I'm trying to make it look like the gender plot in the link below: https://app.displayr.com/Dashboard?id=c1506180-fe64-4941-8d24-9ec4a54439af#page=3e133117-f3b2-488b-bc02-1c2619cf3914 The plotly code is as under: plot_ly(genderselection, labels = ~Gender, values = ~Freq, type = 'pie') %>% layout(title = paste0("Gender Distribution of Patients from Boston"), xaxis = list(showgrid = FALSE, zeroline