Skip to content

Refactor plots

Refactor plots #201

Triggered via pull request November 28, 2024 09:49
Status Failure
Total duration 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
quality
Process completed with exit code 1.
typecheck
Argument of type '{ (): number[]; (range: Iterable<number>): ScaleLinear<number, number, never>; } | { (): number[]; (range: Iterable<number>): ScaleLogarithmic<number, number, never>; }' is not assignable to parameter of type 'Iterable<number>'.
typecheck
Argument of type '(() => [number, number]) | undefined' is not assignable to parameter of type 'Iterable<NumberValue>'.
typecheck
Argument of type 'number[] | (number[] & ScaleLogarithmic<number, number, never>)' is not assignable to parameter of type 'StoreSetter<ScaleLinear<number, number, never> | ScaleLogarithmic<number, number, never>, ["scaleX"]>'.
typecheck
Property 'decreasing' does not exist on type 'AxisProps'.
typecheck
Property 'transform' does not exist on type 'AxisProps'.
typecheck
Property 'scale' does not exist on type 'AxisProps'.
typecheck
Property 'scale' does not exist on type 'AxisProps'.
typecheck
Property 'scale' does not exist on type 'AxisProps'.
typecheck
Property 'scale' does not exist on type 'AxisProps'.
typecheck
Property 'tickCount' does not exist on type 'AxisProps'.