-
-
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
Add line.shape: 'spline'
support to scattergl
#3229
Comments
Part of #130, but yeah this now deserves an issue of its own. |
Oh, was "spline" never a valid option here? |
No. |
line.shape: 'spline'
support to scattergl
I was reading #130 but I wonder if there is anything more specific to watch about the progress on "spline". |
Any news on this? |
Same issue here as @Sagaulf This seems like a bug, because the Plotly Express docs don't mention this constraint at all. |
Also wondering if there is a fix for this... it seems like in plotly express 'spline' works with |
I have the same problem. |
I just spent quite awhile trying to figure out why I was getting an exception depending on how much data used, and it turned out to be this. Please fix this. |
It looks like "spline" is missing from the ScatterGL attributes file for line shape options: https://github.com/plotly/plotly.js/blob/master/src/traces/scattergl/attributes.js#L51
The text was updated successfully, but these errors were encountered: