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
A list of known limitations in gl2d graphs in comparison with svg2d feature set:
image export isn't reliable (meaning gl2d graphs have no image test support)
scatter mode: 'text' (for text charts) is not available
'free' axes and 'overlaying' axes are not available. But subplots, insets, shared axes work. Hurdles: free axes with custom 'position' would need an option to make a gap between the data-box and the axis in gl-plot2d, overlaying axes would need more logic around when to show grid lines, scene backgroud color and have hover events propagate down. ✅ Fixed with regl.
data-reference annotations/shapes are not available (paper-reference annotations/shapes work)
fill options tonexty, tonexty, and toself are not avaliable (tozerox and tozeroy work) ✅ Fixed with regl.
the marker.symbol is pretty good since v1.28.0 but not on-par with svg ✅ Fixed with regl.
A list of known limitations in gl2d graphs in comparison with svg2d feature set:
mode: 'text'(for text charts) is not availabletonexty,tonexty, andtoselfare not avaliable (tozeroxandtozeroywork) ✅ Fixed with regl.marker.symbolis pretty good sincev1.28.0but not on-par with svg ✅ Fixed with regl.line.dashare not availableline.shape: 'spline'update:'hv', 'vh', 'hvh', 'vhv'added in Scattergl improvements for: fill tozero with bad values fix, fills layering fix, add some line.shape values #3087\n(most common in date axes)autorange: 'reversed') ranges. ✅ Fixed with regl.xandyare not available (toggling hover on/off in modebar works). ✅ Fixed with regl.fixedrange(would need to tweak gl-select-box). ✅ Fixed with regl.plotly_hover,plotly_unhoverandplotly_clickare not emitted [done in Hover / unhover events on the 2d WebGL plots #994]hoverinfoto'none'should disable the hover spikes. ✅ Fixed with regl.Plotly.plotcall