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 27683c2 commit 39b8acfCopy full SHA for 39b8acf
src/plots/ternary/ternary.js
@@ -675,19 +675,6 @@ proto.initInteractions = function() {
675
dragger.onclick = function(evt) {
676
fx.click(gd, evt);
677
};
678
-
679
- // make a fake plotinfo for fx.hover
680
- // it hardly uses it, could probably be refactored out...
681
- // but specifying subplot by name does seem nice for js applications
682
- // that want to hook into this.
683
- if(!gd._fullLayout._plots) gd._fullLayout._plots = {};
684
- gd._fullLayout._plots[_this.id] = {
685
- overlays: [],
686
- xaxis: _this.xaxis,
687
- yaxis: _this.yaxis,
688
- x: function() { return _this.xaxis; },
689
- y: function() { return _this.yaxis; }
690
- };
691
692
693
function removeZoombox(gd) {
0 commit comments