Skip to content

Commit 330bde1

Browse files
committed
coerce fixedrange in 'missing' axis loop
- this does not fix any bugs as the downstream fixedrange check use !fixedrange, but it's probably a good idea to get this into fullLayout to avoid potential bugs down the road.
1 parent df1c59f commit 330bde1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/cartesian/layout_defaults.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
315315
grid: layoutOut.grid
316316
});
317317

318+
coerce('fixedrange');
319+
318320
addMissingMatchedAxis(axLayoutIn.matches);
319321

320322
axLayoutOut._input = axLayoutIn;

0 commit comments

Comments
 (0)