-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
added fill_percent to params for insert, swap and remove #946
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1b09e21
added fill_percent to params for insert, swap and remove
Kully b149e0d
html preview not working
Kully 9705dde
HTML preview now reflects the fill_percent param settings
Kully c26b763
tests are working
Kully 38f88ef
make update_default_schema
Kully 1991c7f
udpated changelog, removed TODOs, PEP-8 79 char line limit
Kully 35716d6
Merge branch 'master' into dashboard-percent
Kully 8517f3f
change fill_percent example in doc to fill_percent=20
Kully 3c0d337
sort all node generators to make HTML output consistent for py2 + py3
Kully 8def60c
add choropleth files back
Kully b091aaf
dashboards now autosize based on GUI
Kully 85d7549
version num to 2.5.0
Kully f898892
4 equal height vertical stacked example in doc string
Kully 2c07b12
rename box_1 to box_a, etc
Kully 7f08843
change version back for testing purposes
Kully 97213c9
version to 2.5.0
Kully 8bde810
Merge branch 'master' into dashboard-percent
Kully File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tests are working
- Loading branch information
commit c26b763cf7d344a768beb1a6cf818a1b04139d6e
There are no files selected for viewing
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
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
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.
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.
does this output for the example look correct to you @Kully ? Not sure
right/left
orabove/below
is workingUh oh!
There was an error while loading. Please reload this page.
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.
Running the exact same code in my branch, I am getting this preview:

My output is correct but yours is not. What could be different about our branches? (you are cloning from the latest commit I assume)
Uh oh!
There was an error while loading. Please reload this page.
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.
@Kully running on your branch in python 2.7 I get the desired output but in python 3.6 I get:

We should make this consistent across python versions.
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.
wow, that's interesting -
I'll investigate that (and probably need to add better tests)