Spaces:
Build error
Build error
qua605
commited on
Commit
·
b310fab
1
Parent(s):
cd273cd
First Viz
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ viz1 = (
|
|
| 12 |
.mark_bar()
|
| 13 |
.encode(
|
| 14 |
x = alt.X("count():Q", title="Number of Licenses"),
|
| 15 |
-
y = alt.Y("
|
| 16 |
color = alt.Color("License Type:N", legend=None)
|
| 17 |
)
|
| 18 |
.properties(width=600, height=400)
|
|
|
|
| 12 |
.mark_bar()
|
| 13 |
.encode(
|
| 14 |
x = alt.X("count():Q", title="Number of Licenses"),
|
| 15 |
+
y = alt.Y("License Type:N", sort='-x', title="License Type"),
|
| 16 |
color = alt.Color("License Type:N", legend=None)
|
| 17 |
)
|
| 18 |
.properties(width=600, height=400)
|