ChartSeriesDefaultsProps
Represents the props of the KendoReact ChartSeriesDefaults component (see example).
Definition
Package:@progress/kendo-react-charts
Properties
The focus highlight configuration options.
gap?
number
The distance between category clusters.
labels?
SeriesDefaultsLabels
The label configuration of the Chart series. The Chart displays the series labels when the seriesDefaults.labels.visible option is set to true.
notes?
SeriesDefaultsNotes
The seriesDefaults notes configuration.
spacing?
number
The space between the Chart series as a proportion of the series width. The spacing option is supported when series.type is set to "bar", "column", "candlestick", "ohlc", and "waterfall".
stack?
string | boolean | SeriesStack
A Boolean value which indicates if the series has to be stacked. The stack option is supported when series.type is set to "bar", "column", "line", "area", "verticalLine", "verticalArea", "radarLine", "radarArea", and "radarColumn".
tooltip?
SeriesDefaultsTooltip
The configuration options of the Chart series tooltip.
The default type of the series.
The supported values are:
areabarbubblebulletcandlestickcolumndonutfunnelpyramidlineohlcpiepolarAreapolarLinepolarScatterradarArearadarColumnradarLinerangeArearangeBarrangeColumnscatterscatterLinewaterfallverticalAreaverticalBulletverticalLineverticalRangeAreawaterfall
A function for creating custom visuals for the points. Applicable for the Bar and Column series.
The available argument fields are:
rect—The geometryRectthat defines where the visual has to be rendered.options—The point options.createVisual—A function that can be used to get the default visual.category—The point category.dataItem—The pointdataItem.value—The point value.sender—The Chart instance.series—The point series.