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 7c7ef30 commit f5df6dbCopy full SHA for f5df6db
packages/python/plotly/_plotly_utils/basevalidators.py
@@ -288,7 +288,7 @@ def is_typed_array_spec(v):
288
"""
289
Return whether a value is considered to be a typed array spec for plotly.js
290
291
- return isinstance(v, dict) and "bdata" in v
+ return isinstance(v, dict) and "bdata" in v and "dtype" in v
292
293
294
def is_none_or_typed_array_spec(v):
0 commit comments