Skip to content
Merged
Changes from 1 commit
Commits
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
Add CHANGELOG entry for trace-specific color sequences fix
  • Loading branch information
antonymilne committed Dec 1, 2025
commit a2dc4901108af86a684d1c099c9837a9ef492536
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Fixed
- 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).

### Updated
- Speed up `validate_gantt` function [[#5386](https://github.com/plotly/plotly.py/pull/5386)], with thanks to @misrasaurabh1 for the contribution!

Expand Down