Skip to content

fix(#9173): make mark.size support relative band size (e.g., {"band":… #6924

fix(#9173): make mark.size support relative band size (e.g., {"band":…

fix(#9173): make mark.size support relative band size (e.g., {"band":… #6924

Triggered via push November 14, 2023 16:59
Status Failure
Total duration 1m 6s
Artifacts

check.yml

on: push
Format, Schema, and Examples
55s
Format, Schema, and Examples
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Format, Schema, and Examples: src/compile/mark/encode/nonposition.ts#L28
Type 'string | number | number[] | SignalRef | Gradient | RelativeBandSize' is not assignable to type 'Value'.
Format, Schema, and Examples: src/compile/mark/encode/position-rect.ts#L164
Type 'SignalRef | { value: number | RelativeBandSize; }' is not assignable to type 'VgValueRef'.
Format, Schema, and Examples: src/compile/mark/tick.ts#L54
Type 'number | SignalRef | RelativeBandSize' is not assignable to type 'number | SignalRef'.
Format, Schema, and Examples
Process completed with exit code 2.