Skip to content

Commit

Permalink
fix: limitlines fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 22, 2021
1 parent 5aab748 commit 56bd451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charting/renderer/YAxisRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class YAxisRenderer extends AxisRenderer {
if (!this.mRenderLimitLinesPath) {
this.mRenderLimitLinesPath = new Path();
}
return this.mRenderLimitLinesBuffer;
return this.mRenderLimitLinesPath;
}
protected mRenderLimitLinesBuffer;
protected get renderLimitLinesBuffer() {
Expand Down

0 comments on commit 56bd451

Please sign in to comment.