Skip to content

Commit a2dc490

Browse files
committed
Add CHANGELOG entry for trace-specific color sequences fix
1 parent d578ab4 commit a2dc490

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
### Fixed
8+
- Fix issue where Plotly Express ignored trace-specific color sequences defined in templates via `template.data.<trace_type>`. Plotly Express now respects trace-specific marker colors before falling back to `template.layout.colorway` [[#5437](https://github.com/plotly/plotly.py/pull/5437)]. Fixes [#5416](https://github.com/plotly/plotly.py/issues/5416).
9+
710
### Updated
811
- Speed up `validate_gantt` function [[#5386](https://github.com/plotly/plotly.py/pull/5386)], with thanks to @misrasaurabh1 for the contribution!
912

0 commit comments

Comments
 (0)