App to select charts, load data and then initialize the core safetyGraphics app

safetyGraphicsInit(
  charts = makeChartConfig(),
  delayTime = 1000,
  maxFileSize = NULL
)

Arguments

charts

chart object

delayTime

time (in ms) between drawing app UI and starting server. Default set to 1000 (1 second), but could need to be higher on slow machine.

maxFileSize

maximum file size in MB allowed for file upload