|
5188 | 5188 | "min": 0,
|
5189 | 5189 | "valType": "number"
|
5190 | 5190 | },
|
| 5191 | + "loglabels": { |
| 5192 | + "description": "Determines how minor log labels are displayed. If *small digits*, small digits are displayed for minor ticks. If *full value*, full values are displayed for minor ticks.", |
| 5193 | + "dflt": "small digits", |
| 5194 | + "editType": "plot", |
| 5195 | + "valType": "enumerated", |
| 5196 | + "values": [ |
| 5197 | + "small digits", |
| 5198 | + "full value" |
| 5199 | + ] |
| 5200 | + }, |
5191 | 5201 | "minexponent": {
|
5192 | 5202 | "description": "Hide SI prefix for 10^n if |n| is below this number. This only has an effect when `tickformat` is *SI* or *B*.",
|
5193 | 5203 | "dflt": 3,
|
|
5869 | 5879 | "min": 0,
|
5870 | 5880 | "valType": "number"
|
5871 | 5881 | },
|
| 5882 | + "loglabels": { |
| 5883 | + "description": "Determines how minor log labels are displayed. If *small digits*, small digits are displayed for minor ticks. If *full value*, full values are displayed for minor ticks.", |
| 5884 | + "dflt": "small digits", |
| 5885 | + "editType": "plot", |
| 5886 | + "valType": "enumerated", |
| 5887 | + "values": [ |
| 5888 | + "small digits", |
| 5889 | + "full value" |
| 5890 | + ] |
| 5891 | + }, |
5872 | 5892 | "maxallowed": {
|
5873 | 5893 | "description": "Determines the maximum range of this axis.",
|
5874 | 5894 | "editType": "plot",
|
|
13766 | 13786 | "min": 0,
|
13767 | 13787 | "valType": "number"
|
13768 | 13788 | },
|
| 13789 | + "loglabels": { |
| 13790 | + "description": "Determines how minor log labels are displayed. If *small digits*, small digits are displayed for minor ticks. If *full value*, full values are displayed for minor ticks.", |
| 13791 | + "dflt": "small digits", |
| 13792 | + "editType": "calc", |
| 13793 | + "valType": "enumerated", |
| 13794 | + "values": [ |
| 13795 | + "small digits", |
| 13796 | + "full value" |
| 13797 | + ] |
| 13798 | + }, |
13769 | 13799 | "matches": {
|
13770 | 13800 | "description": "If set to another axis id (e.g. `x2`, `y`), the range of this axis will match the range of the corresponding axis in data-coordinates space. Moreover, matching axes share auto-range values, category lists and histogram auto-bins. Note that setting axes simultaneously in both a `scaleanchor` and a `matches` constraint is currently forbidden. Moreover, note that matching axes must have the same `type`.",
|
13771 | 13801 | "editType": "calc",
|
|
15327 | 15357 | "min": 0,
|
15328 | 15358 | "valType": "number"
|
15329 | 15359 | },
|
| 15360 | + "loglabels": { |
| 15361 | + "description": "Determines how minor log labels are displayed. If *small digits*, small digits are displayed for minor ticks. If *full value*, full values are displayed for minor ticks.", |
| 15362 | + "dflt": "small digits", |
| 15363 | + "editType": "calc", |
| 15364 | + "valType": "enumerated", |
| 15365 | + "values": [ |
| 15366 | + "small digits", |
| 15367 | + "full value" |
| 15368 | + ] |
| 15369 | + }, |
15330 | 15370 | "matches": {
|
15331 | 15371 | "description": "If set to another axis id (e.g. `x2`, `y`), the range of this axis will match the range of the corresponding axis in data-coordinates space. Moreover, matching axes share auto-range values, category lists and histogram auto-bins. Note that setting axes simultaneously in both a `scaleanchor` and a `matches` constraint is currently forbidden. Moreover, note that matching axes must have the same `type`.",
|
15332 | 15372 | "editType": "calc",
|
|
0 commit comments