Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork118
Hotfix version for ML#121
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
5376294 Fix catching error
3580a04 Seaborn chart app prototype
dd8f84d Chart Setting app
9d3cf50 Remove deprecated files
a0e569f Change options for model selection
9ba043e Subset condition box changed
8d50031 Style Settig icon added
bec37d8 Chart menu align changed
6cec08f DataSelector proto
9a81d22 Evaluation code indent fixed
2c6ef06 Fix design - Snippets, Popup scrollbar
bc17e8c ML > Evaluation check bug fixed
9dce53b ML > Data Prep options changed
874b594 checkbox style fixed
3d6b0e2 ML > Data Prep - make column transformer added
bfd939d Reverted version for changed FileNavigation extensions (need other way)
c0b0b8c Temporary rollback for ml hotfix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletionscss/boardFrame.css
This file contains hidden or 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
17 changes: 17 additions & 0 deletionscss/component/dataSelector.css
This file contains hidden or 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,17 @@ | ||
| /* Code Preview */ | ||
| .vp-ds-preview { | ||
| width: 100%; | ||
| height: 35px; | ||
| background-image: repeating-linear-gradient( to right, var(--grid-line-color) 0, var(--grid-line-color) 0.25px, transparent 1px, transparent 5px ), repeating-linear-gradient( to bottom, var(--grid-line-color) 0, var(--grid-line-color) 0.25px, transparent 1px, transparent 5px ); | ||
| background-color: white; | ||
| border: 0.25px solid #E4E4E4; | ||
| } | ||
| .vp-ds-preview textarea { | ||
| display: none; | ||
| } | ||
| .vp-ds-preview .CodeMirror-code .cm-variable { | ||
| background-color: rgba(47, 133, 90, 0.2); | ||
| } | ||
| .vp-ds-preview .CodeMirror-code .cm-string { | ||
| background-color: rgba(246, 173, 85, 0.2); | ||
| } |
2 changes: 1 addition & 1 deletioncss/m_apps/snippets.css
This file contains hidden or 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
3 changes: 3 additions & 0 deletionscss/m_apps/subset.css
This file contains hidden or 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
43 changes: 43 additions & 0 deletionscss/m_visualize/seaborn.css
This file contains hidden or 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,43 @@ | ||
| .vp-chart-setting { | ||
| float: right; | ||
| color: var(--gray-color); | ||
| padding-right: 5px; | ||
| cursor: pointer; | ||
| } | ||
| .vp-tab-bar { | ||
| width: 100%; | ||
| overflow-y: hidden; | ||
| } | ||
| .vp-tab-item { | ||
| display: inline-block; | ||
| position: relative; | ||
| width: 85px; | ||
| height: 30px; | ||
| line-height: 30px; | ||
| background: var(--light-gray-color); | ||
| cursor: pointer; | ||
| border: 0.24px solid #E4E4E4; | ||
| box-sizing: border-box; | ||
| border-radius: 2px 2px 0px 0px; | ||
| font-weight: bold; | ||
| text-align: center; | ||
| } | ||
| .vp-tab-item.vp-focus { | ||
| color: var(--font-hightlight); | ||
| background: white; | ||
| border-bottom: 3px solid #FFCF73; | ||
| } | ||
| .vp-tab-page { | ||
| width: 100%; | ||
| height: 180px; | ||
| } | ||
| .vp-chart-left-box, | ||
| .vp-chart-right-box { | ||
| padding: 3px; | ||
| height: 250px; | ||
| } | ||
| .vp-chart-preview-box { | ||
| min-height: 150px; | ||
| } |
81 changes: 81 additions & 0 deletionscss/popupComponent.css
This file contains hidden or 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
9 changes: 6 additions & 3 deletionscss/root.css
This file contains hidden or 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
28 changes: 14 additions & 14 deletionsdata/libraries.json
This file contains hidden or 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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.