Skip to content

Commit 15e3d49

Browse files
committed
feat(IO): precommit
1 parent 13df577 commit 15e3d49

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

libdev/plot-data.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/axes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class Axis extends Shape {
3636
protected offsetTicks: number;
3737
protected maxTickWidth: number;
3838
protected maxTickHeight: number;
39-
39+
4040
public isDiscrete: boolean = true;
4141
public isInteger: boolean = false;
4242
public logScale: boolean = false;

src/shapes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export class Text extends Shape {
192192

193193
public updateBoundingBox(context: CanvasRenderingContext2D): void {
194194
const contextMatrix = context.getTransform();
195-
this.setBoundingBoxGeometry(contextMatrix);
195+
this.setBoundingBoxGeometry(contextMatrix);
196196
this.isScaled ? this.boundingBox.buildPath() : this.descaleBoundingBox(contextMatrix);
197197
}
198198

0 commit comments

Comments
 (0)