-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gl2d known limitations #130
Comments
can you also include ADD d3 events to |
Also, no support for tags as to Scattergl. |
Both will be fixed by @dfcreative 's regl-based |
@dfcreative quick question: is your implementation of |
... if so, the only remaining items in the list above are:
pretty good 🎉 |
@etpinard dashes are not perfectly the same px-wise, but cover all SVG modes. |
A few more things that scattergl doesn't do quite right as of #2258:
|
Writing down a couple more thoughts on future gl2d development. Some of these items may benefit from Github issue of their own down the road.
|
@dfcreative 's new regl-based |
Not sure if y'all group |
Also https://codepen.io/cpsievert/pen/JLwQyx Edit: in -> #2627 |
Closing. Looks like all the remaining items have their own ticket. If I missed something, please open a new ticket. |
A list of known limitations in gl2d graphs in comparison with svg2d feature set:
mode: 'text'
(for text charts) is not availabletonexty
,tonexty
, andtoself
are not avaliable (tozerox
andtozeroy
work) ✅ Fixed with regl.marker.symbol
is pretty good sincev1.28.0
but not on-par with svg ✅ Fixed with regl.line.dash
are 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.x
andy
are 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_unhover
andplotly_click
are not emitted [done in Hover / unhover events on the 2d WebGL plots #994]hoverinfo
to'none'
should disable the hover spikes. ✅ Fixed with regl.Plotly.plot
callThe text was updated successfully, but these errors were encountered: