We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e317d4 commit 196b7ddCopy full SHA for 196b7dd
src/plots/cartesian/position_defaults.js
@@ -84,7 +84,7 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
84
if(domain[0] > domain[1] - 1 / 4096) containerOut.domain = dfltDomain;
85
Lib.noneOrAll(containerIn.domain, containerOut.domain, dfltDomain);
86
87
- // tickmode sync needs an overlaying axis, otherwise
+ // tickmode sync needs an overlaying axis, otherwise
88
// we should default it to 'auto'
89
if(containerOut.tickmode === 'sync') {
90
containerOut.tickmode = 'auto';
0 commit comments