We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee5e331 + ab93c04 commit 9e15076Copy full SHA for 9e15076
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