-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
sankey - fix issue with large padding #3143
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
Conversation
package.json
Outdated
@@ -57,7 +57,7 @@ | |||
}, | |||
"dependencies": { | |||
"3d-view": "^2.0.0", | |||
"@plotly/d3-sankey": "^0.5.0", | |||
"@plotly/d3-sankey": "git://github.com/plotly/d3-sankey.git#6f19390be0da4a81abf6f7f6cfdf5fc8dc73e583", |
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.
See the PR associated with the changes: plotly/d3-sankey#3
Original codepen in issue: https://codepen.io/rbakker/pen/gBjXde |
@alexcjohnson What are the next steps I should do before merging this PR? Should I publish |
yep 🚀 and then update the package.json and package-lock.json in this PR. |
💃 |
Closes #3140 !
If
node.pad
is too large and overridden during the rendering step, aLib.warn
call is made to let the user know.