Thanks to visit codestin.com
Credit goes to github.com

Skip to content

autotickangles for axes with tickson="boundaries" or showdividers=true #6967

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 16, 2024
Prev Previous commit
Next Next commit
test "should rotate labels to avoid overlap": Fix next failing test
  • Loading branch information
my-tien committed Apr 15, 2024
commit 4665dde727a3ce86d4224d5f945ecdf9ed94dab3
2 changes: 1 addition & 1 deletion test/jasmine/tests/axes_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4934,7 +4934,7 @@ describe('Test axes', function() {
})
.then(function() {
_assert('narrow range / wide ticks - rotated', {
angle: [90, 90]
angle: [30, 30]
});
})
.then(done, done.fail);
Expand Down