|
|
@ -239,11 +239,9 @@ TimeAxis.prototype._repaintLabels = function () { |
|
|
|
} |
|
|
|
this._repaintMajorText(x, step.getLabelMajor(), orientation, className); |
|
|
|
} |
|
|
|
if (this.options.showMajorLines == true) { |
|
|
|
prevLine = this._repaintMajorLine(x, orientation, className); |
|
|
|
} |
|
|
|
prevLine = this._repaintMajorLine(x, orientation, className); |
|
|
|
} |
|
|
|
else if (this.options.showMinorLines == true) { |
|
|
|
else { |
|
|
|
prevLine = this._repaintMinorLine(x, orientation, className); |
|
|
|
} |
|
|
|
|
|
|
|