Skip to content

Commit

Permalink
feat: support expr in axis/legend (#6806)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
  • Loading branch information
kanitw and GitHub Actions Bot committed Sep 13, 2020
1 parent fd0c7db commit fda2738
Show file tree
Hide file tree
Showing 25 changed files with 3,611 additions and 1,448 deletions.
4,505 changes: 3,238 additions & 1,267 deletions build/vega-lite-schema.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions scripts/rename-schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -euo pipefail
perl -pi -e s,'<Field>','',g build/vega-lite-schema.json
perl -pi -e s,'<Field\,','<',g build/vega-lite-schema.json
perl -pi -e s,'<StandardType>','',g build/vega-lite-schema.json
perl -pi -e s,'<ExprRef>','',g build/vega-lite-schema.json
perl -pi -e s,'\,ExprRef>','>',g build/vega-lite-schema.json

perl -pi -e s,'CompositeEncoding','Encoding',g build/vega-lite-schema.json
perl -pi -e s,'Generic(.*)<FacetedUnitSpec\,LayerSpec\,?.*\,FieldName>','\1',g build/vega-lite-schema.json
Expand Down

0 comments on commit fda2738

Please sign in to comment.