-
Notifications
You must be signed in to change notification settings - Fork 28
Add flexible plots legends to plots tree #2452
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
Conversation
0d49788 to
0ae2a83
Compare
|
In order to test set |
1211442 to
6e9999f
Compare
| legend: { | ||
| disable: true, | ||
| symbolFillColor: 'transparent', | ||
| symbolStrokeColor: 'grey' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these be set where it's enabled only? (Line 311)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am going to have to change the approach slightly now that we don't know exactly where the encoding update has been made.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will call out the reasoning for leaving in the follow-up.
| legend: { | ||
| disable: false | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What changed here? Is that only a lint/prettier config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I can revert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine, I was just wondering if there is something I was missing. Better keep it that way IMO
6e9999f to
1479633
Compare
1479633 to
e10c8d6
Compare
|
Code Climate has analyzed commit e10c8d6 and detected 2 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 94.9% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.9% (0.0% change). View more on Code Climate. |
2/2
main<- #2403 <- thisRelated to #1757
This PR adds shape and stroke dash information into the plots tree.
Screenshots
Note: The hacky way that we add shape + detail to the plot template causes the on-hover behaviour to break. I will change the approach in the next PR.