Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork118
Update for releasing v1.1.14#98
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
21 commits Select commitHold shift + click to select a range
b22302f disable merge, reshape
1e748bd Apps > Groupby - fix typo
07bb746 fixed filenavigation bug after restarting kernel
6934c50 columnSelector renewal - allow multi frame
083f864 Apps > Merge - prototype
0367d92 Sample file added - economic index, tips
fda8a13 Apps > Merge -> Apps > Bind - app name changed
8d6df9a small changes - pdf title
1db2fab Apps > Reshape
da11e6e Apps > Bind, ColumnSelector changed to MultiSelector
a7a8984 fix resize bug
cce3ef9 change comment for reshape
f95bd5a Reshape code generating bug fixed
3c98b18 Reshape fix
c05176e Bind fix
450d305 Frame > add column > apply - removed lambda x code
64ba621 Chart - add import option box
6932553 Chart - import option closed as default
a0cc717 small changes
0c26dd9 Fix Chart
60bb631 Chart, plot page fix
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
1 change: 1 addition & 0 deletionscss/api_block/index.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
33 changes: 33 additions & 0 deletionscss/common/bind.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,33 @@ | ||
| .vp-bd-container { | ||
| width: 700px; | ||
| height: 550px; | ||
| } | ||
| .vp-bd-container .vp-pp-body { | ||
| overflow: hidden; | ||
| } | ||
| .vp-bd-grid-box { | ||
| display: grid; | ||
| grid-template-rows: 30px; | ||
| grid-row-gap: 5px; | ||
| } | ||
| .vp-bd-grid-box label { | ||
| font-weight: bold; | ||
| } | ||
| .vp-bd-grid-box select, | ||
| .vp-bd-grid-box input { | ||
| width: 160px; | ||
| } | ||
| .vp-bd-type-box { | ||
| display: grid; | ||
| grid-template-rows: 30px; | ||
| grid-row-gap: 5px; | ||
| } | ||
| .vp-bd-df-refresh { | ||
| display: inline-block; | ||
| cursor: pointer; | ||
| margin-left: 5px; | ||
| } |
File renamed without changes.
4 changes: 0 additions & 4 deletionscss/common/merge.css
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
42 changes: 42 additions & 0 deletionscss/common/reshape.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,42 @@ | ||
| .vp-rs-container { | ||
| width: 700px; | ||
| height: 550px; | ||
| } | ||
| .vp-rs-container .vp-pp-body { | ||
| overflow: hidden; | ||
| } | ||
| .vp-rs-df-box { | ||
| display: grid; | ||
| grid-template-rows: 30px; | ||
| grid-row-gap: 5px; | ||
| } | ||
| .vp-rs-df-refresh { | ||
| display: inline-block; | ||
| cursor: pointer; | ||
| margin-left: 5px; | ||
| } | ||
| .vp-rs-df-box label { | ||
| font-weight: bold; | ||
| } | ||
| .vp-rs-df-box select, | ||
| .vp-rs-df-box input { | ||
| width: 160px; | ||
| } | ||
| .vp-rs-type-box { | ||
| display: grid; | ||
| grid-template-rows: 30px; | ||
| grid-row-gap: 5px; | ||
| } | ||
| .vp-rs-type-title { | ||
| /* background: var(--light-gray-color); */ | ||
| border: 1px solid var(--border-gray-color); | ||
| height: 30px; | ||
| line-height: 30px; | ||
| vertical-align: middle; | ||
| padding: 0px 10px; | ||
| font-weight: bold; | ||
| } |
25 changes: 24 additions & 1 deletioncss/component/common.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
35 changes: 32 additions & 3 deletionscss/matplotlib/plot.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
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.