-
Notifications
You must be signed in to change notification settings - Fork 4
Support creating guide sets via drag/drop for combined plots #1153
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
base: develop
Are you sure you want to change the base?
Conversation
labkey-jeckels
left a comment
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 did some manual tests and everything worked properly.
Can you add a little test coverage for this? See callers of QCPlotsWebPart.createGuideSet()
One small note - we show a warning dialog when there are < 5 points in the brushed area. That's not ideal anymore because you might have multiple series and/or metrics. Ideally, we'd show the warning if there are < 5 replicates in the brushed area.
Co-authored-by: Josh Eckels <[email protected]>
Rationale
https://github.com/LabKey/internal-issues/issues/747
Related Pull Requests
Changes