mod_chart_area_ui | R Documentation |
A shiny Module for plotly stacked area chart.
mod_chart_area_ui(id, chart_height = "450px") mod_chart_area_server( id, dataset, x, y, trace_name = "", chart_type = "scatter", stackgroup = "one", chart_mode = "markers+lines", traces = list(), marker_color = "#F29B9B", line_shape = "linear", line_fill = "none", line_fillcolor = "rgba(160, 129, 217, 0.25)", x_axis_tick_format = "", x_axis_nticks = 0, legend_y = -0.1, x_axis_tick_prefix = "", y_axis_tick_format = "", y_axis_tick_prefix = "" )
id |
shiny id |
input |
internal |
output |
internal |
session |
internal |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.