Skip to content

Commit

Permalink
Merge branch 'group-2020-to-2023' into add-2023-to-comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed May 3, 2024
2 parents 6ff5992 + 293bfe7 commit 1848a8f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ function spec(
},
default: 2023,
},
{
aggregate: [
{
op: "mean",
field: [""],
},
],
},
]
)

Expand Down Expand Up @@ -239,7 +247,7 @@ function spec(
encoding: {
x: { aggregate: "max", field: "binned_year" },
y: { aggregate: { argmax: "binned_year" }, field: yField },
text: { aggregate: { argmax: "binned_year" }, field: "name" },
text: { aggregate: { argmax: "binned_year" }, field: "year" }, // field: "name"
},
},
],
Expand Down

0 comments on commit 1848a8f

Please sign in to comment.