We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5ff62 commit 656786bCopy full SHA for 656786b
2 files changed
altair/vegalite/v6/api.py
@@ -5170,7 +5170,7 @@ def _needs_name(subchart: ChartType) -> bool:
5170
return False
5171
5172
# Variable parameters won't receive a views property.
5173
- return not all(isinstance(p, core.VariableParameter) for p in subchart.params) # type: ignore
+ return not all(isinstance(p, core.VariableParameter) for p in subchart.params)
5174
5175
5176
# Convert SelectionParameters to TopLevelSelectionParameters with a views property.
0 commit comments