Nothing
type_area = function(datapoints) {
datapoints$ymax = datapoints$y
datapoints$ymin = rep.int(0, nrow(datapoints))
out = list(
datapoints = datapoints,
ymax = datapoints$ymax,
ymin = datapoints$ymin,
type = "ribbon"
)
return(out)
}
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.