We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b974eab commit fc8c386Copy full SHA for fc8c386
src/plots/ternary/ternary.js
@@ -81,7 +81,7 @@ proto.makeFramework = function(fullLayout) {
81
82
// 'relative' clippath (i.e. no translation) for this ternary subplot
83
_this.clipDefRelative = Lib.ensureSingleById(fullLayout._clips, 'clipPath', clipIdRelative, function(s) {
84
- s.clipDefRelative.append('path').attr('d', 'M0,0Z');
+ s.append('path').attr('d', 'M0,0Z');
85
});
86
87
// container for everything in this ternary subplot
0 commit comments