Skip to content

Commit 6a3273e

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature-marker-line-dash-7667
2 parents 9361e7e + a6a10f9 commit 6a3273e

28 files changed

+575
-284
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
install-firefox: false
149149
install-geckodriver: false
150150
install-chrome: true
151+
chrome-version: "143.0.7499.192" # TEMPORARY pin until WebGL issues with 144 are resolved
151152
- attach_workspace:
152153
at: ~/
153154
- run:

draftlogs/7675_change.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Increase axis autorange when bar charts have outside text labels, to avoid labels being clipped [[#7675](https://github.com/plotly/plotly.js/pull/7675)]

draftlogs/7676_fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix out of bounds index during scattergl animation trace type [[#7676](https://github.com/plotly/plotly.js/pull/7676)], with thanks to @BJohnBraddock for the contribution!

0 commit comments

Comments
 (0)