Spaces:
Sleeping
Sleeping
spelled better
#26
by jfiel5 - opened
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.
|
| 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)
|