Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1447b40

Browse files
etpinardarchmoj
authored andcommitted
fixup waterfall bar path query
1 parent cb8f1ec commit 1447b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/waterfall/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function style(gd, cd) {
2424
var gTrace = d3.select(this);
2525
var trace = d[0].trace;
2626

27-
gTrace.selectAll('.point').each(function(di) {
27+
gTrace.selectAll('.point > path').each(function(di) {
2828
var cont = trace[di.dir].marker;
2929

3030
d3.select(this)

0 commit comments

Comments
 (0)