-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[XY] xyVis
and layeredXyVis
layers.
#128056
Comments
xyVis
and layeredXyVis
. xyVis
should accept own arguments + lens_xy_layer
arguments or one layer
argument, which accepts lens_xy_layer
type, which doesn't have table
argument. layeredXyVis
should accept multiple layer
arguments of extended lens_xy_layer
type with table
argument. (author: @Kunzetsov)xyVis
layers.
Just a note and maybe it worths adding it here. Lens is going to support another layer type, the annotations. The PR is WIP #126456 but good to have it in mind. |
@stratoula, updated the issue. |
@Kunzetsov Can you elaborate on why we need |
@flash1293, |
@Kunzetsov Ah, I see, that makes sense, thanks for explaining. |
xyVis
layers
. They will be supported at thelayeredXyVis
.referenceLineLayers
argument, which is acceptingdataLayer
type.referenceLineLayers
argument, which is acceptingreferenceLineLayer
type.referenceLineLayers
argument, which is acceptingannotationLayer
type.extendedDataLayer
expression function, which is supporting optionaltable
argument. Iftable
is not provided, the input should be used.extendedReferenceLayer
expression function, which is supporting optionaltable
argument. Iftable
is not provided, the input should be used.layeredXyVis
layers
argument, which is supportingextendedDataLayer
,extendedReferenceLayer
andextendedAnnotationLayer
expression function types.The text was updated successfully, but these errors were encountered: