|
2848 | 2848 | "valType": "number"
|
2849 | 2849 | }
|
2850 | 2850 | },
|
| 2851 | + "indentation": { |
| 2852 | + "description": "Sets the indentation (in px) of the legend entries.", |
| 2853 | + "dflt": 0, |
| 2854 | + "editType": "legend", |
| 2855 | + "min": -15, |
| 2856 | + "valType": "number" |
| 2857 | + }, |
2851 | 2858 | "itemclick": {
|
2852 | 2859 | "description": "Determines the behavior on legend item click. *toggle* toggles the visibility of the item clicked on the graph. *toggleothers* makes the clicked item the sole visible item on the graph. *false* disables legend item click interactions.",
|
2853 | 2860 | "dflt": "toggle",
|
@@ -45035,10 +45042,42 @@
|
45035 | 45042 | },
|
45036 | 45043 | "fillcolor": {
|
45037 | 45044 | "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.", |
| 45045 | + "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 | 45046 | "editType": "style",
|
45040 | 45047 | "valType": "color"
|
45041 | 45048 | },
|
| 45049 | + "fillgradient": { |
| 45050 | + "colorscale": { |
| 45051 | + "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*.", |
| 45052 | + "editType": "style", |
| 45053 | + "valType": "colorscale" |
| 45054 | + }, |
| 45055 | + "description": "Sets a fill gradient. If not specified, the fillcolor is used instead.", |
| 45056 | + "editType": "calc", |
| 45057 | + "role": "object", |
| 45058 | + "start": { |
| 45059 | + "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*.", |
| 45060 | + "editType": "calc", |
| 45061 | + "valType": "number" |
| 45062 | + }, |
| 45063 | + "stop": { |
| 45064 | + "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*.", |
| 45065 | + "editType": "calc", |
| 45066 | + "valType": "number" |
| 45067 | + }, |
| 45068 | + "type": { |
| 45069 | + "description": "Sets the type/orientation of the color gradient for the fill. Defaults to *none*.", |
| 45070 | + "dflt": "none", |
| 45071 | + "editType": "calc", |
| 45072 | + "valType": "enumerated", |
| 45073 | + "values": [ |
| 45074 | + "radial", |
| 45075 | + "horizontal", |
| 45076 | + "vertical", |
| 45077 | + "none" |
| 45078 | + ] |
| 45079 | + } |
| 45080 | + }, |
45042 | 45081 | "fillpattern": {
|
45043 | 45082 | "bgcolor": {
|
45044 | 45083 | "arrayOk": true,
|
|
0 commit comments