We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8835add commit 9ec32e8Copy full SHA for 9ec32e8
src/plots/ternary/index.js
@@ -83,7 +83,6 @@ exports.updateFx = function(gd) {
83
var dragmode = fullLayout.dragmode;
84
var toplevel = d3.select(gd).selectAll('g.toplevel');
85
86
- // set proper cursor
87
if(dragmode === 'pan') {
88
toplevel.style('cursor', 'move');
89
} else {
src/plots/ternary/ternary.js
@@ -101,7 +101,6 @@ proto.makeFramework = function(fullLayout) {
101
proto.updateFx = function(dragmode) {
102
var toplevel = this.plotContainer.selectAll('g.toplevel');
103
104
105
106
107
0 commit comments