amChartsOutput {rAmCharts} | R Documentation |
SHINY
Description
Widget output function for use in Shiny
Usage
amChartsOutput(outputId, type = NULL, width = "100%", height = "400px")
Arguments
outputId |
character , output variable to read the chart from.
|
type |
character , indicating the chart type.
|
width |
character , the width of the chart container.
|
height |
character , the height of the chart container.
|
[Package
rAmCharts version 2.1.15
Index]