Skip to content

Commit

Permalink
clean trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeshi committed Jun 9, 2019
1 parent c45ce10 commit 26c4812
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class ColumnChart extends PointSeries {

return bars;
}

/**
* Adds grouped bars to column chart visualization
*
Expand All @@ -254,7 +254,7 @@ export class ColumnChart extends PointSeries {
const isLabels = this.labelOptions.show;
let barWidth;
let gutterWidth;

if (isTimeScale) {
const { min, interval } = this.handler.data.get('ordered');
let intervalWidth = xScale(min + interval) - xScale(min);
Expand Down Expand Up @@ -346,7 +346,7 @@ export class ColumnChart extends PointSeries {
.attr('display', labelDisplay);
}
return bars;
}
}

/**
* Renders d3 visualization
Expand Down

0 comments on commit 26c4812

Please sign in to comment.