-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
🎉 (slope) feature parity with line charts / TAS-708 #4192
Merged
Merged
Conversation
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 stack of pull requests is managed by Graphite. Learn more about stacking. |
83a3c4e
to
f0a16e0
Compare
366df89
to
b563e66
Compare
f0a16e0
to
85b4436
Compare
b563e66
to
7f7555e
Compare
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 26 (6e7e21) ❌ Edited: 2024-12-11 12:42:34 UTC |
85b4436
to
75fa3c6
Compare
7f7555e
to
a5147be
Compare
75fa3c6
to
eb80785
Compare
a5147be
to
18f0a85
Compare
18f0a85
to
2fbdef5
Compare
8 tasks
d5cc21b
to
0e247d5
Compare
2fbdef5
to
1de90ae
Compare
0e247d5
to
4d99b3b
Compare
1de90ae
to
1f645df
Compare
196784f
to
96236e6
Compare
96236e6
to
f63bed0
Compare
f63bed0
to
1b31ea6
Compare
6 tasks
8fd6a86
to
b83a9d3
Compare
a587120
to
8124296
Compare
b83a9d3
to
3100127
Compare
This was referenced Dec 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds line chart features to slope charts.
Designs are implemented in a later PR. For now, I removed all custom rendering logic and used the line chart's line legend for labelling. The details of the layout, the slope style, the entity and value labels will change in a future PR, so no need to review the rendering. This also includes rendering bugs like dots overflowing, misaligned labels, etc.
Summary
Might be addressed later
Not addressed
Testing
I enabled slope tabs for all line charts on staging for testing.
Example charts:
Bugs