Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|