-
-
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
Better big data support for scattermapbox
#1885
Comments
I think you mean the I think we should investigate other pure
|
Are there any plans to update mapbox-gl dependency to the latest version? |
@PavelGolodoniuc See #2029 to track progress on that. |
Performance for Plotly.d3.json('https://plot.ly/~jackluo/444.json', (err, fig) => {
delete fig.layout.mapbox.accesstoken
Plotly.newPlot(gd, fig)
}) is pretty solid using |
#2361 will improve Closing this thing (for now). |
We're getting Dash apps through the roof that use
scattermapbox
. Would be niceto see how far we can push the # of points with a WebGL overlay instead of an SVG oneto improve big data support forscattermapbox
traces.Maybe we could investigate: https://github.com/vicapow/react-map-gl-stack-gl-overlay-example
This plot of 🌳 s in Manhattan for example is starting to push the
mapbox-gl
limits:https://plot.ly/~jackluo/444
/cc @jackwluo @dfcreative
The text was updated successfully, but these errors were encountered: