Skip to content

Commit 1ec286d

Browse files
committed
Bar charts preserve order returned by query, closes #93
1 parent 7c9dd93 commit 1ec286d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_sql_dashboard/templates/django_sql_dashboard/widgets/bar_label-bar_quantity.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
title: "Label",
3636
type: "nominal",
3737
axis: { labelAngle: 90 },
38+
sort: null
3839
},
3940
y: { field: "bar_quantity", title: "Quantity", type: "quantitative" },
4041
},

0 commit comments

Comments
 (0)