Closed
Description
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 thegl-shader
requirement. - top-most and right-most points aren't being catch by the hover picking routine
- double-check that we are handling
NaN
s correctly. One good test would be toPlotly.restyle(gd, 'type', 'heatmapgl')
all our heatmap test mocks. - include only attributes that are relevant to the
gl2d
version (instead of simply copying theheatmap
attributes). For example,heatmapgl
doesn't supportzsmooth
,xgap
andygap
.
See the heatmapgl-primetime
branch for more some WIP work.