|
2634 | 2634 | "y unified" |
2635 | 2635 | ] |
2636 | 2636 | }, |
| 2637 | + "hoversubplots": { |
| 2638 | + "description": "Determines expansion of hover effects to other subplots If *single* just the axis pair of the primary point is included without overlaying subplots. If *overlaying* all subplots using the main axis and occupying the same space are included. If *axis*, also include stacked subplots using the same axis when `hovermode` is set to *x*, *x unified*, *y* or *y unified*.", |
| 2639 | + "dflt": "overlaying", |
| 2640 | + "editType": "none", |
| 2641 | + "valType": "enumerated", |
| 2642 | + "values": [ |
| 2643 | + "single", |
| 2644 | + "overlaying", |
| 2645 | + "axis" |
| 2646 | + ] |
| 2647 | + }, |
2637 | 2648 | "images": { |
2638 | 2649 | "items": { |
2639 | 2650 | "image": { |
|
3720 | 3731 | } |
3721 | 3732 | }, |
3722 | 3733 | "layer": { |
3723 | | - "description": "Specifies whether new shapes are drawn below or above traces.", |
| 3734 | + "description": "Specifies whether new shapes are drawn below gridlines (*below*), between gridlines and traces (*between*) or above traces (*above*).", |
3724 | 3735 | "dflt": "above", |
3725 | 3736 | "editType": "none", |
3726 | 3737 | "valType": "enumerated", |
3727 | 3738 | "values": [ |
3728 | 3739 | "below", |
3729 | | - "above" |
| 3740 | + "above", |
| 3741 | + "between" |
3730 | 3742 | ] |
3731 | 3743 | }, |
3732 | 3744 | "legend": { |
|
7708 | 7720 | } |
7709 | 7721 | }, |
7710 | 7722 | "layer": { |
7711 | | - "description": "Specifies whether shapes are drawn below or above traces.", |
| 7723 | + "description": "Specifies whether shapes are drawn below gridlines (*below*), between gridlines and traces (*between*) or above traces (*above*).", |
7712 | 7724 | "dflt": "above", |
7713 | 7725 | "editType": "arraydraw", |
7714 | 7726 | "valType": "enumerated", |
7715 | 7727 | "values": [ |
7716 | 7728 | "below", |
7717 | | - "above" |
| 7729 | + "above", |
| 7730 | + "between" |
7718 | 7731 | ] |
7719 | 7732 | }, |
7720 | 7733 | "legend": { |
|
14841 | 14854 | "description": "Sets the source reference on Chart Studio Cloud for `y`.", |
14842 | 14855 | "editType": "none", |
14843 | 14856 | "valType": "string" |
| 14857 | + }, |
| 14858 | + "zorder": { |
| 14859 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 14860 | + "dflt": 0, |
| 14861 | + "editType": "plot", |
| 14862 | + "valType": "integer" |
14844 | 14863 | } |
14845 | 14864 | }, |
14846 | 14865 | "categories": [ |
|
17514 | 17533 | "description": "Sets the source reference on Chart Studio Cloud for `y`.", |
17515 | 17534 | "editType": "none", |
17516 | 17535 | "valType": "string" |
| 17536 | + }, |
| 17537 | + "zorder": { |
| 17538 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 17539 | + "dflt": 0, |
| 17540 | + "editType": "plot", |
| 17541 | + "valType": "integer" |
17517 | 17542 | } |
17518 | 17543 | }, |
17519 | 17544 | "categories": [ |
|
18062 | 18087 | "dflt": "", |
18063 | 18088 | "editType": "none", |
18064 | 18089 | "valType": "string" |
| 18090 | + }, |
| 18091 | + "zorder": { |
| 18092 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 18093 | + "dflt": 0, |
| 18094 | + "editType": "plot", |
| 18095 | + "valType": "integer" |
18065 | 18096 | } |
18066 | 18097 | }, |
18067 | 18098 | "categories": [ |
|
19463 | 19494 | "description": "Sets the source reference on Chart Studio Cloud for `y`.", |
19464 | 19495 | "editType": "none", |
19465 | 19496 | "valType": "string" |
| 19497 | + }, |
| 19498 | + "zorder": { |
| 19499 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 19500 | + "dflt": 0, |
| 19501 | + "editType": "plot", |
| 19502 | + "valType": "integer" |
19466 | 19503 | } |
19467 | 19504 | }, |
19468 | 19505 | "categories": [ |
@@ -22456,17 +22493,18 @@ |
22456 | 22493 | "valType": "boolean" |
22457 | 22494 | }, |
22458 | 22495 | "sizemode": { |
22459 | | - "description": "Determines whether `sizeref` is set as a *scaled* (i.e unitless) scalar (normalized by the max u/v/w norm in the vector field) or as *absolute* value (in the same units as the vector field).", |
| 22496 | + "description": "Determines whether `sizeref` is set as a *scaled* (i.e unitless) scalar (normalized by the max u/v/w norm in the vector field) or as *absolute* value (in the same units as the vector field). To display sizes in actual vector length use *raw*.", |
22460 | 22497 | "dflt": "scaled", |
22461 | 22498 | "editType": "calc", |
22462 | 22499 | "valType": "enumerated", |
22463 | 22500 | "values": [ |
22464 | 22501 | "scaled", |
22465 | | - "absolute" |
| 22502 | + "absolute", |
| 22503 | + "raw" |
22466 | 22504 | ] |
22467 | 22505 | }, |
22468 | 22506 | "sizeref": { |
22469 | | - "description": "Adjusts the cone size scaling. The size of the cones is determined by their u/v/w norm multiplied a factor and `sizeref`. This factor (computed internally) corresponds to the minimum \"time\" to travel across two successive x/y/z positions at the average velocity of those two successive positions. All cones in a given trace use the same factor. With `sizemode` set to *scaled*, `sizeref` is unitless, its default value is *0.5* With `sizemode` set to *absolute*, `sizeref` has the same units as the u/v/w vector field, its the default value is half the sample's maximum vector norm.", |
| 22507 | + "description": "Adjusts the cone size scaling. The size of the cones is determined by their u/v/w norm multiplied a factor and `sizeref`. This factor (computed internally) corresponds to the minimum \"time\" to travel across two successive x/y/z positions at the average velocity of those two successive positions. All cones in a given trace use the same factor. With `sizemode` set to *raw*, its default value is *1*. With `sizemode` set to *scaled*, `sizeref` is unitless, its default value is *0.5*. With `sizemode` set to *absolute*, `sizeref` has the same units as the u/v/w vector field, its the default value is half the sample's maximum vector norm.", |
22470 | 22508 | "editType": "calc", |
22471 | 22509 | "min": 0, |
22472 | 22510 | "valType": "number" |
|
23960 | 23998 | }, |
23961 | 23999 | "valType": "number" |
23962 | 24000 | }, |
| 24001 | + "zorder": { |
| 24002 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 24003 | + "dflt": 0, |
| 24004 | + "editType": "plot", |
| 24005 | + "valType": "integer" |
| 24006 | + }, |
23963 | 24007 | "zsrc": { |
23964 | 24008 | "description": "Sets the source reference on Chart Studio Cloud for `z`.", |
23965 | 24009 | "editType": "none", |
|
25009 | 25053 | }, |
25010 | 25054 | "valType": "number" |
25011 | 25055 | }, |
| 25056 | + "zorder": { |
| 25057 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 25058 | + "dflt": 0, |
| 25059 | + "editType": "plot", |
| 25060 | + "valType": "integer" |
| 25061 | + }, |
25012 | 25062 | "zsrc": { |
25013 | 25063 | "description": "Sets the source reference on Chart Studio Cloud for `z`.", |
25014 | 25064 | "editType": "none", |
|
27394 | 27444 | "description": "Sets the source reference on Chart Studio Cloud for `y`.", |
27395 | 27445 | "editType": "none", |
27396 | 27446 | "valType": "string" |
| 27447 | + }, |
| 27448 | + "zorder": { |
| 27449 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 27450 | + "dflt": 0, |
| 27451 | + "editType": "plot", |
| 27452 | + "valType": "integer" |
27397 | 27453 | } |
27398 | 27454 | }, |
27399 | 27455 | "categories": [ |
|
29386 | 29442 | }, |
29387 | 29443 | "valType": "number" |
29388 | 29444 | }, |
| 29445 | + "zorder": { |
| 29446 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 29447 | + "dflt": 0, |
| 29448 | + "editType": "plot", |
| 29449 | + "valType": "integer" |
| 29450 | + }, |
29389 | 29451 | "zsmooth": { |
29390 | 29452 | "description": "Picks a smoothing algorithm use to smooth `z` data.", |
29391 | 29453 | "dflt": false, |
|
32125 | 32187 | "description": "Sets the source reference on Chart Studio Cloud for `y`.", |
32126 | 32188 | "editType": "none", |
32127 | 32189 | "valType": "string" |
| 32190 | + }, |
| 32191 | + "zorder": { |
| 32192 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 32193 | + "dflt": 0, |
| 32194 | + "editType": "plot", |
| 32195 | + "valType": "integer" |
32128 | 32196 | } |
32129 | 32197 | }, |
32130 | 32198 | "categories": [ |
|
36519 | 36587 | ], |
36520 | 36588 | "valType": "info_array" |
36521 | 36589 | }, |
| 36590 | + "zorder": { |
| 36591 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 36592 | + "dflt": 0, |
| 36593 | + "editType": "plot", |
| 36594 | + "valType": "integer" |
| 36595 | + }, |
36522 | 36596 | "zsmooth": { |
36523 | 36597 | "description": "Picks a smoothing algorithm used to smooth `z` data. This only applies for image traces that use the `source` attribute.", |
36524 | 36598 | "dflt": false, |
|
40477 | 40551 | "dflt": "", |
40478 | 40552 | "editType": "none", |
40479 | 40553 | "valType": "string" |
| 40554 | + }, |
| 40555 | + "zorder": { |
| 40556 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 40557 | + "dflt": 0, |
| 40558 | + "editType": "plot", |
| 40559 | + "valType": "integer" |
40480 | 40560 | } |
40481 | 40561 | }, |
40482 | 40562 | "categories": [ |
|
47221 | 47301 | "description": "Sets the source reference on Chart Studio Cloud for `y`.", |
47222 | 47302 | "editType": "none", |
47223 | 47303 | "valType": "string" |
| 47304 | + }, |
| 47305 | + "zorder": { |
| 47306 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 47307 | + "dflt": 0, |
| 47308 | + "editType": "plot", |
| 47309 | + "valType": "integer" |
47224 | 47310 | } |
47225 | 47311 | }, |
47226 | 47312 | "categories": [ |
|
51448 | 51534 | "dflt": "y", |
51449 | 51535 | "editType": "calc+clearAxisTypes", |
51450 | 51536 | "valType": "subplotid" |
| 51537 | + }, |
| 51538 | + "zorder": { |
| 51539 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 51540 | + "dflt": 0, |
| 51541 | + "editType": "plot", |
| 51542 | + "valType": "integer" |
51451 | 51543 | } |
51452 | 51544 | }, |
51453 | 51545 | "categories": [ |
|
73396 | 73488 | "description": "Sets the source reference on Chart Studio Cloud for `y`.", |
73397 | 73489 | "editType": "none", |
73398 | 73490 | "valType": "string" |
| 73491 | + }, |
| 73492 | + "zorder": { |
| 73493 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 73494 | + "dflt": 0, |
| 73495 | + "editType": "plot", |
| 73496 | + "valType": "integer" |
73399 | 73497 | } |
73400 | 73498 | }, |
73401 | 73499 | "categories": [ |
|
75584 | 75682 | "description": "Sets the source reference on Chart Studio Cloud for `y`.", |
75585 | 75683 | "editType": "none", |
75586 | 75684 | "valType": "string" |
| 75685 | + }, |
| 75686 | + "zorder": { |
| 75687 | + "description": "Sets the layer on which this trace is displayed, relative to other SVG traces on the same subplot. SVG traces with higher `zorder` appear in front of those with lower `zorder`.", |
| 75688 | + "dflt": 0, |
| 75689 | + "editType": "plot", |
| 75690 | + "valType": "integer" |
75587 | 75691 | } |
75588 | 75692 | }, |
75589 | 75693 | "categories": [ |
|
0 commit comments