SeriesDefaultsProps
series-defaults-area Object
The area configuration options. The default options for all area series. For more details see the series options.
series-defaults-bar Object
The default options for all Bar series. For more information, refer to the series
options.
series-defaults-border-color String
The color of the border.
series-defaults-border-dash-type String
The dash type of the border.
series-defaults-border-width Number
The width of the border.
series-defaults-column Object
The column configuration options. The default options for all column series. For more information, refer to the series
options.
series-defaults-gap Number
The distance between category clusters.
series-defaults-labels-background String
The background color of the labels. Accepts any valid CSS color string, including hex and rgb.
series-defaults-labels-border-color String
The color of the border.
series-defaults-labels-border-dash-type String
The dash type of the border.
series-defaults-labels-border-width Number
The width of the border.
series-defaults-labels-color String
The text color of the labels. Accepts any valid CSS color string, including hex and rgb.
series-defaults-labels-font String
The font style of the labels.
series-defaults-labels-format String
The format of the labels.
series-defaults-labels-margin Number | Object
The margin of the labels.
series-defaults-labels-padding Number | Object
The padding of the labels.
series-defaults-labels-template String | Function
The label template.
The supoorted template variables are:
value
—The point value.category
—The category name.series
—The data series.dataItem
—The original data item that is used to construct the point. Will benull
if binding to an array.
series-defaults-labels-visible Boolean
The visibility of the labels.
series-defaults-line Object
The line configuration options. The default options for all line series. For more information, refer to the series
options.
series-defaults-overlay Object
The overlay of the effects.
series-defaults-pie Object
The pie configuration options. The default options for all pie series. For more information, refer to the series
options.
series-defaults-spacing Number
The space between the bars.
series-defaults-stack Boolean
A Boolean value which indicates if the series will be stacked.
series-defaults-stack-type String
The type of stack that will be plotted.
The supported types are:
normal
—The value of the stack is the sum of all points in the category (or group).100%
—The value of the stack is always 100% (1.00). Points within the category (or group) are represented in percentage.
series-defaults-type String
The type of the series.
The supported types are:
- area
- column (synonym: bar)
- line
- pie
- bullet
series-defaults-tooltip-background String
The background color of the tooltip. The default is determined from the series color.
series-defaults-tooltip-border-color String
The color of the border.
series-defaults-tooltip-border-width Number
The width of the border.
series-defaults-tooltip-color String
The text color of the tooltip. The default is the same as the series labels color.
series-defaults-tooltip-font String
The tooltip font.
series-defaults-tooltip-format String
The tooltip format.
series-defaults-tooltip-padding Number | Object
The padding of the tooltip.
series-defaults-tooltip-template String | Function
The tooltip template.
The supported variables are:
value
—The point value.category
—The category name.series
—The data series.dataItem
—The original data item that is used to construct the point. Will benull
if binding to an array.
series-defaults-tooltip-visible Boolean
A value that indicates if the tooltip will be displayed.