UNPKG

safety-results-over-time

Version:

Chart showing population averages for lab measures, vital signs and other related measures during the course of a clinical trial.

15 lines (13 loc) 465 B
import rendererSettings from './rendererSettings'; import webchartsSettings from './webchartsSettings'; import syncSettings from './syncSettings'; import controlInputs from './controlInputs'; import syncControlInputs from './syncControlInputs'; export default { rendererSettings, webchartsSettings, defaultSettings: Object.assign({}, rendererSettings(), webchartsSettings()), syncSettings, controlInputs, syncControlInputs };