Skip to content

Commit

Permalink
Merge pull request #2702 from ChristopherDavisUCI/liftparams2
Browse files Browse the repository at this point in the history
Lifting parameters to the top level
  • Loading branch information
mattijn committed Oct 29, 2022
2 parents 58cbef1 + 457cab0 commit 066be25
Show file tree
Hide file tree
Showing 7 changed files with 14,110 additions and 13,418 deletions.
4 changes: 2 additions & 2 deletions altair/vega/v5/schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
from .core import *

SCHEMA_VERSION = 'v5.10.0'
SCHEMA_URL = 'https://vega.github.io/schema/vega/v5.10.0.json'
SCHEMA_VERSION = 'v5.21.0'
SCHEMA_URL = 'https://vega.github.io/schema/vega/v5.21.0.json'
3,583 changes: 1,827 additions & 1,756 deletions altair/vega/v5/schema/core.py

Large diffs are not rendered by default.

0 comments on commit 066be25

Please sign in to comment.