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.

12 lines (10 loc) 431 B
import updateParticipantCount from './onDraw/updateParticipantCount'; import removeUnscheduledVisits from './onDraw/removeUnscheduledVisits'; import clearCanvas from './onDraw/clearCanvas'; import updateMarkData from './onDraw/updateMarkData'; export default function onDraw() { updateParticipantCount.call(this); clearCanvas.call(this); removeUnscheduledVisits.call(this); updateMarkData.call(this); }