R/mod_chartsTab.R
chartsTab.Rd
Server for chart module, designed to be re-used for each chart generated.
chartsTab(input, output, session, chart, data, mapping)
Input objects from module namespace
Output objects from module namespace
An environment that can be used to access information and functionality relating to the session
list containing a safetyGraphics chart object like those returned by makeChartConfig.
named list of current data sets (Reactive).
tibble capturing the current data mappings (Reactive).