feat: axis with break #2069
Annotations
8 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/component/axis/axisBreakHelper.ts#L141
'x' is never reassigned. Use 'const' instead
|
Lint:
src/component/axis/axisBreakHelper.ts#L142
'y' is never reassigned. Use 'const' instead
|
Lint:
src/component/axis/axisBreakHelper.ts#L143
'width' is never reassigned. Use 'const' instead
|
Lint:
src/component/axis/axisBreakHelper.ts#L144
'height' is never reassigned. Use 'const' instead
|
Lint:
src/component/axis/axisBreakHelper.ts#L146
'pointsA' is never reassigned. Use 'const' instead
|
Lint:
src/component/axis/axisBreakHelper.ts#L147
'pointsB' is never reassigned. Use 'const' instead
|
Lint:
src/component/axis/axisBreakHelper.ts#L191
'polygonPoints' is never reassigned. Use 'const' instead
|
Loading