Skip to content

Commit

Permalink
Merge 90fc9a3 into f854e3d
Browse files Browse the repository at this point in the history
  • Loading branch information
thermokarst committed Apr 25, 2018
2 parents f854e3d + 90fc9a3 commit 039e288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2_demux/_summarize/assets/src/plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const plot = (data, props, container, seqProps) => {
svg.append('text')
.attr('transform', 'rotate(-90)')
.attr('x', 0 - (props.height / 2))
.attr('dy', '0em')
.attr('dy', '1em')
.attr('font-size', '12px')
.style('text-anchor', 'middle')
.text('Quality Score');
Expand All @@ -152,7 +152,7 @@ const plot = (data, props, container, seqProps) => {
};

const initializePlot = (data, seqProps) => {
const margin = { top: 10, right: 30, bottom: 30, left: 30 };
const margin = { top: 10, right: 30, bottom: 30, left: 40 };
const width = d3.select('#forwardContainer').node().offsetWidth;
const props = {
margin,
Expand Down

0 comments on commit 039e288

Please sign in to comment.