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.
9 lines (7 loc) • 330 B
JavaScript
import removeVisitsWithoutData from './setXdomain/removeVisitsWithoutData';
import removeUnscheduledVisits from './setXdomain/removeUnscheduledVisits';
export default function setXdomain() {
this.config.x.domain = this.config.x.order;
removeVisitsWithoutData.call(this);
removeUnscheduledVisits.call(this);
}