forked from plotly/plotly.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync Fork from Upstream Repo #3
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update README.md for possible collision of `orca` executable * Move to the "Static Image Export" section. Moved troubleshooting section inside the "Static Image Export" section. Updates to wording
* default values for height and width of Gantt-chart are replaced with None the created figure is now responsive * default height is set to 600
* FIX: fix incorrect import in deprecation warning for Scene class * Update codegen logic to produce correct deprecation message
* Update CHANGELOG for 4.1.1 * update README for version 4.1.1 * Update plotlywidget and jupyterlab-plotly versions
Fix typo in plotly.subplots.py which mentioned a non-existing filepath
removed streaming tests
Added percy visual tests, using a Python scripts to generate a collection of html files to be checked by percy. Note that animation auto_play must be turned off.
Pandas was added to test dependencies, and numpy and scikit-image versions were changed
Update comments
barnorm is default to None instead of ''
Now accepted: lists, numpy arrays, and the `dataframe` argument can be a dict or a numpy array.
* Add __all__ statements to graph_objs/ hierarchy, and the graph_objects.py alias
When True, update operations will overwrite the prior version of all properties. When False (the default), updates are applied recursively and prior properties are retained if not updated.
* Add _select_annotations_like helper method * select/for_each/update annotations methods * code generation for select/for_each/update annotations/shapes/images * Add add_* methods for annotations/shapes/images * add add/select/update tests for annotations * Add add/select tests without row/col on figure not created with make_subplots
* Allow pio.template[] to lookup flaglist of templates, fixes #1807 * Fix fig.update to update layout with string
Update _doc.py
* Update to to plotly.js 1.50.1
Update _chart_types.py
* Added 4.2.0 CHANGELOG entry * Update README to version 4.2.0 * Bump extension versions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.