You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 4.16, it has been possible to provide expressions for many properties, but not all of them. For example, for almost all general axis properties, an expression may be provided.
However some, such as offset and zIndex do not have ExprRef options in the schema. It would be good to be able to apply expressions to all these properties, not least so it does not require consultation with the API documentation to discover whether it is possible or not.
Note also that the axis offset is actually implemented, but not recognised in the schema or documentation. Not sure if this is because it is still at the testing stage, or it was overlooked when adding experimental expressions to the schema.
Thanks for the issue. Yes, the feature is pretty new and we are working on ironing out the kinks over the next few releases. In general, there are some limitations in Vega for what can be a signal and we may also have overlooked certain types so that the schema isn't correct yet.
Since 4.16, it has been possible to provide expressions for many properties, but not all of them. For example, for almost all general axis properties, an expression may be provided.
However some, such as
offset
andzIndex
do not haveExprRef
options in the schema. It would be good to be able to apply expressions to all these properties, not least so it does not require consultation with the API documentation to discover whether it is possible or not.Note also that the axis
offset
is actually implemented, but not recognised in the schema or documentation. Not sure if this is because it is still at the testing stage, or it was overlooked when adding experimental expressions to the schema.The text was updated successfully, but these errors were encountered: