powered by
Create a custom static or plotly R graphic
createChart(type, rSettings)
Type of chart. Options are "static" or plotly.
"static"
plotly
List containing all arguments needed for chart creation: rSettings = list( data = data, debug_js=debug_js, chartFunction = chartFunction, settings = jsonlite::toJSON( settings, auto_unbox = TRUE, null = "null" ))
rSettings = list( data = data, debug_js=debug_js, chartFunction = chartFunction, settings = jsonlite::toJSON( settings, auto_unbox = TRUE, null = "null" ))