We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ccd12 commit 7e9abcfCopy full SHA for 7e9abcf
src/plots/ternary/index.js
@@ -78,7 +78,6 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
78
79
exports.updateFx = function(gd) {
80
var fullLayout = gd._fullLayout;
81
-
82
fullLayout._ternarylayer
83
.selectAll('g.toplevel')
84
.style('cursor', fullLayout.dragmode === 'pan' ? 'move' : 'crosshair');
0 commit comments