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
Before getting merged into the main plotly.js dist bundle, we need to make sure following problems are addressed
heatmapgl test-images are not reproducible. Maybe this is just a matter of bumping the gl-shader requirement.
top-most and right-most points aren't being catch by the hover picking routine
double-check that we are handling NaNs correctly. One good test would be to Plotly.restyle(gd, 'type', 'heatmapgl') all our heatmap test mocks.
include only attributes that are relevant to the gl2d version (instead of simply copying the heatmap attributes). For example, heatmapgl doesn't support zsmooth, xgap and ygap.
Before getting merged into the main plotly.js dist bundle, we need to make sure following problems are addressed
heatmapgltest-images are not reproducible. Maybe this is just a matter of bumping thegl-shaderrequirement.NaNs correctly. One good test would be toPlotly.restyle(gd, 'type', 'heatmapgl')all our heatmap test mocks.gl2dversion (instead of simply copying theheatmapattributes). For example,heatmapgldoesn't supportzsmooth,xgapandygap.See the
heatmapgl-primetimebranch for more some WIP work.