We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e79eb1 commit 3d67177Copy full SHA for 3d67177
src/plots/gl2d/scene2d.js
@@ -243,13 +243,6 @@ proto.computeTickMarks = function() {
243
this.xaxis.setScale();
244
this.yaxis.setScale();
245
246
- // override _length from backward compatibility
247
- // even though setScale 'should' give the correct result
248
- this.xaxis._length =
249
- this.glplot.viewBox[2] - this.glplot.viewBox[0];
250
- this.yaxis._length =
251
- this.glplot.viewBox[3] - this.glplot.viewBox[1];
252
-
253
var nextTicks = [
254
Axes.calcTicks(this.xaxis),
255
Axes.calcTicks(this.yaxis)
0 commit comments