|
4297 | 4297 | "valType": "angle" |
4298 | 4298 | }, |
4299 | 4299 | "autorange": { |
4300 | | - "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*.", |
| 4300 | + "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*. Using *min* applys autorange only to set the minimum. Using *max* applys autorange only to set the maximum. Using *min reversed* applys autorange only to set the minimum on a reversed axis. Using *max reversed* applys autorange only to set the maximum on a reversed axis. Using *reversed* applys autorange on both ends and reverse the axis direction.", |
4301 | 4301 | "dflt": true, |
4302 | 4302 | "editType": "plot", |
4303 | 4303 | "impliedEdits": {}, |
4304 | 4304 | "valType": "enumerated", |
4305 | 4305 | "values": [ |
4306 | 4306 | true, |
4307 | 4307 | false, |
4308 | | - "reversed" |
| 4308 | + "reversed", |
| 4309 | + "min reversed", |
| 4310 | + "max reversed", |
| 4311 | + "min", |
| 4312 | + "max" |
4309 | 4313 | ] |
4310 | 4314 | }, |
4311 | 4315 | "autorangeoptions": { |
|
4539 | 4543 | }, |
4540 | 4544 | "range": { |
4541 | 4545 | "anim": true, |
4542 | | - "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.", |
| 4546 | + "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears. Leaving either or both elements `null` impacts the default `autorange`.", |
4543 | 4547 | "editType": "plot", |
4544 | 4548 | "impliedEdits": { |
4545 | 4549 | "autorange": false |
|
5464 | 5468 | } |
5465 | 5469 | }, |
5466 | 5470 | "autorange": { |
5467 | | - "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*.", |
| 5471 | + "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*. Using *min* applys autorange only to set the minimum. Using *max* applys autorange only to set the maximum. Using *min reversed* applys autorange only to set the minimum on a reversed axis. Using *max reversed* applys autorange only to set the maximum on a reversed axis. Using *reversed* applys autorange on both ends and reverse the axis direction.", |
5468 | 5472 | "dflt": true, |
5469 | 5473 | "editType": "plot", |
5470 | 5474 | "impliedEdits": {}, |
5471 | 5475 | "valType": "enumerated", |
5472 | 5476 | "values": [ |
5473 | 5477 | true, |
5474 | 5478 | false, |
5475 | | - "reversed" |
| 5479 | + "reversed", |
| 5480 | + "min reversed", |
| 5481 | + "max reversed", |
| 5482 | + "min", |
| 5483 | + "max" |
5476 | 5484 | ] |
5477 | 5485 | }, |
5478 | 5486 | "autorangeoptions": { |
|
5701 | 5709 | }, |
5702 | 5710 | "range": { |
5703 | 5711 | "anim": false, |
5704 | | - "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.", |
| 5712 | + "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears. Leaving either or both elements `null` impacts the default `autorange`.", |
5705 | 5713 | "editType": "plot", |
5706 | 5714 | "impliedEdits": { |
5707 | 5715 | "autorange": false |
|
6088 | 6096 | } |
6089 | 6097 | }, |
6090 | 6098 | "autorange": { |
6091 | | - "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*.", |
| 6099 | + "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*. Using *min* applys autorange only to set the minimum. Using *max* applys autorange only to set the maximum. Using *min reversed* applys autorange only to set the minimum on a reversed axis. Using *max reversed* applys autorange only to set the maximum on a reversed axis. Using *reversed* applys autorange on both ends and reverse the axis direction.", |
6092 | 6100 | "dflt": true, |
6093 | 6101 | "editType": "plot", |
6094 | 6102 | "impliedEdits": {}, |
6095 | 6103 | "valType": "enumerated", |
6096 | 6104 | "values": [ |
6097 | 6105 | true, |
6098 | 6106 | false, |
6099 | | - "reversed" |
| 6107 | + "reversed", |
| 6108 | + "min reversed", |
| 6109 | + "max reversed", |
| 6110 | + "min", |
| 6111 | + "max" |
6100 | 6112 | ] |
6101 | 6113 | }, |
6102 | 6114 | "autorangeoptions": { |
|
6325 | 6337 | }, |
6326 | 6338 | "range": { |
6327 | 6339 | "anim": false, |
6328 | | - "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.", |
| 6340 | + "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears. Leaving either or both elements `null` impacts the default `autorange`.", |
6329 | 6341 | "editType": "plot", |
6330 | 6342 | "impliedEdits": { |
6331 | 6343 | "autorange": false |
|
6712 | 6724 | } |
6713 | 6725 | }, |
6714 | 6726 | "autorange": { |
6715 | | - "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*.", |
| 6727 | + "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*. Using *min* applys autorange only to set the minimum. Using *max* applys autorange only to set the maximum. Using *min reversed* applys autorange only to set the minimum on a reversed axis. Using *max reversed* applys autorange only to set the maximum on a reversed axis. Using *reversed* applys autorange on both ends and reverse the axis direction.", |
6716 | 6728 | "dflt": true, |
6717 | 6729 | "editType": "plot", |
6718 | 6730 | "impliedEdits": {}, |
6719 | 6731 | "valType": "enumerated", |
6720 | 6732 | "values": [ |
6721 | 6733 | true, |
6722 | 6734 | false, |
6723 | | - "reversed" |
| 6735 | + "reversed", |
| 6736 | + "min reversed", |
| 6737 | + "max reversed", |
| 6738 | + "min", |
| 6739 | + "max" |
6724 | 6740 | ] |
6725 | 6741 | }, |
6726 | 6742 | "autorangeoptions": { |
|
6949 | 6965 | }, |
6950 | 6966 | "range": { |
6951 | 6967 | "anim": false, |
6952 | | - "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.", |
| 6968 | + "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears. Leaving either or both elements `null` impacts the default `autorange`.", |
6953 | 6969 | "editType": "plot", |
6954 | 6970 | "impliedEdits": { |
6955 | 6971 | "autorange": false |
@@ -10450,15 +10466,19 @@ |
10450 | 10466 | "valType": "flaglist" |
10451 | 10467 | }, |
10452 | 10468 | "autorange": { |
10453 | | - "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*.", |
| 10469 | + "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*. Using *min* applys autorange only to set the minimum. Using *max* applys autorange only to set the maximum. Using *min reversed* applys autorange only to set the minimum on a reversed axis. Using *max reversed* applys autorange only to set the maximum on a reversed axis. Using *reversed* applys autorange on both ends and reverse the axis direction.", |
10454 | 10470 | "dflt": true, |
10455 | 10471 | "editType": "axrange", |
10456 | 10472 | "impliedEdits": {}, |
10457 | 10473 | "valType": "enumerated", |
10458 | 10474 | "values": [ |
10459 | 10475 | true, |
10460 | 10476 | false, |
10461 | | - "reversed" |
| 10477 | + "reversed", |
| 10478 | + "min reversed", |
| 10479 | + "max reversed", |
| 10480 | + "min", |
| 10481 | + "max" |
10462 | 10482 | ] |
10463 | 10483 | }, |
10464 | 10484 | "autorangeoptions": { |
|
10902 | 10922 | }, |
10903 | 10923 | "range": { |
10904 | 10924 | "anim": true, |
10905 | | - "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.", |
| 10925 | + "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears. Leaving either or both elements `null` impacts the default `autorange`.", |
10906 | 10926 | "editType": "axrange", |
10907 | 10927 | "impliedEdits": { |
10908 | 10928 | "autorange": false |
@@ -11764,15 +11784,19 @@ |
11764 | 11784 | "valType": "flaglist" |
11765 | 11785 | }, |
11766 | 11786 | "autorange": { |
11767 | | - "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*.", |
| 11787 | + "description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*. Using *min* applys autorange only to set the minimum. Using *max* applys autorange only to set the maximum. Using *min reversed* applys autorange only to set the minimum on a reversed axis. Using *max reversed* applys autorange only to set the maximum on a reversed axis. Using *reversed* applys autorange on both ends and reverse the axis direction.", |
11768 | 11788 | "dflt": true, |
11769 | 11789 | "editType": "axrange", |
11770 | 11790 | "impliedEdits": {}, |
11771 | 11791 | "valType": "enumerated", |
11772 | 11792 | "values": [ |
11773 | 11793 | true, |
11774 | 11794 | false, |
11775 | | - "reversed" |
| 11795 | + "reversed", |
| 11796 | + "min reversed", |
| 11797 | + "max reversed", |
| 11798 | + "min", |
| 11799 | + "max" |
11776 | 11800 | ] |
11777 | 11801 | }, |
11778 | 11802 | "autorangeoptions": { |
|
12222 | 12246 | }, |
12223 | 12247 | "range": { |
12224 | 12248 | "anim": true, |
12225 | | - "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears.", |
| 12249 | + "description": "Sets the range of this axis. If the axis `type` is *log*, then you must take the log of your desired range (e.g. to set the range from 1 to 100, set the range from 0 to 2). If the axis `type` is *date*, it should be date strings, like date data, though Date objects and unix milliseconds will be accepted and converted to strings. If the axis `type` is *category*, it should be numbers, using the scale where each category is assigned a serial number from zero in the order it appears. Leaving either or both elements `null` impacts the default `autorange`.", |
12226 | 12250 | "editType": "axrange", |
12227 | 12251 | "impliedEdits": { |
12228 | 12252 | "autorange": false |
|
0 commit comments