Skip to content

Commit f35f310

Browse files
committed
fix: linting
1 parent 353a005 commit f35f310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/elements/render.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ function drawErrorBarArc(
239239
ctx.restore();
240240
}
241241

242+
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
242243
export function renderErrorBarArc(elem: any, ctx: CanvasRenderingContext2D): void {
243244
const props = elem.getProps(['x', 'y', 'startAngle', 'endAngle', 'rMin', 'rMax', 'outerRadius']);
244245
if (props.rMin != null || props.rMax != null) {

0 commit comments

Comments
 (0)