Open
Description
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 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.