echarts-shiny: Widget output function for use in Shiny

Description Usage Arguments Details

Description

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

Usage

1
2
3
echartsOutput(outputId, width = "100%", height = "400px")

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

Arguments

outputId

The name of the input.

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

A echarts expression.

env

A enviorment.

quoted

A boolean value.

Details

Widget output function for use in Shiny


jeevanyue/echarter documentation built on Oct. 16, 2020, 5:12 a.m.