Nothing
n <- 100
p <- matrix(runif(3*n), ncol=3)
p <- p / colSums(p)
g <- sample(1:3, n, replace=TRUE)
theplot <- itriplot(p, group=g)
htmlwidgets::saveWidget(theplot, file="itriplot.html", selfcontained=FALSE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.