Briemcc commited on
Commit
79e60f2
·
verified ·
1 Parent(s): d565e6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 by Agency")),
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")