View source: R/visaNodeLinkChart.R
visaNodeLinkChart | R Documentation |
Visa Chart Components wrapped in r htmlwidgets package
visaNodeLinkChart(
tagName,
linkData,
nodeData,
propList,
width = NULL,
height = NULL,
...
)
tagName |
String. The custom web component HTML tag for the Visa Chart Component. Set by respective chart functions. |
linkData |
a valid R data frame. See more details in respective component functions. |
nodeData |
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 visaNodeLinkChart 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.