-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Milestone
Description
Overview
Remove the charts data set and instead save chart configurations in YAML files. General workflow remains the same, with a chart configuration file passed to safetygraphicsApp()
Details
- a YAML configuration will be required for each renderer. For now, they yaml files are saved in
safetyGraphics/inst/config/charts, but will very likely be migratedsafetyChartsbefore the v2 release. - Adding a new
MakeChartConfig()helper function that will accept a list of locations where chart config YAML objects are saved. - Several options will be added and removed from the config files. Need to add full documentation in a wiki page (and eventually in a vignette)
Reactions are currently unavailable