qua605 commited on
Commit
cd273cd
·
1 Parent(s): 0454fa1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ viz1 = (
11
  alt.Chart(data)
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
  )
 
11
  alt.Chart(data)
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
  )