Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Fix for #7416: Hidden ticklabels with ticklabelposition "inside" take up plot space#7417

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
archmoj merged 17 commits intoplotly:masterfrommy-tien:label-spacing
Jul 25, 2025
Merged
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
150ccd3
Fixes #7416
my-tienMay 6, 2025
684d05c
Update some tests in axes_test.js, because hidden labels no longer ta…
my-tienMay 6, 2025
a287e90
Add draftlog for 7417
my-tienMay 6, 2025
e157374
Instead of removing text of hidden ticklabels, just set their display…
my-tienMay 9, 2025
049b7fe
Fix error: d3 selection.style called as getter
my-tienMay 13, 2025
23a29f2
axes_test: Add precision param to new toBeCloseToArray call
my-tienMay 13, 2025
8967732
Correct fix for "d3 selection.style called as getter"
my-tienMay 13, 2025
2e8db5f
Undo some changes done in 684d05c0 (break the CI)
my-tienMay 15, 2025
b546d61
Undo change to left-over failing test since 684d05c0
my-tienMay 15, 2025
846c0ab
Try fixing failed baseline test container-colorbar-vertical-w-margin
my-tienMay 20, 2025
65fed4a
baseline image for zz-label-spacing
my-tienMay 20, 2025
a0affdd
Try fixing automargin behavior when setting display: 'none' for hidde…
my-tienMay 22, 2025
930e057
Merge remote-tracking branch 'origin-plotly/master' into label-spacing
my-tienMay 22, 2025
b3bc2ae
Merge remote-tracking branch 'origin-plotly/master' into label-spacing
my-tienJul 4, 2025
4c7f30a
Update baseline images after adjustments for label spacing
my-tienJul 4, 2025
7d71519
Merge remote-tracking branch 'origin-plotly/master' into label-spacing
my-tienJul 21, 2025
6c2dbd6
use .node().style.display instead of .style('display')
emilyklJul 17, 2025
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
PrevPrevious commit
NextNext commit
axes_test: Add precision param to new toBeCloseToArray call
  • Loading branch information
@my-tien
my-tien committedMay 13, 2025
commit23a29f21c2a2bc0f2a0f6b3ae8d87cf5b306cfdd
2 changes: 1 addition & 1 deletiontest/jasmine/tests/axes_test.js
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6911,7 +6911,7 @@ describe('Test axes', function() {
.filter(function(d) { return d.minor; })
.map(function(d) { return d.x; });

expect(positions).toBeCloseToArray(expPositions);
expect(positions).toBeCloseToArray(expPositions, 3);
}

it('minor tickvals', function(done) {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp