We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8f1ec commit 1447b40Copy full SHA for 1447b40
src/traces/waterfall/style.js
@@ -24,7 +24,7 @@ function style(gd, cd) {
24
var gTrace = d3.select(this);
25
var trace = d[0].trace;
26
27
- gTrace.selectAll('.point').each(function(di) {
+ gTrace.selectAll('.point > path').each(function(di) {
28
var cont = trace[di.dir].marker;
29
30
d3.select(this)
0 commit comments