Skip to content

Commit

Permalink
revert modebar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Dec 1, 2020
1 parent 999f877 commit a9691a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/modebar/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ function handleCartesian(gd, ev) {
var astr = button.getAttribute('data-attr');
var val = button.getAttribute('data-val') || true;
var fullLayout = gd._fullLayout;
if(val === 'auto') {
fullLayout._insideTickLabelsAutorangeDone = false;
}

var aobj = {};
var axList = axisIds.list(gd, null, true);
var allSpikesEnabled = fullLayout._cartesianSpikesEnabled;
Expand Down

0 comments on commit a9691a7

Please sign in to comment.