Skip to content

Commit bfdfcc3

Browse files
committed
Update performance.md
1 parent 5e079e1 commit bfdfcc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: doc/python/performance.md

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ The following [array data types](https://numpy.org/devdocs/reference/arrays.scal
7878

7979
Arrays or data types that are not supported for base64 encoding to Plotly.js's typed arrays specification will still work and render correctly with Plotly. Those arrays and or data types just won't have the performance benefits that Plotly.js's base64 typed arrays feature provides.
8080

81+
### Dash Design Kit Compatibility
82+
83+
The Dash Design Kit `Graph` component from versions of Dash Design Kit earlier than 1.13 doesn't work with Plotly.py version 6 when using Python objects listed in the previous "Arrays and Data Types Supported". Upgrade Dash Design Kit to 1.13 or later to resolve this issue.
84+
8185
### Unsupported Attributes
8286

8387
Arrays passed to attributes with the following names are not supported for base64 encoding for rendering with Plotly.js.

0 commit comments

Comments
 (0)