jfiel5 commited on
Commit
e7181a2
·
verified ·
1 Parent(s): 1aa39f8

coloring by agency not department (#37)

Browse files

- coloring by agency not department (156c410b13c0112db47858d157a4411cccf5d07d)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ strip = (
165
  .encode(
166
  x=alt.X("YTD Gross:Q", title="YTD Gross"),
167
  y=alt.Y("Agency:N", title=""),
168
- color=alt.Color("Agency Division:N",title='Department'),
169
  tooltip=[
170
  alt.Tooltip("Position Title:O"),
171
  alt.Tooltip("YTD Gross:Q", format="$,.0f")
 
165
  .encode(
166
  x=alt.X("YTD Gross:Q", title="YTD Gross"),
167
  y=alt.Y("Agency:N", title=""),
168
+ color=alt.Color("Agency:N",title='Agency'),
169
  tooltip=[
170
  alt.Tooltip("Position Title:O"),
171
  alt.Tooltip("YTD Gross:Q", format="$,.0f")