8000 remove unused node3 link from funnel and waterfall plots · plotly/plotly.js@3d5b8ff · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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)
0