Skip to content

Commit b065a96

Browse files
sunburstPattern : fix disappearing pattern by clicking
+ update baseline png
1 parent 78b105f commit b065a96

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/traces/sunburst/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function plotOne(gd, cd, element, transitionOpts) {
256256
isTransitioning: gd._transitioning
257257
});
258258

259-
slicePath.call(styleOne, pt, trace);
259+
slicePath.call(styleOne, pt, trace, gd);
260260

261261
var sliceTextGroup = Lib.ensureSingle(sliceTop, 'g', 'slicetext');
262262
var sliceText = Lib.ensureSingle(sliceTextGroup, 'text', '', function(s) {
2.28 KB
Loading

0 commit comments

Comments
 (0)