Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update docs #4135

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 48 commits into from
Mar 29, 2023
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
8c1c992
Allowing hover_data and custom_data to pass string of column name ins…
lukefeilberg Feb 21, 2023
c216146
Small fix to still allow lists for hover data
lukefeilberg Mar 5, 2023
3b5f51d
Removed check for hover_data in dataframe, which is taken care of later
lukefeilberg Mar 5, 2023
6093eaf
Added tests for hover data as a bare string
lukefeilberg Mar 5, 2023
c481b93
Merge branch 'master' into string-for-hover-data
nicolaskruchten Mar 6, 2023
8a151e1
Merge pull request #4083 from lukefeilberg/string-for-hover-data
nicolaskruchten Mar 6, 2023
f5846c7
check for keys to be added to plotly_obj before calculating error mes…
bmaranville Mar 14, 2023
6d5e1d7
'obj' was sometimes not None, but still did not have _valid_props att…
bmaranville Mar 14, 2023
c795b3b
use double-quotes as suggested by black
bmaranville Mar 14, 2023
db090b8
label aliases example
LiamConnors Mar 14, 2023
2faa203
Update axes.md
LiamConnors Mar 14, 2023
3ccc3f1
Update shapes.md
LiamConnors Mar 14, 2023
03115ad
Update shapes.md
LiamConnors Mar 14, 2023
7d242e5
Update shapes.md
LiamConnors Mar 14, 2023
59eef9b
Update axes.md
LiamConnors Mar 14, 2023
3b3f98a
Update shapes.md
LiamConnors Mar 15, 2023
52e0469
Update horizontal-vertical-shapes.md
LiamConnors Mar 15, 2023
23a0068
plotlyjs version updates
LiamConnors Mar 15, 2023
3eb06f6
Update horizontal-vertical-shapes.md
LiamConnors Mar 15, 2023
e5cd7b5
Update axes.md
LiamConnors Mar 15, 2023
6722474
update to plotyjs 2.20.0
LiamConnors Mar 15, 2023
9670c4a
Update figure-labels.md
LiamConnors Mar 16, 2023
ae1604a
update styles and formatting
LiamConnors Mar 16, 2023
1757231
Update figure-labels.md
LiamConnors Mar 16, 2023
ce425be
Update doc/python/shapes.md
LiamConnors Mar 16, 2023
b164c73
Update doc/python/shapes.md
LiamConnors Mar 16, 2023
97d0c6d
Fix `px.histogram` docstring typo
willfrey Mar 16, 2023
bb1d232
Merge pull request #4112 from willfrey/patch-1
nicolaskruchten Mar 16, 2023
707fb29
Update colorscales.md
LiamConnors Mar 16, 2023
81fe0bd
Merge branch 'march-docs' of https://github.com/plotly/plotly.py into…
LiamConnors Mar 16, 2023
66af1f2
Merge branch 'master' into march-docs
nicolaskruchten Mar 16, 2023
b95315e
require package packaging
alexcjohnson Mar 16, 2023
c82aad7
Update packages/python/plotly/plotly/basedatatypes.py
alexcjohnson Mar 16, 2023
e88f019
Merge pull request #4101 from bmaranville/dont_precalculate_key_error
alexcjohnson Mar 17, 2023
9050c4b
Merge pull request #4113 from plotly/req-packaging
alexcjohnson Mar 17, 2023
1860acc
Specify utf-8 in script tag
not522 Mar 17, 2023
7be3b7d
Merge branch 'master' into march-docs
LiamConnors Mar 20, 2023
690afe0
Update aggregations.md
LiamConnors Mar 21, 2023
846d1f7
Update CHANGELOG.md
LiamConnors Mar 27, 2023
f4609fc
Merge pull request #4104 from plotly/march-docs
archmoj Mar 28, 2023
5351836
Merge pull request #4114 from not522/utf-8
archmoj Mar 28, 2023
8a75262
version changes for v5.14.0
LiamConnors Mar 28, 2023
ac674ef
Update README.md
LiamConnors Mar 28, 2023
ab8687d
update changelog
LiamConnors Mar 28, 2023
31e97dc
fix date
LiamConnors Mar 29, 2023
c798545
Merge pull request #4128 from plotly/release-5.14.0
LiamConnors Mar 29, 2023
5b7cff6
update docs version
LiamConnors Mar 29, 2023
743b524
Merge pull request #4134 from plotly/update-docs-version
LiamConnors Mar 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix date
  • Loading branch information
LiamConnors committed Mar 29, 2023
commit 31e97dc6a62131bb9b33cc3cbcb77f40dcf4cb15
2 changes: 1 addition & 1 deletion 2 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [5.14.0] - 2023-03-28
## [5.14.0] - 2023-03-29

### Updated
- Updated Plotly.js to from version 2.18.2 to version 2.20.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2200----2023-03-15) for more information. Notable changes include:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.