JSON <- function(
loadCurves
,loadCurveSets
,channelInformation
,values
) {
sprintf(
'{"loadCurves":[%s"loadCurveSets":[%s"channelInformation":%s,"values":[%s]}]}]}'
,loadCurves, loadCurveSets, channelInformation, values)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.