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.
18 lines (16 loc) • 404 B
JavaScript
import onInit from './onInit';
import onLayout from './onLayout';
import onPreprocess from './onPreprocess';
import onDatatransform from './onDatatransform';
import onDraw from './onDraw';
import onResize from './onResize';
import onDestroy from './onDestroy';
export default {
onInit,
onLayout,
onPreprocess,
onDatatransform,
onDraw,
onResize,
onDestroy
};