-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SR] Tweak strings for Segment and Angle graphs (#2279)
## Summary: Segment - Update segment so that a singular segment doesn't have multiple layers of redundant labels (keep this for multiple segments) Angle - Update angle so the vertex point always reads the angle, not only when "show angles" is turned on. Issue: none ## Test plan: `yarn jest packages/perseus/src/widgets/interactive-graphs/graphs/segment.test.tsx` `yarn jest packages/perseus/src/widgets/interactive-graphs/graphs/angle.test.tsx` Storybook - http://localhost:6006/?path=/story/perseuseditor-widgets-interactive-graph--interactive-graph-segment - http://localhost:6006/?path=/story/perseuseditor-widgets-interactive-graph--interactive-graph-angle Author: nishasy Reviewers: catandthemachines, SonicScrewdriver Required Reviewers: Approved By: catandthemachines Checks: ✅ 8 checks were successful, ⏹️ 5 checks were cancelled Pull Request URL: #2279
- Loading branch information
Showing
6 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@khanacademy/perseus": patch | ||
--- | ||
|
||
[SR] Tweak strings for Segment and Angle graphs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters