notarius commited on
Commit
e4c8db9
·
verified ·
1 Parent(s): f56174c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def _(alt, df, field_search, mo, pd, year_slider):
132
  chart = alt.Chart(stats_df).mark_bar().encode(
133
  x=alt.X('Met %:Q', scale=alt.Scale(domain=[0, 105])),
134
  y=alt.Y('Criterion:N', sort='-x'),
135
- tooltip=['Criterion', 'Met %', 'Count']
136
  ).properties(
137
  width='container',
138
  height=300
 
132
  chart = alt.Chart(stats_df).mark_bar().encode(
133
  x=alt.X('Met %:Q', scale=alt.Scale(domain=[0, 105])),
134
  y=alt.Y('Criterion:N', sort='-x'),
135
+ tooltip=['Criterion', 'Met %', 'Count', 'Evaluated']
136
  ).properties(
137
  width='container',
138
  height=300