Skip to content

Commit 27683c2

Browse files
committed
store ref to ternary subplot object in fullLayout.ternary?._subplot
1 parent 858a338 commit 27683c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/ternary/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ exports.plot = function plotTernary(gd) {
5050
fullLayout
5151
);
5252

53-
fullLayout[ternaryId]._ternary = ternary;
53+
fullLayout[ternaryId]._subplot = ternary;
5454
}
5555

5656
ternary.plot(fullTernaryData, fullLayout, gd._promises);

0 commit comments

Comments
 (0)