-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Update plotlyjs version to 2.22.0 and update docs #4165
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
Conversation
Encountering this issue when trying to build locally #4166
and the build fails here and has the same error
Still haven't figured out the failing tests for the release build, but the docs content is ready for review
Still haven't figured out the failing tests for the release build, but the docs content is ready for review
The docs are looking good.
Concerning the plotly.py build failure we should possibly ask @alexcjohnson and @nicolaskruchten for help 🆘
hmph looks like it might just be an out-of-date node. This repo still has the circleci/python images, it's really beyond time to update to cimg/python, I'll try to make a new PR to do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
Uh oh!
There was an error while loading. Please reload this page.
texttemplateon shapesDocumentation PR
doc/README.mdfiledoc-prodbranch OR it targets themasterbranchpxexample if at all possibleplotly.graph_objects as go/plotly.express as px/plotly.io as piodffig = <something>call is high up in each new/modified example (eitherpx.<something>ormake_subplotsorgo.Figure)fig.add_*andfig.update_*rather thango.Figure(data=..., layout=...)in every new/modified examplefig.add_shapeandfig.update_xaxesare used instead of bigfig.update_layoutcalls in every new/modified examplefig.show()is at the end of each new/modified exampleplotly.plot()andplotly.iplot()are not used in any new/modified example