setExport | R Documentation |
These methods can be used both for AmChart and AmStockChart. There are general for some first-level properties.
setExport(.Object, enabled = TRUE, ...)
## S4 method for signature 'AmCharts,logicalOrMissing'
setExport(.Object, enabled = TRUE, ...)
setResponsive(.Object, enabled = TRUE, ...)
## S4 method for signature 'AmCharts,logicalOrMissing'
setResponsive(.Object, enabled = TRUE, ...)
.Object |
AmChart or AmStockChart. |
enabled |
|
... |
Other properties that can be used depending on the setter. |
## Not run:
# Dummy examples
setExport(amPlot(1:10))
setExport(amStockChart())
## End(Not run)
## Not run:
# Dummy examples
setResponsive(amSerialChart())
setResponsive(amStockChart())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.