Skip to content

Commit f376b63

Browse files
piePattern : call pointStyle outside the d3 s.style construction
1 parent a422094 commit f376b63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/traces/pie/style_one.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = function styleOne(s, pt, trace, gd) {
1818
marker.color = pt.color;
1919
}
2020

21+
Drawing.pointStyle(s, trace, gd, pt);
22+
2123
s.style('stroke-width', lineWidth)
22-
.call(Drawing.pointStyle, trace, gd, pt)
2324
.call(Color.stroke, lineColor);
2425
};

0 commit comments

Comments
 (0)