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.

13 lines (12 loc) 373 B
export default function editXAxisTicks() { //Rotate x-axis tick labels. if (this.config.time_settings.rotate_tick_labels) this.svg .selectAll('.x.axis .tick text') .attr({ transform: 'rotate(-45)', dx: -10, dy: 10 }) .style('text-anchor', 'end'); }