qua605 commited on
Commit
b310fab
·
1 Parent(s): cd273cd
Files changed (1) hide show
  1. app.py +1 -1
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("Licenses Type:N", sort='-x', title="License Type"),
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)