Skip to content

Commit 43e17de

Browse files
Update baseline image for tickmode sync
1 parent 74509ef commit 43e17de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plots/cartesian/axes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
12101210
return ticksOut;
12111211
};
12121212

1213-
function filterRangeBreaks(ax, ticksOut){
1213+
function filterRangeBreaks(ax, ticksOut) {
12141214
if(ax.rangebreaks) {
12151215
// remove ticks falling inside rangebreaks
12161216
ticksOut = ticksOut.filter(function(d) {
@@ -3308,7 +3308,7 @@ axes.drawTicks = function(gd, ax, opts) {
33083308
axes.drawGrid = function(gd, ax, opts) {
33093309
opts = opts || {};
33103310

3311-
if(ax.tickmode === 'sync'){
3311+
if(ax.tickmode === 'sync') {
33123312
// for tickmode sync we use the overlaying axis grid
33133313
return;
33143314
}
-2.72 KB
Loading

0 commit comments

Comments
 (0)