You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15117,10 +15117,16 @@
15117
15117
"role": "object"
15118
15118
},
15119
15119
"ticklabelindex": {
15120
+
"arrayOk": true,
15120
15121
"description": "Only for axes with `type` *date* or *linear*. Instead of drawing the major tick label, draw the label for the minor tick that is n positions away from the major tick. E.g. to always draw the label for the minor tick before each major tick, choose `ticklabelindex` -1",
15121
15122
"editType": "calc",
15122
15123
"valType": "integer"
15123
15124
},
15125
+
"ticklabelindexsrc": {
15126
+
"description": "Sets the source reference on Chart Studio Cloud for `ticklabelindex`.",
15127
+
"editType": "none",
15128
+
"valType": "string"
15129
+
},
15124
15130
"ticklabelmode": {
15125
15131
"description": "Determines where tick labels are drawn with respect to their corresponding ticks and grid lines. Only has an effect for axes of `type` *date* When set to *period*, tick labels are drawn in the middle of the period between ticks.",
15126
15132
"dflt": "instant",
@@ -16443,10 +16449,16 @@
16443
16449
"role": "object"
16444
16450
},
16445
16451
"ticklabelindex": {
16452
+
"arrayOk": true,
16446
16453
"description": "Only for axes with `type` *date* or *linear*. Instead of drawing the major tick label, draw the label for the minor tick that is n positions away from the major tick. E.g. to always draw the label for the minor tick before each major tick, choose `ticklabelindex` -1",
16447
16454
"editType": "calc",
16448
16455
"valType": "integer"
16449
16456
},
16457
+
"ticklabelindexsrc": {
16458
+
"description": "Sets the source reference on Chart Studio Cloud for `ticklabelindex`.",
16459
+
"editType": "none",
16460
+
"valType": "string"
16461
+
},
16450
16462
"ticklabelmode": {
16451
16463
"description": "Determines where tick labels are drawn with respect to their corresponding ticks and grid lines. Only has an effect for axes of `type` *date* When set to *period*, tick labels are drawn in the middle of the period between ticks.",
0 commit comments