|
16238 | 16238 | "valType": "number"
|
16239 | 16239 | },
|
16240 | 16240 | "fillcolor": {
|
16241 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 16241 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
16242 | 16242 | "editType": "style",
|
16243 | 16243 | "valType": "color"
|
16244 | 16244 | },
|
|
17578 | 17578 | "decreasing": {
|
17579 | 17579 | "editType": "style",
|
17580 | 17580 | "fillcolor": {
|
17581 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 17581 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
17582 | 17582 | "editType": "style",
|
17583 | 17583 | "valType": "color"
|
17584 | 17584 | },
|
|
17761 | 17761 | "increasing": {
|
17762 | 17762 | "editType": "style",
|
17763 | 17763 | "fillcolor": {
|
17764 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 17764 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
17765 | 17765 | "editType": "style",
|
17766 | 17766 | "valType": "color"
|
17767 | 17767 | },
|
@@ -45035,10 +45035,43 @@
|
45035 | 45035 | },
|
45036 | 45036 | "fillcolor": {
|
45037 | 45037 | "anim": true,
|
45038 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 45038 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
45039 | 45039 | "editType": "style",
|
45040 | 45040 | "valType": "color"
|
45041 | 45041 | },
|
| 45042 | + "fillgradient": { |
| 45043 | + "colorscale": { |
| 45044 | + "anim": true, |
| 45045 | + "description": "Sets the fill gradient colors as a color scale. The color scale is interpreted as a gradient applied in the direction specified by *orientation*, from the lowest to the highest value of the scatter plot along that axis, or from the center to the most distant point from it, if orientation is *radial*.", |
| 45046 | + "editType": "style", |
| 45047 | + "valType": "colorscale" |
| 45048 | + }, |
| 45049 | + "description": "Sets a fill gradient. If not specified, the fillcolor is used instead.", |
| 45050 | + "editType": "style", |
| 45051 | + "orientation": { |
| 45052 | + "description": "Sets the orientation of the color gradient. Defaults to *none*.", |
| 45053 | + "dflt": "none", |
| 45054 | + "editType": "style", |
| 45055 | + "valType": "enumerated", |
| 45056 | + "values": [ |
| 45057 | + "radial", |
| 45058 | + "horizontal", |
| 45059 | + "vertical", |
| 45060 | + "none" |
| 45061 | + ] |
| 45062 | + }, |
| 45063 | + "role": "object", |
| 45064 | + "start": { |
| 45065 | + "description": "Sets the gradient start value. It is given as the absolute position on the axis determined by the orientiation. E.g., if orientation is *horizontal*, the gradient will be horizontal and start from the x-position given by start. If omitted, the gradient starts at the lowest value of the trace along the respective axis. Ignored if orientation is *radial*.", |
| 45066 | + "editType": "calc", |
| 45067 | + "valType": "number" |
| 45068 | + }, |
| 45069 | + "stop": { |
| 45070 | + "description": "Sets the gradient end value. It is given as the absolute position on the axis determined by the orientiation. E.g., if orientation is *horizontal*, the gradient will be horizontal and end at the x-position given by end. If omitted, the gradient ends at the highest value of the trace along the respective axis. Ignored if orientation is *radial*.", |
| 45071 | + "editType": "calc", |
| 45072 | + "valType": "number" |
| 45073 | + } |
| 45074 | + }, |
45042 | 45075 | "fillpattern": {
|
45043 | 45076 | "bgcolor": {
|
45044 | 45077 | "arrayOk": true,
|
|
49559 | 49592 | ]
|
49560 | 49593 | },
|
49561 | 49594 | "fillcolor": {
|
49562 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 49595 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
49563 | 49596 | "editType": "style",
|
49564 | 49597 | "valType": "color"
|
49565 | 49598 | },
|
|
51461 | 51494 | ]
|
51462 | 51495 | },
|
51463 | 51496 | "fillcolor": {
|
51464 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 51497 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
51465 | 51498 | "editType": "calc",
|
51466 | 51499 | "valType": "color"
|
51467 | 51500 | },
|
|
53564 | 53597 | ]
|
53565 | 53598 | },
|
53566 | 53599 | "fillcolor": {
|
53567 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 53600 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
53568 | 53601 | "editType": "calc",
|
53569 | 53602 | "valType": "color"
|
53570 | 53603 | },
|
|
55580 | 55613 | ]
|
55581 | 55614 | },
|
55582 | 55615 | "fillcolor": {
|
55583 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 55616 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
55584 | 55617 | "editType": "calc",
|
55585 | 55618 | "valType": "color"
|
55586 | 55619 | },
|
|
56780 | 56813 | ]
|
56781 | 56814 | },
|
56782 | 56815 | "fillcolor": {
|
56783 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 56816 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
56784 | 56817 | "editType": "style",
|
56785 | 56818 | "valType": "color"
|
56786 | 56819 | },
|
|
58726 | 58759 | ]
|
58727 | 58760 | },
|
58728 | 58761 | "fillcolor": {
|
58729 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 58762 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
58730 | 58763 | "editType": "calc",
|
58731 | 58764 | "valType": "color"
|
58732 | 58765 | },
|
|
60562 | 60595 | ]
|
60563 | 60596 | },
|
60564 | 60597 | "fillcolor": {
|
60565 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 60598 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
60566 | 60599 | "editType": "style",
|
60567 | 60600 | "valType": "color"
|
60568 | 60601 | },
|
|
62506 | 62539 | ]
|
62507 | 62540 | },
|
62508 | 62541 | "fillcolor": {
|
62509 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 62542 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
62510 | 62543 | "editType": "style",
|
62511 | 62544 | "valType": "color"
|
62512 | 62545 | },
|
|
72214 | 72247 | "valType": "string"
|
72215 | 72248 | },
|
72216 | 72249 | "fillcolor": {
|
72217 |
| - "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available.", |
| 72250 | + "description": "Sets the fill color. Defaults to a half-transparent variant of the line color, marker color, or marker line color, whichever is available. If fillgradient is specified, fillcolor is ignored except for setting the background color of the hover label, if any.", |
72218 | 72251 | "editType": "style",
|
72219 | 72252 | "valType": "color"
|
72220 | 72253 | },
|
|
0 commit comments