|
7262 | 7262 | "min": 0,
|
7263 | 7263 | "valType": "number"
|
7264 | 7264 | },
|
| 7265 | + "loglabels": { |
| 7266 | + "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.", |
| 7267 | + "dflt": "small digits", |
| 7268 | + "editType": "plot", |
| 7269 | + "valType": "enumerated", |
| 7270 | + "values": [ |
| 7271 | + "small digits", |
| 7272 | + "full value" |
| 7273 | + ] |
| 7274 | + }, |
7265 | 7275 | "maxallowed": {
|
7266 | 7276 | "description": "Determines the maximum range of this axis.",
|
7267 | 7277 | "editType": "plot",
|
|
8001 | 8011 | "min": 0,
|
8002 | 8012 | "valType": "number"
|
8003 | 8013 | },
|
| 8014 | + "loglabels": { |
| 8015 | + "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.", |
| 8016 | + "dflt": "small digits", |
| 8017 | + "editType": "plot", |
| 8018 | + "valType": "enumerated", |
| 8019 | + "values": [ |
| 8020 | + "small digits", |
| 8021 | + "full value" |
| 8022 | + ] |
| 8023 | + }, |
8004 | 8024 | "maxallowed": {
|
8005 | 8025 | "description": "Determines the maximum range of this axis.",
|
8006 | 8026 | "editType": "plot",
|
|
8740 | 8760 | "min": 0,
|
8741 | 8761 | "valType": "number"
|
8742 | 8762 | },
|
| 8763 | + "loglabels": { |
| 8764 | + "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.", |
| 8765 | + "dflt": "small digits", |
| 8766 | + "editType": "plot", |
| 8767 | + "valType": "enumerated", |
| 8768 | + "values": [ |
| 8769 | + "small digits", |
| 8770 | + "full value" |
| 8771 | + ] |
| 8772 | + }, |
8743 | 8773 | "maxallowed": {
|
8744 | 8774 | "description": "Determines the maximum range of this axis.",
|
8745 | 8775 | "editType": "plot",
|
|
13766 | 13796 | "min": 0,
|
13767 | 13797 | "valType": "number"
|
13768 | 13798 | },
|
| 13799 | + "loglabels": { |
| 13800 | + "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.", |
| 13801 | + "dflt": "small digits", |
| 13802 | + "editType": "calc", |
| 13803 | + "valType": "enumerated", |
| 13804 | + "values": [ |
| 13805 | + "small digits", |
| 13806 | + "full value" |
| 13807 | + ] |
| 13808 | + }, |
13769 | 13809 | "matches": {
|
13770 | 13810 | "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 | 13811 | "editType": "calc",
|
|
15327 | 15367 | "min": 0,
|
15328 | 15368 | "valType": "number"
|
15329 | 15369 | },
|
| 15370 | + "loglabels": { |
| 15371 | + "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.", |
| 15372 | + "dflt": "small digits", |
| 15373 | + "editType": "calc", |
| 15374 | + "valType": "enumerated", |
| 15375 | + "values": [ |
| 15376 | + "small digits", |
| 15377 | + "full value" |
| 15378 | + ] |
| 15379 | + }, |
15330 | 15380 | "matches": {
|
15331 | 15381 | "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 | 15382 | "editType": "calc",
|
|
0 commit comments