Browse Source

Fixed another silly indent

codeClimate
Wim Rijnders 8 years ago
parent
commit
cd1b18fbe9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/graph3d/Graph3d.js

+ 1
- 1
lib/graph3d/Graph3d.js View File

@ -985,7 +985,7 @@ Graph3d.prototype._redrawLegend = function() {
y = bottom - (step.getCurrent() - legendMin) / (legendMax - legendMin) * height;
from = new Point2d(left - gridLineLen, y);
to = new Point2d(left, y);
this._line(ctx, from, to);
this._line(ctx, from, to);
ctx.textAlign = 'right';
ctx.textBaseline = 'middle';

Loading…
Cancel
Save