updateAmPieChart {rAmCharts4} | R Documentation |
Update the data of a pie chart
Description
Update the data of a pie chart in a Shiny app.
Usage
updateAmPieChart(session, outputId, data)
Arguments
session |
the Shiny |
outputId |
the output id passed on to |
data |
new data; if it is not valid, then nothing will happen (in order
to be valid it must have the same structure as the data passed on to
|
[Package rAmCharts4 version 1.6.0 Index]