visaChart | R Documentation |
Visa Chart Components wrapped in r htmlwidgets package
visaChart(tagName, data, propList, width = NULL, height = NULL, ...)
tagName |
String. The custom web component HTML tag for the Visa Chart Component. Set by respective chart functions. |
data |
a valid R data frame. See more details in respective component functions. |
propList |
a list of props, created by each component function, see Visa Chart Components. |
width |
Number. Width of chart container. |
height |
Number. Height of chart container. |
... |
All other props passed into the function will be passed through to the chart. |
a visaChart htmlwidget object for creating a variety of plot types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.