-
Notifications
You must be signed in to change notification settings - Fork 29
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
All plots sections visible #2145
Conversation
@@ -47,7 +47,6 @@ | |||
"@storybook/manager-webpack5": "6.5.9", | |||
"@storybook/preset-scss": "1.0.3", | |||
"@storybook/react": "6.5.9", | |||
"@storybook/testing-library": "0.0.13", |
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.
This is there twice in the list
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.
For checkpoint plots, I think we need to differentiate between no metrics being selected and there being no plots. Extending that we should probably have different text based on whether or not the project has those types of plots.
@sroy3 could be unrelated to this particular change but virtualized plots seems broken in the storybook |
The only difference is the Images section being added between the two other sections. |
Changed it for when there is no data for checkpoint plots |
Code Climate has analyzed commit 58e5326 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.8% (0.0% change). View more on Code Climate. |
Part of #1933