Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ bar_chart = (
|
|
| 100 |
.mark_bar()
|
| 101 |
.encode(
|
| 102 |
y=alt.Y("Agency:N", sort="-x",title="Agency" ),
|
| 103 |
-
x=alt.X("mean(YTD Gross):Q", axis=alt.Axis(labelLimit=0, title="Average Year to Date Gross Pay
|
| 104 |
tooltip=[
|
| 105 |
"Agency:N",
|
| 106 |
alt.Tooltip("mean(YTD Gross):Q", title="Avg YTD Gross", format="$,.00f")
|
|
|
|
| 100 |
.mark_bar()
|
| 101 |
.encode(
|
| 102 |
y=alt.Y("Agency:N", sort="-x",title="Agency" ),
|
| 103 |
+
x=alt.X("mean(YTD Gross):Q", axis=alt.Axis(labelLimit=0, title="Average Year to Date Gross Pay")),
|
| 104 |
tooltip=[
|
| 105 |
"Agency:N",
|
| 106 |
alt.Tooltip("mean(YTD Gross):Q", title="Avg YTD Gross", format="$,.00f")
|