You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true.
I am using plotly.js-dist-min": "^2.35.2 and using a graph of type scatter3d.
Looking through the changelog I can see this fixed for heatmaps and 2D graphics (e.g. this pull request, #6741), but see no mention of 3D graphics. Also, if this is the case, I wonder if there are other types of graphs that also need this fix.
The text was updated successfully, but these errors were encountered:
I am seeing the warning
Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true.
I am using
plotly.js-dist-min": "^2.35.2
and using a graph of typescatter3d
.Looking through the changelog I can see this fixed for heatmaps and 2D graphics (e.g. this pull request, #6741), but see no mention of 3D graphics. Also, if this is the case, I wonder if there are other types of graphs that also need this fix.
The text was updated successfully, but these errors were encountered: