rAmCharts4-shiny: Shiny bindings for rAmCharts4

Description Usage Arguments

Description

Output and render functions for using rAmCharts4 within Shiny applications and interactive Rmd documents.

Usage

1
2
3
4
5
6
amCharts4Output(outputId, width = "100%", height = "400px")

renderAmCharts4(expr, env = parent.frame(), quoted = FALSE)

amCharts4Proxy(shinyId, data = NULL,
  session = shiny::getDefaultReactiveDomain())

Arguments

outputId

output variable to read from

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

expr

An expression that generates a rAmCharts4

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.

shinyId

single-element character vector indicating the output ID of the chart to modify (if invoked from a Shiny module, the namespace will be added automatically)

data

A data.frame.

session

the Shiny session object to which the chart belongs; usually the default value will suffice


datastorm-open/rAmCharts4 documentation built on Oct. 13, 2019, 5:15 a.m.