axis <- function(position,
title = NULL,
categoryFields = NULL,
measure = NULL,
timeField = NULL) {
list(position = position,
title = title,
categoryFields = categoryFields,
measure = measure,
timeField = timeField)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.