Skip to content

sankey - fix issue with large padding - #3143

Merged
antoinerg merged 7 commits into
masterfrom
3140-sankey-fix-padding
Oct 24, 2018
Merged

sankey - fix issue with large padding#3143
antoinerg merged 7 commits into
masterfrom
3140-sankey-fix-padding

Conversation

@antoinerg

@antoinergantoinerg commented Oct 23, 2018

Copy link
Copy Markdown
Contributor

Closes#3140 !

If node.pad is too large and overridden during the rendering step, a Lib.warn call is made to let the user know.

@antoinergantoinerg changed the title include updated d3-sankeysankey - fix issue with large paddingOct 23, 2018
Comment threadpackage.json Outdated
"dependencies": {
"3d-view": "^2.0.0",
"@plotly/d3-sankey": "^0.5.0",
"@plotly/d3-sankey": "git://github.com/plotly/d3-sankey.git#6f19390be0da4a81abf6f7f6cfdf5fc8dc73e583",

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the PR associated with the changes: plotly/d3-sankey#3

@antoinerg

Copy link
Copy Markdown
ContributorAuthor

Original codepen in issue: https://codepen.io/rbakker/pen/gBjXde
Updated codepen pointing to this branch's plotly.js: https://codepen.io/anon/pen/EddvvK

Comment threadtest/jasmine/tests/sankey_test.js
@antoinerg

Copy link
Copy Markdown
ContributorAuthor

@alexcjohnson What are the next steps I should do before merging this PR? Should I publish @plotly/d3-sankey to NPM?

@etpinard

Copy link
Copy Markdown
Contributor

Should I publish @plotly/d3-sankey to NPM?

yep 🚀 and then update the package.json and package-lock.json in this PR.

@alexcjohnson

Copy link
Copy Markdown
Collaborator

💃

@antoinerg
antoinerg merged commit 36d9fb4 into masterOct 24, 2018
@antoinerg
antoinerg deleted the 3140-sankey-fix-padding branch October 24, 2018 21:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugsomething broken

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@antoinerg@etpinard@alexcjohnson