Skip to content

Commit 6a1750a

Browse files
committed
draftlog
1 parent ba2fa76 commit 6a1750a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

draftlogs/7468_add.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add `minorloglabels` to cartesian axes [#7468](https://github.com/plotly/plotly.js/pull/7468)

src/plots/cartesian/tick_label_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function handleTickLabelDefaults(containerIn, containerOut, coe
7171
}
7272
}
7373

74-
if(!options.noLoglabels && axType === 'log') {
74+
if(!options.noMinorloglabels && axType === 'log') {
7575
coerce('minorloglabels');
7676
}
7777
}

src/plots/gl3d/layout/axis_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, options) {
4242
data: options.data,
4343
showGrid: true,
4444
noAutotickangles: true,
45-
noLoglabels: true,
45+
noMinorloglabels: true,
4646
noTicklabelindex: true,
4747
noTickson: true,
4848
noTicklabelmode: true,

0 commit comments

Comments
 (0)