Skip to content

Commit 3d5b8ff

Browse files
committed
remove unused node3 link from funnel and waterfall plots
1 parent 68bd371 commit 3d5b8ff

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/traces/funnel/plot.js

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ function plotConnectorRegions(gd, plotinfo, cdModule, traceLayer) {
3737

3838
var isHorizontal = (trace.orientation === 'h');
3939

40-
if(!plotinfo.isRangePlot) cd0.node3 = plotGroup;
41-
4240
var connectors = group.selectAll('g.region').data(Lib.identity);
4341

4442
connectors.enter().append('g')

src/traces/waterfall/plot.js

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ function plotConnectors(gd, plotinfo, cdModule, traceLayer) {
3737
var isHorizontal = (trace.orientation === 'h');
3838
var mode = trace.connector.mode;
3939

40-
if(!plotinfo.isRangePlot) cd0.node3 = plotGroup;
41-
4240
var connectors = group.selectAll('g.line').data(Lib.identity);
4341

4442
connectors.enter().append('g')

0 commit comments

Comments
 (0)