validate=False
seemingly has no effect in to_dict()
for encoding channel classes
#3075
Labels
validate=False
seemingly has no effect in to_dict()
for encoding channel classes
#3075
While
alt.Chart().to_dict(validate=False)
bypasses validation as expected, it seems like the same is not true for the encoding classes. For example,alt.Color('test').to_dict(validate=False)
raisesValueError: test encoding field is specified without a type
The text was updated successfully, but these errors were encountered: