fix(#9173): make mark.size support relative band size (e.g., {"band": 0.5}) for bars #6981
test.yml
on: pull_request
Node
2m 0s
Runtime, Linting, and Coverage
38s
Matrix: CLI
Annotations
13 errors
CLI (ubuntu-latest):
src/compile/mark/encode/nonposition.ts#L28
Type 'string | number | number[] | SignalRef | Gradient | RelativeBandSize' is not assignable to type 'Value'.
|
CLI (ubuntu-latest):
src/compile/mark/encode/position-rect.ts#L164
Type 'SignalRef | { value: number | RelativeBandSize; }' is not assignable to type 'VgValueRef'.
|
CLI (ubuntu-latest):
src/compile/mark/tick.ts#L54
Type 'number | SignalRef | RelativeBandSize' is not assignable to type 'number | SignalRef'.
|
CLI (ubuntu-latest)
Process completed with exit code 2.
|
Runtime, Linting, and Coverage:
src/compile/mark/encode/nonposition.ts#L28
Type 'string | number | number[] | SignalRef | Gradient | RelativeBandSize' is not assignable to type 'Value'.
|
Runtime, Linting, and Coverage:
src/compile/mark/encode/position-rect.ts#L164
Type 'SignalRef | { value: number | RelativeBandSize; }' is not assignable to type 'VgValueRef'.
|
Runtime, Linting, and Coverage:
src/compile/mark/tick.ts#L54
Type 'number | SignalRef | RelativeBandSize' is not assignable to type 'number | SignalRef'.
|
Runtime, Linting, and Coverage
Process completed with exit code 2.
|
CLI (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
CLI (macos-latest)
The operation was canceled.
|
CLI (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
CLI (windows-latest)
The operation was canceled.
|
Node
Process completed with exit code 1.
|