From c6b6f12e7dff685b96ec12e585fd0048d43e3e37 Mon Sep 17 00:00:00 2001 From: Emily KL <4672118+emilykl@users.noreply.github.com> Date: Tue, 14 Oct 2025 11:36:43 -0400 Subject: [PATCH] add missing draftlogs from previous PRs --- draftlogs/7574_fix.md | 1 + draftlogs/7576_fix.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 draftlogs/7574_fix.md create mode 100644 draftlogs/7576_fix.md diff --git a/draftlogs/7574_fix.md b/draftlogs/7574_fix.md new file mode 100644 index 00000000000..93e1c562198 --- /dev/null +++ b/draftlogs/7574_fix.md @@ -0,0 +1 @@ +- Fix issue where `visible` property of one legend was affecting another. [[#7574](https://github.com/plotly/plotly.js/pull/7574)] diff --git a/draftlogs/7576_fix.md b/draftlogs/7576_fix.md new file mode 100644 index 00000000000..9f1c3d414c4 --- /dev/null +++ b/draftlogs/7576_fix.md @@ -0,0 +1 @@ +- Resolve incorrect shape clipping for domain-referenced shapes on n*10th subplot. [[#7576](https://github.com/plotly/plotly.js/pull/7576)]