MarkerLine
Properties
Determines whether the colorscale is a default palette (true
) or the palette determined by colorscale
. Has an effect only if in color
is set to a numerical array. In case colorscale
is unspecified or autocolorscale
is true, the default palette will be chosen according to whether numbers in the color
array are all positive, all negative or mixed. Default: true.
Sets the colorscale. Has an effect only if in color
is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, [[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]
. To control the bounds of the colorscale in color space, use cmin
and cmax
. Alternatively, colorscale
may be a palette name string of the following list: Greys, YlGnBu, Greens, YlOrRd, Bluered, RdBu, Reds, Blues, Picnic, Rainbow, Portland, Jet, Hot, Blackbody, Earth, Electric, Viridis, Cividis.
Sets the border line color of the outlier sample points. Defaults to marker.color
Sets the border line width (in px) of the outlier sample points. Default: 1
Reverses the color mapping if true. Has an effect only if in color
is set to a numerical array. If true, cmin
will correspond to the last color in the array and cmax
will correspond to the first color.
Functions
A safe Number ray
A safe Number range
Convert any type-safe configurator to json string