Skip to content

Commit

Permalink
Handle composite charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jul 7, 2023
1 parent 06c247c commit 7485b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ def to_dict(
# but due to how Altair is set up this should hold.
# Too complex to type hint right now
vegalite_spec = super(TopLevelMixin, copy).to_dict( # type: ignore[misc]
validate=validate, ignore=ignore, context=context
validate=validate, ignore=ignore, context=dict(context, pre_transform=False)
)

# TODO: following entries are added after validation. Should they be validated?
Expand Down

0 comments on commit 7485b87

Please sign in to comment.