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