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
SchemaValidationError: Invalid specification
altair.vegalite.v4.schema.core.FacetedEncoding, validating 'additionalProperties'
Additional properties are not allowed ('invalidChannel' was unexpected)
So far so good. But now watch what happens if x is set to a selection:
This time, the error message is way more confusing and doesn't point to the actual cause of the problem:
SchemaValidationError: Invalid specification
altair.vegalite.v4.schema.channels.ColorValue, validating 'additionalProperties'
Additional properties are not allowed ('selection' was unexpected)
The misleading error message made me waste a lot of time chasing down dead ends simply because I mistyped tooltip as tooltips :(
The text was updated successfully, but these errors were encountered:
Consider:
Predictably, this fails with:
So far so good. But now watch what happens if
x
is set to a selection:This time, the error message is way more confusing and doesn't point to the actual cause of the problem:
The misleading error message made me waste a lot of time chasing down dead ends simply because I mistyped
tooltip
astooltips
:(The text was updated successfully, but these errors were encountered: