Skip to content

Commit

Permalink
update packge-lock.json, remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Feb 18, 2019
1 parent 60d0448 commit f628b54
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/traces/sankey/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ module.exports = function(gd, svg, calcData, layout, callbacks) {
.attr('d', linkPath())
.call(attachPointerEvents, sankey, callbacks.linkEvents);


sankeyLink
.style('stroke', function(d) {
return salientEnough(d) ? Color.tinyRGB(tinycolor(d.linkLineColor)) : d.tinyColorHue;
Expand Down

0 comments on commit f628b54

Please sign in to comment.