ralate2 commited on
Commit
841fdef
·
verified ·
1 Parent(s): 4dd3251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ category_counts.columns = ['License Status', 'Count']
32
  if not category_counts.empty:
33
  chart1 = alt.Chart(category_counts).mark_bar().encode(
34
  x=alt.X('License Status', sort='-y', title='License Type'),
35
- y=alt.Y('Count', title='Number of Licenses',scale=alt.Scale(domain=(0, 6000), nice=False)),
36
  color=alt.Color('License Status', legend=None)
37
  ).properties(
38
  width=600,
 
32
  if not category_counts.empty:
33
  chart1 = alt.Chart(category_counts).mark_bar().encode(
34
  x=alt.X('License Status', sort='-y', title='License Type'),
35
+ y=alt.Y('Count', title='Number of Licenses',scale=alt.Scale(domain=(0, 600), nice=False)),
36
  color=alt.Color('License Status', legend=None)
37
  ).properties(
38
  width=600,