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: dist/plot-schema.json
+70Lines changed: 70 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5197,6 +5197,17 @@
5197
5197
"min": 0,
5198
5198
"valType": "number"
5199
5199
},
5200
+
"minorloglabels": {
5201
+
"description": "Determines how minor log labels are displayed. If *small digits*, small digits i.e. 2 or 5 are displayed. If *complete*, complete digits are displayed. If *none*, no labels are displayed.",
5202
+
"dflt": "small digits",
5203
+
"editType": "plot",
5204
+
"valType": "enumerated",
5205
+
"values": [
5206
+
"small digits",
5207
+
"complete",
5208
+
"none"
5209
+
]
5210
+
},
5200
5211
"nticks": {
5201
5212
"description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.",
5202
5213
"dflt": 0,
@@ -5894,6 +5905,17 @@
5894
5905
"min": 0,
5895
5906
"valType": "number"
5896
5907
},
5908
+
"minorloglabels": {
5909
+
"description": "Determines how minor log labels are displayed. If *small digits*, small digits i.e. 2 or 5 are displayed. If *complete*, complete digits are displayed. If *none*, no labels are displayed.",
5910
+
"dflt": "small digits",
5911
+
"editType": "plot",
5912
+
"valType": "enumerated",
5913
+
"values": [
5914
+
"small digits",
5915
+
"complete",
5916
+
"none"
5917
+
]
5918
+
},
5897
5919
"nticks": {
5898
5920
"description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.",
5899
5921
"dflt": 0,
@@ -13907,6 +13929,17 @@
13907
13929
"valType": "number"
13908
13930
}
13909
13931
},
13932
+
"minorloglabels": {
13933
+
"description": "Determines how minor log labels are displayed. If *small digits*, small digits i.e. 2 or 5 are displayed. If *complete*, complete digits are displayed. If *none*, no labels are displayed.",
13934
+
"dflt": "small digits",
13935
+
"editType": "calc",
13936
+
"valType": "enumerated",
13937
+
"values": [
13938
+
"small digits",
13939
+
"complete",
13940
+
"none"
13941
+
]
13942
+
},
13910
13943
"mirror": {
13911
13944
"description": "Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area. If *true*, the axis lines are mirrored. If *ticks*, the axis lines and ticks are mirrored. If *false*, mirroring is disable. If *all*, axis lines are mirrored on all shared-axes subplots. If *allticks*, axis lines and ticks are mirrored on all shared-axes subplots.",
13912
13945
"dflt": false,
@@ -13920,6 +13953,19 @@
13920
13953
"allticks"
13921
13954
]
13922
13955
},
13956
+
"modebardisable": {
13957
+
"description": "Disables certain modebar buttons for this axis. *autoscale* disables the autoscale buttons, *zoominout* disables the zoom-in and zoom-out buttons.",
13958
+
"dflt": "none",
13959
+
"editType": "modebar",
13960
+
"extras": [
13961
+
"none"
13962
+
],
13963
+
"flags": [
13964
+
"autoscale",
13965
+
"zoominout"
13966
+
],
13967
+
"valType": "flaglist"
13968
+
},
13923
13969
"nticks": {
13924
13970
"description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.",
13925
13971
"dflt": 0,
@@ -15468,6 +15514,17 @@
15468
15514
"valType": "number"
15469
15515
}
15470
15516
},
15517
+
"minorloglabels": {
15518
+
"description": "Determines how minor log labels are displayed. If *small digits*, small digits i.e. 2 or 5 are displayed. If *complete*, complete digits are displayed. If *none*, no labels are displayed.",
15519
+
"dflt": "small digits",
15520
+
"editType": "calc",
15521
+
"valType": "enumerated",
15522
+
"values": [
15523
+
"small digits",
15524
+
"complete",
15525
+
"none"
15526
+
]
15527
+
},
15471
15528
"mirror": {
15472
15529
"description": "Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area. If *true*, the axis lines are mirrored. If *ticks*, the axis lines and ticks are mirrored. If *false*, mirroring is disable. If *all*, axis lines are mirrored on all shared-axes subplots. If *allticks*, axis lines and ticks are mirrored on all shared-axes subplots.",
15473
15530
"dflt": false,
@@ -15481,6 +15538,19 @@
15481
15538
"allticks"
15482
15539
]
15483
15540
},
15541
+
"modebardisable": {
15542
+
"description": "Disables certain modebar buttons for this axis. *autoscale* disables the autoscale buttons, *zoominout* disables the zoom-in and zoom-out buttons.",
15543
+
"dflt": "none",
15544
+
"editType": "modebar",
15545
+
"extras": [
15546
+
"none"
15547
+
],
15548
+
"flags": [
15549
+
"autoscale",
15550
+
"zoominout"
15551
+
],
15552
+
"valType": "flaglist"
15553
+
},
15484
15554
"nticks": {
15485
15555
"description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.",
0 commit comments