Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
| 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,
|