jfiel5 commited on
Commit
2aacff3
·
verified ·
1 Parent(s): 1862a48

spelled better

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ hist = (
120
  x=alt.X("YTD Gross:Q", bin=True, title="YTD Gross (binned)"),
121
  y=alt.Y("count()", title="Count"),
122
  color=alt.value("#4C78A8"),
123
- tooltip=[alt.tooltip("YTD Gross:Q",title="Range"),alt.tooltip("count():Q",title="Count")]
124
  )
125
  .transform_filter(select_bar)
126
  .properties(width=400, height=300)
 
120
  x=alt.X("YTD Gross:Q", bin=True, title="YTD Gross (binned)"),
121
  y=alt.Y("count()", title="Count"),
122
  color=alt.value("#4C78A8"),
123
+ tooltip=[alt.Tooltip("YTD Gross:Q",title="Range"),alt.Tooltip("count():Q",title="Count")]
124
  )
125
  .transform_filter(select_bar)
126
  .properties(width=400, height=300)