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.

6 lines (5 loc) 239 B
export default function clearCanvas() { this.svg.selectAll('.y.axis .tick').remove(); this.svg.selectAll('.point').remove(); // mark data doesn't necessarily get updated (?) this.svg.selectAll('.boxplot-wrap').remove(); }