@progress/kendo-react-charts 13.3.0-develop.9 → 13.4.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BaseChart.d.ts +137 -0
- package/BaseChartProps.d.ts +207 -0
- package/Chart.d.ts +86 -0
- package/ChartBreadcrumb.d.ts +49 -0
- package/ChartBreadcrumb.js +1 -1
- package/ChartBreadcrumb.mjs +1 -2
- package/ChartContext.d.ts +24 -0
- package/ChartNoDataOverlay.d.ts +30 -0
- package/ChartProps.d.ts +17 -0
- package/Container.d.ts +15 -0
- package/DonutCenter.d.ts +45 -0
- package/Sparkline.d.ts +92 -0
- package/SparklineProps.d.ts +21 -0
- package/StockChart.d.ts +47 -0
- package/StockChartProps.d.ts +26 -0
- package/api-types/axis-range.interface.d.ts +20 -0
- package/api-types/chart-axis.interface.d.ts +43 -0
- package/api-types/chart-drilldown-state.interface.d.ts +31 -0
- package/api-types/chart-pane.interface.d.ts +21 -0
- package/api-types/chart-plotarea.interface.d.ts +21 -0
- package/api-types/event-axis-options.interface.d.ts +16 -0
- package/api-types/event-series-options.interface.d.ts +24 -0
- package/api-types/series-point.interface.d.ts +45 -0
- package/argument-types/axis-label-visual-args.interface.d.ts +50 -0
- package/argument-types/axis-note-visual-args.interface.d.ts +34 -0
- package/argument-types/drilldown-series-factory-props.interface.d.ts +24 -0
- package/argument-types/error-bars-visual-args.interface.d.ts +38 -0
- package/argument-types/highlight-toggle-args.interface.d.ts +41 -0
- package/argument-types/highlight-visual-args.interface.d.ts +58 -0
- package/argument-types/legend-item-visual-args.interface.d.ts +34 -0
- package/argument-types/legend-labels-content-args.interface.d.ts +28 -0
- package/argument-types/markers-visual-args.interface.d.ts +46 -0
- package/argument-types/plot-band-label-visual-args.interface.d.ts +34 -0
- package/argument-types/series-labels-visual-args.interface.d.ts +34 -0
- package/argument-types/series-note-visual-args.interface.d.ts +50 -0
- package/argument-types/series-visual-args.interface.d.ts +83 -0
- package/argument-types/title-visual-args.interface.d.ts +34 -0
- package/common/api-types.d.ts +15 -0
- package/common/charts.d.ts +12 -0
- package/common/events.d.ts +29 -0
- package/common/property-types.d.ts +140 -0
- package/components/AxisDefaults.d.ts +26 -0
- package/components/CategoryAxis.d.ts +25 -0
- package/components/CategoryAxisItem.d.ts +27 -0
- package/components/ChartArea.d.ts +22 -0
- package/components/Legend.d.ts +26 -0
- package/components/Navigator.d.ts +26 -0
- package/components/Pane.d.ts +22 -0
- package/components/PaneDefaults.d.ts +26 -0
- package/components/Panes.d.ts +25 -0
- package/components/PlotArea.d.ts +19 -0
- package/components/Series.d.ts +25 -0
- package/components/SeriesDefaults.d.ts +22 -0
- package/components/SeriesItem.d.ts +34 -0
- package/components/Subtitle.d.ts +19 -0
- package/components/Title.d.ts +19 -0
- package/components/Tooltip.d.ts +29 -0
- package/components/ValueAxis.d.ts +25 -0
- package/components/ValueAxisItem.d.ts +26 -0
- package/components/XAxis.d.ts +25 -0
- package/components/XAxisItem.d.ts +26 -0
- package/components/YAxis.d.ts +25 -0
- package/components/YAxisItem.d.ts +20 -0
- package/components/Zoomable.d.ts +19 -0
- package/components/axis-defaults/Crosshair.d.ts +26 -0
- package/components/axis-defaults/CrosshairTooltip.d.ts +19 -0
- package/components/axis-defaults/Labels.d.ts +19 -0
- package/components/axis-defaults/Title.d.ts +19 -0
- package/components/axis-defaults/index.d.ts +12 -0
- package/components/base/CollectionConfigurationComponent.d.ts +27 -0
- package/components/base/ConfigurationComponent.d.ts +33 -0
- package/components/category-axis-item/Crosshair.d.ts +26 -0
- package/components/category-axis-item/CrosshairTooltip.d.ts +19 -0
- package/components/category-axis-item/Labels.d.ts +19 -0
- package/components/category-axis-item/Notes.d.ts +25 -0
- package/components/category-axis-item/NotesIcon.d.ts +19 -0
- package/components/category-axis-item/NotesLabel.d.ts +19 -0
- package/components/category-axis-item/RangeLabels.d.ts +19 -0
- package/components/category-axis-item/Select.d.ts +14 -0
- package/components/category-axis-item/Title.d.ts +19 -0
- package/components/category-axis-item/index.d.ts +17 -0
- package/components/index.d.ts +42 -0
- package/components/legend/InactiveItems.d.ts +19 -0
- package/components/legend/Item.d.ts +19 -0
- package/components/legend/Title.d.ts +20 -0
- package/components/legend/index.d.ts +11 -0
- package/components/navigator/CategoryAxis.d.ts +23 -0
- package/components/navigator/Hint.d.ts +20 -0
- package/components/navigator/Pane.d.ts +22 -0
- package/components/navigator/Select.d.ts +19 -0
- package/components/navigator/Series.d.ts +25 -0
- package/components/navigator/SeriesItem.d.ts +23 -0
- package/components/navigator/category-axis/Crosshair.d.ts +22 -0
- package/components/navigator/category-axis/CrosshairTooltip.d.ts +19 -0
- package/components/navigator/category-axis/Labels.d.ts +19 -0
- package/components/navigator/category-axis/Notes.d.ts +19 -0
- package/components/navigator/category-axis/NotesIcon.d.ts +19 -0
- package/components/navigator/category-axis/NotesLabel.d.ts +19 -0
- package/components/navigator/category-axis/Select.d.ts +14 -0
- package/components/navigator/category-axis/Title.d.ts +19 -0
- package/components/navigator/category-axis/index.d.ts +16 -0
- package/components/navigator/index.d.ts +17 -0
- package/components/navigator/pane/Title.d.ts +19 -0
- package/components/navigator/pane/index.d.ts +9 -0
- package/components/navigator/series-item/ErrorBars.d.ts +19 -0
- package/components/navigator/series-item/Extremes.d.ts +19 -0
- package/components/navigator/series-item/Highlight.d.ts +19 -0
- package/components/navigator/series-item/Labels.d.ts +22 -0
- package/components/navigator/series-item/LabelsFrom.d.ts +19 -0
- package/components/navigator/series-item/LabelsTo.d.ts +19 -0
- package/components/navigator/series-item/Markers.d.ts +19 -0
- package/components/navigator/series-item/Notes.d.ts +22 -0
- package/components/navigator/series-item/NotesIcon.d.ts +19 -0
- package/components/navigator/series-item/NotesLabel.d.ts +19 -0
- package/components/navigator/series-item/Outliers.d.ts +19 -0
- package/components/navigator/series-item/Tooltip.d.ts +27 -0
- package/components/navigator/series-item/index.d.ts +20 -0
- package/components/pane/Title.d.ts +19 -0
- package/components/pane/index.d.ts +9 -0
- package/components/pane-defaults/Title.d.ts +19 -0
- package/components/pane-defaults/index.d.ts +9 -0
- package/components/series-defaults/Labels.d.ts +22 -0
- package/components/series-defaults/LabelsFrom.d.ts +19 -0
- package/components/series-defaults/LabelsTo.d.ts +19 -0
- package/components/series-defaults/Notes.d.ts +22 -0
- package/components/series-defaults/NotesIcon.d.ts +19 -0
- package/components/series-defaults/NotesLabel.d.ts +19 -0
- package/components/series-defaults/Tooltip.d.ts +27 -0
- package/components/series-defaults/index.d.ts +15 -0
- package/components/series-item/ErrorBars.d.ts +19 -0
- package/components/series-item/Extremes.d.ts +19 -0
- package/components/series-item/Highlight.d.ts +19 -0
- package/components/series-item/Labels.d.ts +26 -0
- package/components/series-item/LabelsFrom.d.ts +19 -0
- package/components/series-item/LabelsTo.d.ts +19 -0
- package/components/series-item/Markers.d.ts +19 -0
- package/components/series-item/Notes.d.ts +22 -0
- package/components/series-item/NotesIcon.d.ts +19 -0
- package/components/series-item/NotesLabel.d.ts +19 -0
- package/components/series-item/Outliers.d.ts +19 -0
- package/components/series-item/Tooltip.d.ts +27 -0
- package/components/series-item/index.d.ts +20 -0
- package/components/value-axis-item/Crosshair.d.ts +26 -0
- package/components/value-axis-item/CrosshairTooltip.d.ts +19 -0
- package/components/value-axis-item/Labels.d.ts +19 -0
- package/components/value-axis-item/Notes.d.ts +26 -0
- package/components/value-axis-item/NotesIcon.d.ts +19 -0
- package/components/value-axis-item/NotesLabel.d.ts +19 -0
- package/components/value-axis-item/Title.d.ts +19 -0
- package/components/value-axis-item/index.d.ts +15 -0
- package/components/x-axis-item/Crosshair.d.ts +26 -0
- package/components/x-axis-item/CrosshairTooltip.d.ts +19 -0
- package/components/x-axis-item/Labels.d.ts +19 -0
- package/components/x-axis-item/Notes.d.ts +26 -0
- package/components/x-axis-item/NotesIcon.d.ts +19 -0
- package/components/x-axis-item/NotesLabel.d.ts +19 -0
- package/components/x-axis-item/Title.d.ts +19 -0
- package/components/x-axis-item/index.d.ts +15 -0
- package/components/y-axis-item/Crosshair.d.ts +26 -0
- package/components/y-axis-item/CrosshairTooltip.d.ts +19 -0
- package/components/y-axis-item/Labels.d.ts +19 -0
- package/components/y-axis-item/Notes.d.ts +22 -0
- package/components/y-axis-item/NotesIcon.d.ts +19 -0
- package/components/y-axis-item/NotesLabel.d.ts +19 -0
- package/components/y-axis-item/Title.d.ts +19 -0
- package/components/y-axis-item/index.d.ts +15 -0
- package/defaults.d.ts +8 -0
- package/dist/cdn/js/kendo-react-charts.js +1 -1
- package/events/axis-label-click-event.d.ts +39 -0
- package/events/base-event.d.ts +21 -0
- package/events/chart-event-builder.d.ts +13 -0
- package/events/dom-event.d.ts +26 -0
- package/events/drag-end-event.d.ts +29 -0
- package/events/drag-event.d.ts +29 -0
- package/events/drag-start-event.d.ts +29 -0
- package/events/drilldown-event.d.ts +45 -0
- package/events/drilldown-state-change-event.d.ts +29 -0
- package/events/legend-item-click-event.d.ts +39 -0
- package/events/legend-item-hover-event.d.ts +39 -0
- package/events/legend-item-leave-event.d.ts +39 -0
- package/events/navigator-filter-event.d.ts +26 -0
- package/events/note-click-event.d.ts +39 -0
- package/events/note-hover-event.d.ts +39 -0
- package/events/plot-area-click-event.d.ts +38 -0
- package/events/plot-area-hover-event.d.ts +38 -0
- package/events/preventable-event.d.ts +25 -0
- package/events/render-event.d.ts +18 -0
- package/events/select-end-event.d.ts +31 -0
- package/events/select-event.d.ts +31 -0
- package/events/select-start-event.d.ts +31 -0
- package/events/series-click-event.d.ts +52 -0
- package/events/series-hover-event.d.ts +56 -0
- package/events/zoom-end-event.d.ts +31 -0
- package/events/zoom-event.d.ts +35 -0
- package/events/zoom-start-event.d.ts +29 -0
- package/field-types/auto-base-unit-steps.interface.d.ts +46 -0
- package/field-types/axis-labels-position.d.ts +24 -0
- package/field-types/axis-line.interface.d.ts +29 -0
- package/field-types/axis-ticks.interface.d.ts +36 -0
- package/field-types/axis-title-position.d.ts +24 -0
- package/field-types/base-unit.d.ts +36 -0
- package/field-types/border.interface.d.ts +31 -0
- package/field-types/bullet-target-line.interface.d.ts +16 -0
- package/field-types/bullet-target.interface.d.ts +26 -0
- package/field-types/category-base-unit.d.ts +37 -0
- package/field-types/dash-type.d.ts +30 -0
- package/field-types/date-formats.interface.d.ts +46 -0
- package/field-types/drag-action.interface.d.ts +22 -0
- package/field-types/error-bar-line.interface.d.ts +21 -0
- package/field-types/grid-lines.interface.d.ts +37 -0
- package/field-types/highlight-line.interface.d.ts +29 -0
- package/field-types/label-connectors.interface.d.ts +24 -0
- package/field-types/label-rotation.interface.d.ts +26 -0
- package/field-types/legend-labels.interface.d.ts +35 -0
- package/field-types/line-style.d.ts +30 -0
- package/field-types/lock-axis.d.ts +11 -0
- package/field-types/margin.interface.d.ts +28 -0
- package/field-types/marker-type.d.ts +33 -0
- package/field-types/modifier-key.d.ts +11 -0
- package/field-types/mousewheel-select.interface.d.ts +25 -0
- package/field-types/mousewheel-zoom.interface.d.ts +25 -0
- package/field-types/negative-bubble-values.interface.d.ts +20 -0
- package/field-types/note-label-position.d.ts +31 -0
- package/field-types/note-line.interface.d.ts +29 -0
- package/field-types/note-position.d.ts +31 -0
- package/field-types/overlay.interface.d.ts +22 -0
- package/field-types/padding.interface.d.ts +13 -0
- package/field-types/plot-band-label.interface.d.ts +94 -0
- package/field-types/plot-band.interface.d.ts +37 -0
- package/field-types/series-labels-position.d.ts +23 -0
- package/field-types/series-line.interface.d.ts +35 -0
- package/field-types/series-stack.interface.d.ts +24 -0
- package/field-types/series-type.d.ts +31 -0
- package/field-types/trendline-forecast.interface.d.ts +20 -0
- package/field-types/week-start-day.enum.d.ts +40 -0
- package/index.d.mts +32 -9258
- package/index.d.ts +32 -9258
- package/messages.d.ts +17 -0
- package/methods/index.d.ts +43 -0
- package/option-types/axis-crosshair-tooltip.interface.d.ts +42 -0
- package/option-types/axis-defaults/crosshair.interface.d.ts +48 -0
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +13 -0
- package/option-types/axis-defaults/labels.interface.d.ts +76 -0
- package/option-types/axis-defaults/title.interface.d.ts +74 -0
- package/option-types/axis-defaults.interface.d.ts +80 -0
- package/option-types/category-axis-item/crosshair.interface.d.ts +47 -0
- package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +13 -0
- package/option-types/category-axis-item/labels.interface.d.ts +110 -0
- package/option-types/category-axis-item/notes.icon.interface.d.ts +39 -0
- package/option-types/category-axis-item/notes.interface.d.ts +52 -0
- package/option-types/category-axis-item/notes.label.interface.d.ts +53 -0
- package/option-types/category-axis-item/range-labels.interface.d.ts +31 -0
- package/option-types/category-axis-item/select.interface.d.ts +33 -0
- package/option-types/category-axis-item/title.interface.d.ts +72 -0
- package/option-types/category-axis-item.interface.d.ts +166 -0
- package/option-types/chart-area.interface.d.ts +37 -0
- package/option-types/legend/inactive-items.interface.d.ts +17 -0
- package/option-types/legend/item.interface.d.ts +124 -0
- package/option-types/legend/legend-title.interface.d.ts +68 -0
- package/option-types/legend.interface.d.ts +106 -0
- package/option-types/navigator/hint.interface.d.ts +25 -0
- package/option-types/navigator/select.interface.d.ts +25 -0
- package/option-types/navigator.interface.d.ts +44 -0
- package/option-types/pane/title.interface.d.ts +65 -0
- package/option-types/pane-defaults/title.interface.d.ts +59 -0
- package/option-types/pane-defaults.interface.d.ts +46 -0
- package/option-types/pane.interface.d.ts +53 -0
- package/option-types/plot-area.interface.d.ts +33 -0
- package/option-types/series-defaults/labels.from.interface.d.ts +58 -0
- package/option-types/series-defaults/labels.interface.d.ts +80 -0
- package/option-types/series-defaults/labels.to.interface.d.ts +58 -0
- package/option-types/series-defaults/notes.icon.interface.d.ts +39 -0
- package/option-types/series-defaults/notes.interface.d.ts +43 -0
- package/option-types/series-defaults/notes.label.interface.d.ts +53 -0
- package/option-types/series-defaults/tooltip.interface.d.ts +48 -0
- package/option-types/series-defaults.interface.d.ts +103 -0
- package/option-types/series-item/error-bars.interface.d.ts +64 -0
- package/option-types/series-item/extremes.interface.d.ts +39 -0
- package/option-types/series-item/highlight.interface.d.ts +74 -0
- package/option-types/series-item/labels.from.interface.d.ts +74 -0
- package/option-types/series-item/labels.interface.d.ts +109 -0
- package/option-types/series-item/labels.to.interface.d.ts +72 -0
- package/option-types/series-item/markers.interface.d.ts +72 -0
- package/option-types/series-item/notes.icon.interface.d.ts +39 -0
- package/option-types/series-item/notes.interface.d.ts +53 -0
- package/option-types/series-item/notes.label.interface.d.ts +53 -0
- package/option-types/series-item/outliers.interface.d.ts +39 -0
- package/option-types/series-item/tooltip.interface.d.ts +49 -0
- package/option-types/series-item/trendline.interface.d.ts +37 -0
- package/option-types/series-item.interface.d.ts +492 -0
- package/option-types/subtitle.interface.d.ts +68 -0
- package/option-types/title.interface.d.ts +66 -0
- package/option-types/tooltip-border.interface.d.ts +22 -0
- package/option-types/tooltip.interface.d.ts +56 -0
- package/option-types/value-axis-item/crosshair.interface.d.ts +33 -0
- package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +13 -0
- package/option-types/value-axis-item/labels.interface.d.ts +88 -0
- package/option-types/value-axis-item/notes.icon.interface.d.ts +39 -0
- package/option-types/value-axis-item/notes.interface.d.ts +52 -0
- package/option-types/value-axis-item/notes.label.interface.d.ts +53 -0
- package/option-types/value-axis-item/title.interface.d.ts +73 -0
- package/option-types/value-axis-item.interface.d.ts +121 -0
- package/option-types/x-axis-item/crosshair.interface.d.ts +33 -0
- package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +13 -0
- package/option-types/x-axis-item/labels.interface.d.ts +95 -0
- package/option-types/x-axis-item/notes.icon.interface.d.ts +39 -0
- package/option-types/x-axis-item/notes.interface.d.ts +53 -0
- package/option-types/x-axis-item/notes.label.interface.d.ts +53 -0
- package/option-types/x-axis-item/title.interface.d.ts +72 -0
- package/option-types/x-axis-item.interface.d.ts +142 -0
- package/option-types/y-axis-item/crosshair.interface.d.ts +33 -0
- package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +13 -0
- package/option-types/y-axis-item/labels.interface.d.ts +95 -0
- package/option-types/y-axis-item/notes.icon.interface.d.ts +39 -0
- package/option-types/y-axis-item/notes.interface.d.ts +52 -0
- package/option-types/y-axis-item/notes.label.interface.d.ts +53 -0
- package/option-types/y-axis-item/title.interface.d.ts +73 -0
- package/option-types/y-axis-item.interface.d.ts +138 -0
- package/option-types/zoomable.interface.d.ts +21 -0
- package/package-metadata.d.ts +12 -0
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +10 -16
- package/package.json +6 -6
- package/sankey/Sankey.d.ts +13 -0
- package/sankey/SankeyTooltip.d.ts +12 -0
- package/sankey/index.d.ts +11 -0
- package/sankey/messages.d.ts +17 -0
- package/sankey/propTypes.d.ts +226 -0
- package/sankey/theme-service.d.ts +12 -0
- package/sankey/types.d.ts +206 -0
- package/sankey/utils.d.ts +12 -0
- package/store/reducer.d.ts +21 -0
- package/store/store.d.ts +32 -0
- package/tooltip/Context.d.ts +36 -0
- package/tooltip/Crosshair.d.ts +44 -0
- package/tooltip/CrosshairContainer.d.ts +35 -0
- package/tooltip/Point.d.ts +78 -0
- package/tooltip/Popup.d.ts +39 -0
- package/tooltip/Series.d.ts +42 -0
- package/tooltip/SharedTooltipContent.d.ts +19 -0
- package/tooltip/index.d.ts +10 -0
- package/utils/index.d.ts +20 -0
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { drawing } from '@progress/kendo-drawing';
|
|
9
|
+
import { Border, BulletTarget, DashType, LabelConnectors, LegendItem, SeriesTrendline, Margin, NegativeBubbleValues, Overlay, SeriesLine, SeriesType, LineStyle, SeriesStack, SeriesVisualArgs } from '../common/property-types.js';
|
|
10
|
+
import { SeriesErrorBars } from './series-item/error-bars.interface.js';
|
|
11
|
+
import { SeriesExtremes } from './series-item/extremes.interface.js';
|
|
12
|
+
import { SeriesHighlight } from './series-item/highlight.interface.js';
|
|
13
|
+
import { SeriesLabels } from './series-item/labels.interface.js';
|
|
14
|
+
import { SeriesMarkers } from './series-item/markers.interface.js';
|
|
15
|
+
import { SeriesNotes } from './series-item/notes.interface.js';
|
|
16
|
+
import { SeriesOutliers } from './series-item/outliers.interface.js';
|
|
17
|
+
import { SeriesTooltip } from './series-item/tooltip.interface.js';
|
|
18
|
+
import { SeriesPattern } from '@progress/kendo-charts';
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
export interface Series {
|
|
23
|
+
/**
|
|
24
|
+
* The aggregate function for the date series ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/axes#toc-aggregating-data)). The function is used when a category (year, month, or other) contains two or more points. The Chart displays the return value of the function instead of the individual points.
|
|
25
|
+
*
|
|
26
|
+
* The supported values are:
|
|
27
|
+
* - `"avg"`—The average of all values for the date period.
|
|
28
|
+
* - `"count"`—The number of values for the date period.
|
|
29
|
+
* - `"max"`—The highest value for the date period.
|
|
30
|
+
* - `"min"`—The lowest value for the date period.
|
|
31
|
+
* - `"sum"`—The sum of all values for the date period. Defaults to `0` if no data points are defined.
|
|
32
|
+
* - `"sumOrNull"`—The sum of all values for the date period. Defaults to `null` if no data points are defined.
|
|
33
|
+
* - `"first"`—The first value.
|
|
34
|
+
* - function (values, series, dataItems, category)—A user-defined aggregate function. Returns a single value or a data item.
|
|
35
|
+
* - object (compound aggregate)—Applicable to the Candlestick, Box Plot, and OHLC series. Specifies the aggregate for each data item field.
|
|
36
|
+
*/
|
|
37
|
+
aggregate?: any;
|
|
38
|
+
/**
|
|
39
|
+
* The name of the value axis. The axis option is supported for Scatter plots. For more information on Scatter plots, refer to [`xAxis`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartxaxisitemprops) and [`yAxis`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartyaxisitemprops).
|
|
40
|
+
*/
|
|
41
|
+
axis?: string;
|
|
42
|
+
/**
|
|
43
|
+
* If set to true, the Chart automatically scales down to fit the content area. Applicable for the Pie and Donut series.
|
|
44
|
+
*/
|
|
45
|
+
autoFit?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* The border of the Chart series. The border option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bar"`, `"column"`, `"donut"`, `"pie"`, `"bubble"`, `"boxPlot"`, `"candlestick"`, or `"ohlc"`.
|
|
48
|
+
*/
|
|
49
|
+
border?: Border;
|
|
50
|
+
/**
|
|
51
|
+
* The name of the category axis that will be used for the series. If no [`categoryAxis`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartcategoryaxisitemprops) is specified, the first axis is used.
|
|
52
|
+
*/
|
|
53
|
+
categoryAxis?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The data item field which contains the category name or date. If the category is a date, the points are rendered in chronological order.
|
|
56
|
+
*/
|
|
57
|
+
categoryField?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The data field that contains the `close` value. The `closeField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"candlestick"` or `"ohlc"`.
|
|
60
|
+
*/
|
|
61
|
+
closeField?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The series base color.
|
|
64
|
+
*
|
|
65
|
+
* The supported values are:
|
|
66
|
+
* - CSS color string, including hex and rgb.
|
|
67
|
+
* - function (point)—A user-defined function that is evaluated for each point. Returning `undefined` assumes the default series color.
|
|
68
|
+
*/
|
|
69
|
+
color?: any;
|
|
70
|
+
/**
|
|
71
|
+
* The data item field which contains the series color. The `colorField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bar"`, `"column"`, `"rangeBar"`, `"rangeColumn"`, `"bubble"`, `"donut"`, `"pie"`, `"candlestick"`, `"ohlc"`, or `"waterfall"`.
|
|
72
|
+
*/
|
|
73
|
+
colorField?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The label connectors options. The connectors option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"donut"` or `"pie"` and [`series.labels.visible`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartserieslabelsprops#toc-visible) is set to `true`.
|
|
76
|
+
*/
|
|
77
|
+
connectors?: LabelConnectors;
|
|
78
|
+
/**
|
|
79
|
+
* The data item field which contains the current value. The `currentField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bullet"` or `"verticalBullet"`.
|
|
80
|
+
*/
|
|
81
|
+
currentField?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The dash type of line Chart. The `dashType` option is considered only if the [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) option is set to `"line"`.
|
|
84
|
+
*
|
|
85
|
+
* The following dash types are supported:
|
|
86
|
+
* - `"dash"`—A line consisting of dashes.
|
|
87
|
+
* - `"dashDot"`—A line consisting of a repeating pattern of dash-dot.
|
|
88
|
+
* - `"dot"`—A line consisting of dots.
|
|
89
|
+
* - `"longDash"`—A line consisting of a repeating pattern of long-dash.
|
|
90
|
+
* - `"longDashDot"`—A line consisting of a repeating pattern of long-dash-dot.
|
|
91
|
+
* - `"longDashDotDot"`—A line consisting of a repeating pattern of long-dash-dot-dot.
|
|
92
|
+
* - `"solid"`—A solid line.
|
|
93
|
+
*/
|
|
94
|
+
dashType?: DashType;
|
|
95
|
+
/**
|
|
96
|
+
* The array of data items which represent the series data.
|
|
97
|
+
*
|
|
98
|
+
* You can set it to:
|
|
99
|
+
* - Array of objects. Each point is bound to the field specified through the [`series.field`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-field) option.
|
|
100
|
+
* - Array of numbers. Supported when the [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) option is set to `"area"`, `"bar"`, `"column"`, `"donut"`, `"pie"`, `"line"`, or `"waterfall"`.
|
|
101
|
+
* - Array of arrays of numbers. Supported when the [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) option is set to `"bubble"`, `"scatter"`, `"scatterLine"`, `"ohlc"`, `"polar"`, `"rangeBar"`, or `"rangeArea"`.
|
|
102
|
+
*
|
|
103
|
+
* The Bubble series need arrays of three values—X value, Y value, and Size value—for example, `[1, 1, 10]`. The Scatter and ScatterLine series need arrays of two values—X value and Y value. The OHLC and Candlestick series need arrays of four values—open, high, low, and close. The RangeBar and RangeArea series need arrays of two values—the from and to value.
|
|
104
|
+
*/
|
|
105
|
+
data?: any[];
|
|
106
|
+
/**
|
|
107
|
+
* The series color when the open value is greater than the close value. The `downColor` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"candlestick"`.
|
|
108
|
+
*/
|
|
109
|
+
downColor?: string;
|
|
110
|
+
/**
|
|
111
|
+
* The data field which contains the color that is applied when the `open` value is greater than the `close` value. The `downColorField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"candlestick"`.
|
|
112
|
+
*/
|
|
113
|
+
downColorField?: string;
|
|
114
|
+
/**
|
|
115
|
+
* The data field which contains the value to use to [drill down](https://www.telerik.com/kendo-react-ui/components/charts/drill-down) into detailed data for the point.
|
|
116
|
+
*/
|
|
117
|
+
drilldownField?: string;
|
|
118
|
+
/**
|
|
119
|
+
* The `dynamicHeight` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"funnel"` or `"pyramid"`. When set to `false`, all segments become with the same height. Otherwise, the height of each segment is based on its value.
|
|
120
|
+
*/
|
|
121
|
+
dynamicHeight?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* The `dynamicSlope` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"funnel"`. When set to `true`, the ratio of the bases of each segment is calculated based on the ratio of `currentDataItem.value`/`nextDataItem.value`. The last element is always created like a rectangle since there is no following element.
|
|
124
|
+
*/
|
|
125
|
+
dynamicSlope?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* The data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-errorbars) high value ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/error-bars#toc-categorical-charts)). The `errorHighField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
|
|
128
|
+
*/
|
|
129
|
+
errorHighField?: string;
|
|
130
|
+
/**
|
|
131
|
+
* The data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-errorbars) low value ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/error-bars#toc-categorical-charts)). The `errorLowField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
|
|
132
|
+
*/
|
|
133
|
+
errorLowField?: string;
|
|
134
|
+
/**
|
|
135
|
+
* The data item field which contains a Boolean value indicating whether the sector is exploded. The `explodeField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"donut"` or `"pie"`.
|
|
136
|
+
*/
|
|
137
|
+
explodeField?: string;
|
|
138
|
+
/**
|
|
139
|
+
* The data item field which contains the series value.
|
|
140
|
+
*/
|
|
141
|
+
field?: string;
|
|
142
|
+
/**
|
|
143
|
+
* The name of the parent series of the trendline.
|
|
144
|
+
*
|
|
145
|
+
* The `for` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to
|
|
146
|
+
* "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
|
|
147
|
+
*/
|
|
148
|
+
for?: string;
|
|
149
|
+
/**
|
|
150
|
+
* The data item field which contains the series from value.
|
|
151
|
+
*/
|
|
152
|
+
fromField?: string;
|
|
153
|
+
/**
|
|
154
|
+
* The distance between the categories expressed as a percentage of the bar width. See the related spacing setting. The `gap` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, `"radarColumn"`, or `"waterfall"`.
|
|
155
|
+
*/
|
|
156
|
+
gap?: number;
|
|
157
|
+
/**
|
|
158
|
+
* The data field which contains the high value. The `highField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"candlestick"` or `"ohlc"`.
|
|
159
|
+
*/
|
|
160
|
+
highField?: string;
|
|
161
|
+
/**
|
|
162
|
+
* The diameter of the donut hole in pixels. The `holeSize` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"donut"`.
|
|
163
|
+
*/
|
|
164
|
+
holeSize?: number;
|
|
165
|
+
/**
|
|
166
|
+
* The Chart line configuration options. The line option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"area"`, `"candlestick"`, `"ohlc"`, or `"waterfall"`.
|
|
167
|
+
*/
|
|
168
|
+
line?: SeriesLine;
|
|
169
|
+
/**
|
|
170
|
+
* The data field containing the low value. The `lowField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"candlestick"` or `"ohlc"`.
|
|
171
|
+
*/
|
|
172
|
+
lowField?: string;
|
|
173
|
+
/**
|
|
174
|
+
* The data item field which contains the series lower value.
|
|
175
|
+
*/
|
|
176
|
+
lowerField?: string;
|
|
177
|
+
/**
|
|
178
|
+
* The margin around each donut series (ring). A numeric value sets all margins.
|
|
179
|
+
*/
|
|
180
|
+
margin?: Margin | number;
|
|
181
|
+
/**
|
|
182
|
+
* The maximum size of the Chart bubble series marker.
|
|
183
|
+
*/
|
|
184
|
+
maxSize?: number;
|
|
185
|
+
/**
|
|
186
|
+
* The data item field which contains the series mean value.
|
|
187
|
+
*/
|
|
188
|
+
meanField?: string;
|
|
189
|
+
/**
|
|
190
|
+
* The data item field which contains the series median value.
|
|
191
|
+
*/
|
|
192
|
+
medianField?: string;
|
|
193
|
+
/**
|
|
194
|
+
* The minimum size of the Chart bubble series marker.
|
|
195
|
+
*/
|
|
196
|
+
minSize?: number;
|
|
197
|
+
/**
|
|
198
|
+
* The behavior for handling missing values. The `missingValues` option is available when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"area"`, `"rangeArea"`, `"line"`, `"scatterLine"`, `"radarLine"`, `"radarArea"`, `"polarLine"`, or `"polarArea"`.
|
|
199
|
+
*
|
|
200
|
+
* The supported values are:
|
|
201
|
+
* - `"gap"`—The plot stops before the missing point and continues after it.
|
|
202
|
+
* - `"interpolate"`—The value is interpolated from neighboring points. Represents the default value for all series except for the `"area"` and stacked series. Area and stacked series default to `"zero"`.
|
|
203
|
+
* - `"zero"`—The value is assumed to be zero.
|
|
204
|
+
*/
|
|
205
|
+
missingValues?: 'gap' | 'interpolate' | 'zero';
|
|
206
|
+
/**
|
|
207
|
+
* The name of the Chart series which is visible in the legend.
|
|
208
|
+
*/
|
|
209
|
+
name?: string;
|
|
210
|
+
/**
|
|
211
|
+
* Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`, it means the top base is three times smaller than the bottom base. The `neckRatio` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
|
|
212
|
+
*/
|
|
213
|
+
neckRatio?: number;
|
|
214
|
+
/**
|
|
215
|
+
* The color to use for the Bar, Column, or Waterfall series with negative values. Accepts a valid CSS color string, including hex and rgb.
|
|
216
|
+
*/
|
|
217
|
+
negativeColor?: string;
|
|
218
|
+
/**
|
|
219
|
+
* The options for displaying the Chart negative bubble values.
|
|
220
|
+
*/
|
|
221
|
+
negativeValues?: NegativeBubbleValues;
|
|
222
|
+
/**
|
|
223
|
+
* The data item field which contains the series note text ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/notes#toc-series-notes)).
|
|
224
|
+
*/
|
|
225
|
+
noteTextField?: string;
|
|
226
|
+
/**
|
|
227
|
+
* The opacity of the series. By default, the series are opaque.
|
|
228
|
+
*/
|
|
229
|
+
opacity?: number;
|
|
230
|
+
/**
|
|
231
|
+
* The data field which contains the open value. The `openField` option is available when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"candlestick"` or `"ohlc"`.
|
|
232
|
+
*/
|
|
233
|
+
openField?: string;
|
|
234
|
+
/**
|
|
235
|
+
* The data item field which contains the series outliers value.
|
|
236
|
+
*/
|
|
237
|
+
outliersField?: string;
|
|
238
|
+
/**
|
|
239
|
+
* The overlay options of the Chart series.
|
|
240
|
+
*/
|
|
241
|
+
overlay?: Overlay;
|
|
242
|
+
/**
|
|
243
|
+
* The padding around the Chart (equal on all sides). The padding option is available when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"donut"` or `"pie"`.
|
|
244
|
+
*/
|
|
245
|
+
padding?: number;
|
|
246
|
+
/**
|
|
247
|
+
* The data item field which contains the series `q1` value.
|
|
248
|
+
*/
|
|
249
|
+
q1Field?: string;
|
|
250
|
+
/**
|
|
251
|
+
* The data item field which contains the series `q3` value.
|
|
252
|
+
*/
|
|
253
|
+
q3Field?: string;
|
|
254
|
+
/**
|
|
255
|
+
* The space in pixels between the different segments of the Funnel or Pyramid Chart. The `segmentSpacing` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"funnel"` or `"pyramid"`.
|
|
256
|
+
*/
|
|
257
|
+
segmentSpacing?: number;
|
|
258
|
+
/**
|
|
259
|
+
* The radius of the Chart Donut series in pixels. If not set, the available space is split evenly between the series.
|
|
260
|
+
*/
|
|
261
|
+
size?: number;
|
|
262
|
+
/**
|
|
263
|
+
* The data field which contains the bubble size value.
|
|
264
|
+
*/
|
|
265
|
+
sizeField?: string;
|
|
266
|
+
/**
|
|
267
|
+
* The distance between series points within a category. Expressed as a percentage of the bar width. See the related `gap` setting. The spacing option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or `"radarColumn"`.
|
|
268
|
+
*/
|
|
269
|
+
spacing?: number;
|
|
270
|
+
/**
|
|
271
|
+
* A Boolean value which indicates if the series have to be stacked. A string value is interpreted as [`series.stack.group`](https://www.telerik.com/kendo-react-ui/components/charts/api/seriesstack#toc-group).
|
|
272
|
+
*
|
|
273
|
+
* The `stack` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`, `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`. If not overridden, the stack settings of the first series are inherited as a default value by the rest of the series.
|
|
274
|
+
*/
|
|
275
|
+
stack?: boolean | string | SeriesStack;
|
|
276
|
+
/**
|
|
277
|
+
* The start angle (in degrees) of the first Donut or Pie segment. Angles increase clockwise with zero to the left. Negative values are acceptable.
|
|
278
|
+
*/
|
|
279
|
+
startAngle?: number;
|
|
280
|
+
/**
|
|
281
|
+
* The `style` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"line"`, `"scatterLine"`, `"radarLine"`, or `"polarLine"`.
|
|
282
|
+
*
|
|
283
|
+
* The supported values are:
|
|
284
|
+
* - `"normal"` (default)—The values are connected with a straight line.
|
|
285
|
+
* - `"step"`—The values are connected with a right-angled line.
|
|
286
|
+
* Only available when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"line"`.
|
|
287
|
+
* - `"smooth"`—The values are connected with a smooth line.
|
|
288
|
+
* Not supported for stacked area series with missing values.
|
|
289
|
+
*/
|
|
290
|
+
style?: LineStyle;
|
|
291
|
+
/**
|
|
292
|
+
* The data item field which contains the summary type for the Waterfall series. The value (if any) of a data item marked as a summary point will be discarded.
|
|
293
|
+
*
|
|
294
|
+
* Summary columns are optional and can be one of two types:
|
|
295
|
+
* - `"runningTotal"`—Displays the sum of all items since the last `"runningTotal"` point.
|
|
296
|
+
* - `"total"`—Displays the sum of all previous items.
|
|
297
|
+
*/
|
|
298
|
+
summaryField?: string;
|
|
299
|
+
/**
|
|
300
|
+
* The configuration options of the target. The `target` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bullet"` or `"verticalBullet"`.
|
|
301
|
+
*/
|
|
302
|
+
target?: BulletTarget;
|
|
303
|
+
/**
|
|
304
|
+
* The data item field which contains the series to value.
|
|
305
|
+
*/
|
|
306
|
+
toField?: string;
|
|
307
|
+
/**
|
|
308
|
+
* The type of the series.
|
|
309
|
+
*
|
|
310
|
+
* The supported values are:
|
|
311
|
+
* - `area`
|
|
312
|
+
* - `bar`
|
|
313
|
+
* - `boxPlot`
|
|
314
|
+
* - `bubble`
|
|
315
|
+
* - `bullet`
|
|
316
|
+
* - `candlestick`
|
|
317
|
+
* - `column`
|
|
318
|
+
* - `donut`
|
|
319
|
+
* - `exponentialTrendline`
|
|
320
|
+
* - `funnel`
|
|
321
|
+
* - `pyramid`
|
|
322
|
+
* - `heatmap`
|
|
323
|
+
* - `horizontalWaterfall`
|
|
324
|
+
* - `line`
|
|
325
|
+
* - `linearTrendline`
|
|
326
|
+
* - `logarithmicTrendline`
|
|
327
|
+
* - `movingAverageTrendline`
|
|
328
|
+
* - `ohlc`
|
|
329
|
+
* - `pie`
|
|
330
|
+
* - `polarArea`
|
|
331
|
+
* - `polarLine`
|
|
332
|
+
* - `polarScatter`
|
|
333
|
+
* - `polynomialTrendline`
|
|
334
|
+
* - `powerTrendline`
|
|
335
|
+
* - `radarArea`
|
|
336
|
+
* - `radarColumn`
|
|
337
|
+
* - `radarLine`
|
|
338
|
+
* - `rangeArea`
|
|
339
|
+
* - `rangeBar`
|
|
340
|
+
* - `rangeColumn`
|
|
341
|
+
* - `scatter`
|
|
342
|
+
* - `scatterLine`
|
|
343
|
+
* - `verticalArea`
|
|
344
|
+
* - `verticalBoxPlot`
|
|
345
|
+
* - `verticalBullet`
|
|
346
|
+
* - `verticalLine`
|
|
347
|
+
* - `verticalRangeArea`
|
|
348
|
+
* - `waterfall`
|
|
349
|
+
*/
|
|
350
|
+
type?: SeriesType;
|
|
351
|
+
/**
|
|
352
|
+
* The data item field which contains the series upper value.
|
|
353
|
+
*/
|
|
354
|
+
upperField?: string;
|
|
355
|
+
/**
|
|
356
|
+
* Sets the visible property of a Chart series.
|
|
357
|
+
*/
|
|
358
|
+
visible?: boolean;
|
|
359
|
+
/**
|
|
360
|
+
* A value which indicates whether to show the point category (for Funnel, Pyramid, Donut, and Pie series) or the series name (for other available series types) in the legend.
|
|
361
|
+
*/
|
|
362
|
+
visibleInLegend?: boolean;
|
|
363
|
+
/**
|
|
364
|
+
* The data item field which indicates whether to show the point category name in the legend. The `visibleInLegendField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"funnel"`, `"pyramid"`, `"donut"`, or `"pie"`.
|
|
365
|
+
*/
|
|
366
|
+
visibleInLegendField?: string;
|
|
367
|
+
/**
|
|
368
|
+
* A function that can be used to create a custom visual for the points. Applicable for the Bar, Column, Pie, Donut, Funnel, Pyramid, Range Bar, Range Column, and Waterfall series.
|
|
369
|
+
*
|
|
370
|
+
* The available argument fields are:
|
|
371
|
+
*
|
|
372
|
+
* - `rect`—The geometry [`Rect`](https://www.telerik.com/kendo-react-ui/components/drawing/api/geometry/rect) that defines where the visual has to be rendered.
|
|
373
|
+
* - `options`—The point options.
|
|
374
|
+
* - `createVisual`—A function that can be used to get the default visual.
|
|
375
|
+
* - `category`—The point category.
|
|
376
|
+
* - `dataItem`—The point `dataItem`.
|
|
377
|
+
* - `value`—The point value.
|
|
378
|
+
* - `stackValue`—The cumulative point value on the stack. Available only for the stackable series.
|
|
379
|
+
* - `sender`—The Chart instance.
|
|
380
|
+
* - `series`—The point series.
|
|
381
|
+
* - `percentage`—The point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked Charts.
|
|
382
|
+
* - `runningTotal`—The sum of point values since the last `"runningTotal"` summary point. Available for the Waterfall series.
|
|
383
|
+
* - `total`—The sum of all previous series values. Available for the Waterfall series.
|
|
384
|
+
* - `radius`—The segment radius. Available for the Donut and Pie series.
|
|
385
|
+
* - `innerRadius`—The segment inner radius. Available for the Donut series.
|
|
386
|
+
* - `startAngle`—The segment start angle. Available for the Donut and Pie series.
|
|
387
|
+
* - `endAngle`—The segment end angle. Available for the Donut and Pie series.
|
|
388
|
+
* - `center`—The segment center point. Available for the Donut and Pie series.
|
|
389
|
+
* - `points`—The segment points. Available for the Funnel and Pyramid series.
|
|
390
|
+
*/
|
|
391
|
+
visual?: (e: SeriesVisualArgs) => drawing.Element;
|
|
392
|
+
/**
|
|
393
|
+
* The line width. The `width` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"line"`, `"scatterLine"`, `"radarLine"`, or `"polarLine"`.
|
|
394
|
+
*/
|
|
395
|
+
width?: number;
|
|
396
|
+
/**
|
|
397
|
+
* The name of the X axis. The [`xAxis`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartxaxisitemprops) option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series. For the Polar series, the [`xAxis`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartxaxisitemprops) range is expressed in degrees.
|
|
398
|
+
*/
|
|
399
|
+
xAxis?: string;
|
|
400
|
+
/**
|
|
401
|
+
* The data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-errorbars) xAxis high value ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/error-bars#toc-scatter-charts)). The `xErrorHighField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"scatter"``, `"scatterLine"`, or `"bubble"`.
|
|
402
|
+
*/
|
|
403
|
+
xErrorHighField?: string;
|
|
404
|
+
/**
|
|
405
|
+
* The data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-errorbars) xAxis low value ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/error-bars#toc-scatter-charts)). The `xErrorLowField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
|
|
406
|
+
*/
|
|
407
|
+
xErrorLowField?: string;
|
|
408
|
+
/**
|
|
409
|
+
* The data item field containing the x value. The `xField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
|
|
410
|
+
*/
|
|
411
|
+
xField?: string;
|
|
412
|
+
/**
|
|
413
|
+
* The name of the Y axis to use. Available for the Bubble, Scatter, Scatter Line, and Polar series.
|
|
414
|
+
*/
|
|
415
|
+
yAxis?: string;
|
|
416
|
+
/**
|
|
417
|
+
* The data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-errorbars) yAxis high value ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/error-bars#toc-scatter-charts)). The `yErrorHighField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
|
|
418
|
+
*/
|
|
419
|
+
yErrorHighField?: string;
|
|
420
|
+
/**
|
|
421
|
+
* The data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-errorbars) yAxis low value ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/error-bars#toc-scatter-charts)). The `yErrorLowField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
|
|
422
|
+
*/
|
|
423
|
+
yErrorLowField?: string;
|
|
424
|
+
/**
|
|
425
|
+
* The data item field containing the y value. The `yField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
|
|
426
|
+
*/
|
|
427
|
+
yField?: string;
|
|
428
|
+
/**
|
|
429
|
+
* An optional Z-index that can be used to change the default stacking order of series. The series with the highest Z-index are placed on top. Series with no Z-index use the default stacking order based on the series type. For example, Line series will be on top with the Bar and Area following after.
|
|
430
|
+
*/
|
|
431
|
+
zIndex?: number;
|
|
432
|
+
/**
|
|
433
|
+
* The error bars of the Chart series. The `errorBars` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`, `"scatter"`, `"scatterLine"`, or `"bubble"`.
|
|
434
|
+
*/
|
|
435
|
+
errorBars?: SeriesErrorBars;
|
|
436
|
+
/**
|
|
437
|
+
* The configuration of the Chart series extremes. Applies to extreme outliers. For more information, refer to [`series.outliers`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-outliers).
|
|
438
|
+
*/
|
|
439
|
+
extremes?: SeriesExtremes;
|
|
440
|
+
/**
|
|
441
|
+
* The configuration of the Chart series highlight.
|
|
442
|
+
*/
|
|
443
|
+
highlight?: SeriesHighlight;
|
|
444
|
+
/**
|
|
445
|
+
* The configuration of the Chart series label. The Chart displays the series labels when the [`series.labels.visible`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartserieslabelsprops#toc-visible) option is set to `true`.
|
|
446
|
+
*/
|
|
447
|
+
labels?: SeriesLabels;
|
|
448
|
+
/**
|
|
449
|
+
* The configuration of the Chart series marker. The Chart displays the series markers when the [`series.markers.visible`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesmarkersprops#toc-visible) option is set to `true`. The markers option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"area"`, `"rangeArea"`, `"line"`, `"scatter"`, `"scatterLine"`, `"radarLine"`, `"radarArea"`, `"polarLine"`, `"polarScatter"`, or `"polarArea"`.
|
|
450
|
+
*/
|
|
451
|
+
markers?: SeriesMarkers;
|
|
452
|
+
/**
|
|
453
|
+
* The configuration of the Chart legend item.
|
|
454
|
+
* By default, the Legend item type and markers are inherited from the series.
|
|
455
|
+
*/
|
|
456
|
+
legendItem?: LegendItem;
|
|
457
|
+
/**
|
|
458
|
+
* The configuration of the series notes.
|
|
459
|
+
*/
|
|
460
|
+
notes?: SeriesNotes;
|
|
461
|
+
/**
|
|
462
|
+
* The configuration of the Chart series outliers. Applies to mild outliers. For more information, refer to [`series.extremes`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-extremes).
|
|
463
|
+
*/
|
|
464
|
+
outliers?: SeriesOutliers;
|
|
465
|
+
/**
|
|
466
|
+
* The configuration options of the Chart series tooltip.
|
|
467
|
+
*/
|
|
468
|
+
tooltip?: SeriesTooltip;
|
|
469
|
+
/**
|
|
470
|
+
* The configuration options of the series trendlines.
|
|
471
|
+
*
|
|
472
|
+
* The `trendline` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to
|
|
473
|
+
* "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
|
|
474
|
+
*/
|
|
475
|
+
trendline?: SeriesTrendline;
|
|
476
|
+
/**
|
|
477
|
+
* The configuration options of the series pattern.
|
|
478
|
+
*/
|
|
479
|
+
pattern?: SeriesPattern | ((point: any) => SeriesPattern);
|
|
480
|
+
/**
|
|
481
|
+
* The data item field which contains the series pattern.
|
|
482
|
+
* The `patternField` option is supported when [`series.type`](https://www.telerik.com/kendo-react-ui/components/charts/api/chartseriesitemprops#toc-type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
|
|
483
|
+
*/
|
|
484
|
+
patternField?: string;
|
|
485
|
+
/**
|
|
486
|
+
* React child components that can be used to configure nested chart series components.
|
|
487
|
+
*
|
|
488
|
+
* Supported child components include components for configuring series-specific properties
|
|
489
|
+
* such as error bars, extremes, highlights, labels, markers, notes, outliers, and tooltips.
|
|
490
|
+
*/
|
|
491
|
+
children?: React.ReactNode;
|
|
492
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { Border, Margin, Padding } from '../common/property-types.js';
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export interface Subtitle {
|
|
13
|
+
/**
|
|
14
|
+
* The alignment of the subtitle.
|
|
15
|
+
*
|
|
16
|
+
* By default, the subtitle has the same alignment as the title.
|
|
17
|
+
*
|
|
18
|
+
* The available options are:
|
|
19
|
+
* - `"center"`—The text is aligned to the middle.
|
|
20
|
+
* - `"left"`—The text is aligned to the left.
|
|
21
|
+
* - `"right"`—The text is aligned to the right.
|
|
22
|
+
*/
|
|
23
|
+
align?: 'center' | 'left' | 'right';
|
|
24
|
+
/**
|
|
25
|
+
* The background color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
|
|
26
|
+
*/
|
|
27
|
+
background?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The border of the subtitle.
|
|
30
|
+
*/
|
|
31
|
+
border?: Border;
|
|
32
|
+
/**
|
|
33
|
+
* The text color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
|
|
34
|
+
*/
|
|
35
|
+
color?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The font of the subtitle.
|
|
38
|
+
*/
|
|
39
|
+
font?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The margin of the subtitle. A numeric value sets all margins.
|
|
42
|
+
*/
|
|
43
|
+
margin?: Margin | number;
|
|
44
|
+
/**
|
|
45
|
+
* The padding of the subtitle. A numeric value sets all margins.
|
|
46
|
+
*/
|
|
47
|
+
padding?: Padding | number;
|
|
48
|
+
/**
|
|
49
|
+
* The position of the subtitle.
|
|
50
|
+
*
|
|
51
|
+
* By default, the subtitle is placed in the same position as the title.
|
|
52
|
+
*
|
|
53
|
+
* The available options are:
|
|
54
|
+
* - `"bottom"`—The title is positioned on the bottom.
|
|
55
|
+
* - `"top"`—The title is positioned on the top.
|
|
56
|
+
*/
|
|
57
|
+
position?: 'top' | 'bottom';
|
|
58
|
+
/**
|
|
59
|
+
* The text of the chart subtitle. You can also set the text directly for a title with default options.
|
|
60
|
+
*
|
|
61
|
+
* You can split the text into multiple lines by using the line feed characters ("\n").
|
|
62
|
+
*/
|
|
63
|
+
text?: string;
|
|
64
|
+
/**
|
|
65
|
+
* If set to `true`, the Chart displays the subtitle. By default, the subtitle is displayed.
|
|
66
|
+
*/
|
|
67
|
+
visible?: boolean;
|
|
68
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { Border, Margin, Padding } from '../common/property-types.js';
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export interface Title {
|
|
13
|
+
/**
|
|
14
|
+
* The alignment of the title.
|
|
15
|
+
*
|
|
16
|
+
* The available options are:
|
|
17
|
+
* - `"center"`—The text is aligned to the middle.
|
|
18
|
+
* - `"left"`—The text is aligned to the left.
|
|
19
|
+
* - `"right"`—The text is aligned to the right.
|
|
20
|
+
*/
|
|
21
|
+
align?: 'center' | 'left' | 'right';
|
|
22
|
+
/**
|
|
23
|
+
* The background color of the title. Accepts a valid CSS color string, including hex and rgb.
|
|
24
|
+
*/
|
|
25
|
+
background?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The border of the series.
|
|
28
|
+
*/
|
|
29
|
+
border?: Border;
|
|
30
|
+
/**
|
|
31
|
+
* The text color of the title. Accepts a valid CSS color string, including hex and rgb.
|
|
32
|
+
*/
|
|
33
|
+
color?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The font of the title.
|
|
36
|
+
*/
|
|
37
|
+
font?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The margin of the title. A numeric value sets all margins.
|
|
40
|
+
*/
|
|
41
|
+
margin?: Margin | number;
|
|
42
|
+
/**
|
|
43
|
+
* The padding of the title. A numeric value sets all margins.
|
|
44
|
+
*/
|
|
45
|
+
padding?: Padding | number;
|
|
46
|
+
/**
|
|
47
|
+
* The position of the title.
|
|
48
|
+
*
|
|
49
|
+
* The available options are:
|
|
50
|
+
* - `"bottom"`—The title is positioned on the bottom.
|
|
51
|
+
* - `"top"`—The title is positioned on the top.
|
|
52
|
+
*/
|
|
53
|
+
position?: 'top' | 'bottom';
|
|
54
|
+
/**
|
|
55
|
+
* The text of the chart title. You can also set the text directly for a title with default options. You can split the text into multiple lines by using the line feed characters ("\n").
|
|
56
|
+
*/
|
|
57
|
+
text?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The accessible description of the Chart. The description is announced by screen readers when the Chart is focused.("\n").
|
|
60
|
+
*/
|
|
61
|
+
description?: string;
|
|
62
|
+
/**
|
|
63
|
+
* If set to `true`, the Chart displays the title. By default, the title is displayed.
|
|
64
|
+
*/
|
|
65
|
+
visible?: boolean;
|
|
66
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { Border, DashType } from '../common/property-types.js';
|
|
9
|
+
/**
|
|
10
|
+
* The border options of the tooltip.
|
|
11
|
+
*/
|
|
12
|
+
export interface TooltipBorder extends Omit<Border, 'dashType'> {
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @hidden
|
|
16
|
+
*
|
|
17
|
+
* **Deprecated**. The `dashType` setting is ignored. Use the `border-style` CSS property instead.
|
|
18
|
+
*
|
|
19
|
+
* @deprecated
|
|
20
|
+
*/
|
|
21
|
+
dashType?: DashType;
|
|
22
|
+
}
|