You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CX] Allow option to rotate axis labels on interactive graphs (#2284)
## Summary:
This PR is part of the Interactive Graph Project.
The purpose of this PR is to add a new option that will allow Content Creators to change the location of the axis labels between "onAxis" and "alongEdge".
Note: While working on this ticket, a long-standing bug was found where the axis labels will continue to stretch further away from their desired locations on largely positive or negative graphs. This will require clamping the min/max values for our calculations. However, adding that logic was making this ticket seem quite complicated so I have opted to create a separate ticket for handling this. See https://khanacademy.atlassian.net/browse/LEMS-2912 for more details.
## Screenshots:
### onAxis (Default)

### alongEdge

Issue: https://khanacademy.atlassian.net/browse/LEMS-2718
## Test plan:
- New tests
- Tests Pass
- Manual Testing
Author: nishasy
Reviewers: SonicScrewdriver
Required Reviewers:
Approved By: SonicScrewdriver
Checks: ✅ 8 checks were successful
Pull Request URL: #2284
0 commit comments