Skip to content
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

Open
brian428 opened this issue Nov 8, 2018 · 9 comments
Open

Add line.shape: 'spline' support to scattergl #3229

brian428 opened this issue Nov 8, 2018 · 9 comments
Labels
feature something new P2 considered for next cycle

Comments

@brian428
Copy link

brian428 commented Nov 8, 2018

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

@etpinard
Copy link
Contributor

etpinard commented Nov 8, 2018

Part of #130, but yeah this now deserves an issue of its own.

@etpinard etpinard added the feature something new label Nov 8, 2018
@etpinard etpinard mentioned this issue Nov 8, 2018
21 tasks
@brian428
Copy link
Author

brian428 commented Nov 8, 2018

Oh, was "spline" never a valid option here?

@etpinard
Copy link
Contributor

etpinard commented Nov 8, 2018

No. 1.42.0 added line.shape to scattergl, but w/o the 'spline' value.

@etpinard etpinard changed the title ScatterGL attributes.js is missing 'spline' shape Add line.shape: 'spline' support to scattergl Jan 10, 2019
@danlabici
Copy link

I was reading #130 but I wonder if there is anything more specific to watch about the progress on "spline".
(in the meantime I'm subscribed to this for updated)

@Sagaulf
Copy link

Sagaulf commented Sep 20, 2019

Any news on this?
Using plotly express line chart with dash. The graph is initially loaded with the 'spline' format but on a callback it fails due to scattergl.line not having 'spline' as a shape property

@ZeroCool2u
Copy link

Same issue here as @Sagaulf This seems like a bug, because the Plotly Express docs don't mention this constraint at all.

@skoeb
Copy link

skoeb commented Apr 25, 2020

Also wondering if there is a fix for this... it seems like in plotly express 'spline' works with svg as the render_mode but not auto in some circumstances.

@patryk-oleniuk
Copy link

I have the same problem.
Furthermore, depending on the amount of data (if render_mode=auto) the render mode is switched from svg to webgl. So I currently have the situation when the spline sometimes works, sometimes does not...

@valankar
Copy link

Furthermore, depending on the amount of data (if render_mode=auto) the render mode is switched from svg to webgl. So I currently have the situation when the spline sometimes works, sometimes does not...

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.

@gvwilson gvwilson self-assigned this Jun 11, 2024
@gvwilson gvwilson removed their assignment Aug 2, 2024
@gvwilson gvwilson added the P2 considered for next cycle label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new P2 considered for next cycle
Projects
None yet
Development

No branches or pull requests

9 participants