Skip to content

Commit f628b54

Browse files
committed
update packge-lock.json, remove newline
1 parent 60d0448 commit f628b54

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

package-lock.json

+30-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/traces/sankey/render.js

-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,6 @@ module.exports = function(gd, svg, calcData, layout, callbacks) {
686686
.attr('d', linkPath())
687687
.call(attachPointerEvents, sankey, callbacks.linkEvents);
688688

689-
690689
sankeyLink
691690
.style('stroke', function(d) {
692691
return salientEnough(d) ? Color.tinyRGB(tinycolor(d.linkLineColor)) : d.tinyColorHue;

0 commit comments

Comments
 (0)