Skip to content

Commit

Permalink
Bar charts preserve order returned by query, closes #93
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 14, 2021
1 parent 7c9dd93 commit 1ec286d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
title: "Label",
type: "nominal",
axis: { labelAngle: 90 },
sort: null
},
y: { field: "bar_quantity", title: "Quantity", type: "quantitative" },
},
Expand Down

0 comments on commit 1ec286d

Please sign in to comment.