CandleStick
Properties
Determines whether or not markers and text nodes are clipped about the subplot axes. To show markers and text nodes above axis lines and tick labels, make sure to set xaxis.layer
and yaxis.layer
to "below traces".
Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string.
Determines whether or not gaps (i.e. {nan} or missing values) in the z
data are filled in. It is defaulted to true if z
is a one dimensional array and zsmooth
is not false; otherwise it is defaulted to false.
Flaglist string. Any combination of "x", "y", "z", "text", "name" joined with a "+" OR "all" or "none" or "skip". Examples: "x", "y", "x+y", "x+y+z", "all", default: "all". Determines which trace information appear on hover. If none
or skip
are set, no information is displayed upon hovering. But, if none
is set, click and hover events are still fired.
Sets hover text elements associated with each (x,y) pair. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (x,y) coordinates. To be seen, trace hoverinfo
must contain a "text" flag.
Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items. Default: ""
Sets the orientation of the plot(s). If "vertical" ("horizontal"), the data is visualized along the vertical (horizontal).
Reverses the color mapping if true. If true, zmin
will correspond to the last color in the array and zmax
will correspond to the first color.
If there are multiple violins that should be sized according to some metric (see scalemode
), link them by providing a non-empty group id here shared by every trace in the same group. If a violin's width
is undefined, scalegroup
will default to the trace's name. In this case, violins with the same names will be linked together. Default: ""
Determines whether or not an item corresponding to this trace is shown in the legend. Default: true
Sets text elements associated with each (x,y) pair. The same string appears over all the data points. If trace hoverinfo
contains a "text" flag and "hovertext" is not set, these elements will be seen in the hover labels.
Sets the position of the text
elements with respects to the (x,y) coordinates. Default: "middle center".
Sets the positions of the text
elements with respects to the (x,y) coordinates. Default: "middle center".
Number between 0 and 1.
Sets the x coordinates.
Only relevant when the axis type
is "date". Sets the alignment of data points on the x axis.
Sets the y coordinates.
Z coordinates
Functions
Fill trace x and y with values based on given xs and a function for y values. Old values are erased.
Fill trace x and y with values based on a given integer xRange and a numeric function. Old values are erased.
A safe Number ray
A safe Number range
Convert any type-safe configurator to json string