Skip to content

Commit

Permalink
[Travis] Update examples (build: 21194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Feb 16, 2019
1 parent 4a682bd commit 82641d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/compiled/bar_diverging_stack_transform.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,14 @@
"offset": "zero"
},
{
"type": "joinaggregate",
"type": "window",
"params": [null],
"as": ["offset"],
"ops": ["sum"],
"fields": ["signed_percentage"],
"groupby": ["question"]
"sort": {"field": [], "order": []},
"groupby": ["question"],
"frame": [null, null]
},
{"type": "formula", "expr": "datum.v1 - datum.offset", "as": "nx"},
{"type": "formula", "expr": "datum.v2 - datum.offset", "as": "nx2"}
Expand Down

0 comments on commit 82641d6

Please sign in to comment.