We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5e331 commit ab93c04Copy full SHA for ab93c04
1 file changed
altair-python/scatter_connected.py
@@ -22,7 +22,7 @@
22
color=(
23
alt.when(brush)
24
.then("Major Genre:N")
25
- .otherwise(alt.value("lightgray")),
+ .otherwise(alt.value("lightgray"))
26
),
27
)
28
.add_params(brush)
0 commit comments