We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This figure causes an error and doesn't render, as far as I can tell because the second trace doesn't have x:
x
{ "data": [ { "type": "scatter", "x": [1,2,3], "y": [1,2,3], "stackgroup": 1, }, { "type": "scatter", "y": [1,2,3], "stackgroup": 1 } ], "layout": {}, "frames": [] }
This one fails for a different reason (orientation=h) with a similar stack trace:
{ "data": [ { "type": "scatter", "orientation": "h", "stackgroup": 1, "y": [ 16.99, 10.34, 21.01, 23.68, 24.59, 25.29, 8.77, 26.88, 15.04, 14.78, ] }, { "type": "scatter", "mode": "markers", "stackgroup": 1, "y": [ 1.01, 1.66, 3.5, 3.31, 3.61, 4.71, 2, 3.12, 1.96, 3.23, ] } ], "layout": {}, "frames": [] }
The text was updated successfully, but these errors were encountered:
c602148
Merge pull request #3017 from plotly/stacked-area-missing-data
ed39d82
Fix #3013 - broken stacked area gap insertion case
alexcjohnson
No branches or pull requests
This figure causes an error and doesn't render, as far as I can tell because the second trace doesn't have
x
:This one fails for a different reason (orientation=h) with a similar stack trace:
The text was updated successfully, but these errors were encountered: