We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795350a commit 50165f6Copy full SHA for 50165f6
src/plots/cartesian/layout_attributes.js
@@ -25,7 +25,7 @@ function makeTickmode(minor) {
25
'(*array* is the default value if `tickvals` is provided).',
26
'If *sync*, the number of ticks will sync with the overlayed axis',
27
'set by `overlaying` property.'
28
- ];
+ ];
29
30
if(minor) {
31
values = values.slice(0, -1);
@@ -38,8 +38,8 @@ function makeTickmode(minor) {
38
editType: 'ticks',
39
impliedEdits: {tick0: undefined, dtick: undefined},
40
description: description.join(' ')
41
- }
42
-};
+ };
+}
43
44
function makeNticks(minor) {
45
return {
0 commit comments