Skip to content

Commit

Permalink
revert: Undo removal of trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Dec 23, 2024
1 parent 50ad1a5 commit aa6b486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/transform/aggregate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ grouped by the number of Cylinders.

alt.Chart(cars).mark_bar().encode(
y='Cylinders:O',
x='mean(Acceleration):Q'
x='mean(Acceleration):Q',
)

The Altair shorthand string::
Expand Down

0 comments on commit aa6b486

Please sign in to comment.