@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,33 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* Specifies the marker type.
|
|
10
|
+
*
|
|
11
|
+
* > Note that `"rect"` is an alias for `"square"`.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```jsx
|
|
15
|
+
* import {
|
|
16
|
+
* Chart,
|
|
17
|
+
* ChartSeries,
|
|
18
|
+
* ChartSeriesItem
|
|
19
|
+
* } from '@progress/kendo-react-charts';
|
|
20
|
+
*
|
|
21
|
+
* const data = [1, 2, 3];
|
|
22
|
+
* const markerType = "cross";
|
|
23
|
+
*
|
|
24
|
+
* const ChartContainer = () => (
|
|
25
|
+
* <Chart>
|
|
26
|
+
* <ChartSeries>
|
|
27
|
+
* <ChartSeriesItem type="line" data={data} markers={{ type: markerType }} />
|
|
28
|
+
* </ChartSeries>
|
|
29
|
+
* </Chart>
|
|
30
|
+
* );
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export type MarkerType = 'square' | 'circle' | 'triangle' | 'cross' | 'rect' | 'roundedRect';
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* Specifies a modifier key.
|
|
10
|
+
*/
|
|
11
|
+
export type ModifierKey = 'none' | 'ctrl' | 'shift' | 'alt';
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* Configuration of the mousewheel action for selection.
|
|
10
|
+
*/
|
|
11
|
+
export interface MousewheelSelect {
|
|
12
|
+
/**
|
|
13
|
+
* If set to `true`, the option reverses the mousewheel direction. For `"zoom out"`, the regular direction is down. For `"zoom in"`, the regular direction is up.
|
|
14
|
+
*/
|
|
15
|
+
reverse?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* The zoom direction of the selection.
|
|
18
|
+
*
|
|
19
|
+
* The supported values are:
|
|
20
|
+
* * `"both"`—Zooming expands and contracts the selection on both sides.
|
|
21
|
+
* * `"left"`—Zooming expands and contracts the selection on the left side only.
|
|
22
|
+
* * `"right"`—Zooming expands and contracts the selection on the right side only.
|
|
23
|
+
*/
|
|
24
|
+
zoom?: 'both' | 'left' | 'right';
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { LockAxis } from './lock-axis.js';
|
|
9
|
+
/**
|
|
10
|
+
* The configuration of the mousewheel action for zooming.
|
|
11
|
+
*/
|
|
12
|
+
export interface MousewheelZoom {
|
|
13
|
+
/**
|
|
14
|
+
* Specifies an axis that will not be zoomed.
|
|
15
|
+
*/
|
|
16
|
+
lock?: LockAxis;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies the zoom rate as percentage of the axis range. The default value is 0.3 or 30% of the axis range.
|
|
19
|
+
*
|
|
20
|
+
* The accepted range is from 0.01 to 0.9 (1% to 90%).
|
|
21
|
+
*
|
|
22
|
+
* @default 0.3
|
|
23
|
+
*/
|
|
24
|
+
rate?: number;
|
|
25
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* The appearance settings for the negative values in the Bubble series.
|
|
10
|
+
*/
|
|
11
|
+
export interface NegativeBubbleValues {
|
|
12
|
+
/**
|
|
13
|
+
* The color of the negative bubble Chart values.
|
|
14
|
+
*/
|
|
15
|
+
color?: string;
|
|
16
|
+
/**
|
|
17
|
+
* If set to `true`, the Chart displays the negative bubbles. By default, the negative bubbles are not displayed.
|
|
18
|
+
*/
|
|
19
|
+
visible?: boolean;
|
|
20
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* The position of a note label.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```jsx
|
|
13
|
+
* import {
|
|
14
|
+
* Chart,
|
|
15
|
+
* ChartValueAxis,
|
|
16
|
+
* ChartValueAxisItem
|
|
17
|
+
* } from '@progress/kendo-react-charts';
|
|
18
|
+
*
|
|
19
|
+
* const data = [{value: 1, label: { text: 'Foo' }}];
|
|
20
|
+
* const position = "outside";
|
|
21
|
+
*
|
|
22
|
+
* const ChartContainer = () => (
|
|
23
|
+
* <Chart>
|
|
24
|
+
* <ChartValueAxis>
|
|
25
|
+
* <ChartValueAxisItem notes={{ data, label: { position } }} />
|
|
26
|
+
* </ChartValueAxis>
|
|
27
|
+
* </Chart>
|
|
28
|
+
* );
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export type NoteLabelPosition = 'inside' | 'outside';
|
|
@@ -0,0 +1,29 @@
|
|
|
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 { DashType } from './dash-type.js';
|
|
9
|
+
/**
|
|
10
|
+
* The appearance settings for the note-connecting line.
|
|
11
|
+
*/
|
|
12
|
+
export interface NoteLine {
|
|
13
|
+
/**
|
|
14
|
+
* The color of the note line. Accepts a valid CSS color string, including hex and rgb.
|
|
15
|
+
*/
|
|
16
|
+
color?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The dash type of the note line.
|
|
19
|
+
*/
|
|
20
|
+
dashType?: DashType;
|
|
21
|
+
/**
|
|
22
|
+
* The length of the connecting line in pixels.
|
|
23
|
+
*/
|
|
24
|
+
length?: number;
|
|
25
|
+
/**
|
|
26
|
+
* The width of the connecting line in pixels.
|
|
27
|
+
*/
|
|
28
|
+
width?: number;
|
|
29
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* Specifies the position of a note.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```jsx
|
|
13
|
+
* import {
|
|
14
|
+
* Chart,
|
|
15
|
+
* ChartValueAxis,
|
|
16
|
+
* ChartValueAxisItem
|
|
17
|
+
* } from '@progress/kendo-react-charts';
|
|
18
|
+
*
|
|
19
|
+
* const data = [{value: 1}];
|
|
20
|
+
* const position = "right";
|
|
21
|
+
*
|
|
22
|
+
* const ChartContainer = () => (
|
|
23
|
+
* <Chart>
|
|
24
|
+
* <ChartValueAxis>
|
|
25
|
+
* <ChartValueAxisItem notes={{ data, position }} />
|
|
26
|
+
* </ChartValueAxis>
|
|
27
|
+
* </Chart>
|
|
28
|
+
* );
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export type NotePosition = 'top' | 'bottom' | 'left' | 'right';
|
|
@@ -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
|
+
/**
|
|
9
|
+
* The appearance settings for the overlay of the series elements.
|
|
10
|
+
*/
|
|
11
|
+
export interface Overlay {
|
|
12
|
+
/**
|
|
13
|
+
* The gradient of the Chart series.
|
|
14
|
+
*
|
|
15
|
+
* The supported values are:
|
|
16
|
+
* * `"glass"`—Applicable for the Bar, Column, and Candlestick series.
|
|
17
|
+
* * `"none"`
|
|
18
|
+
* * `"roundedBevel"`—Applicable for the Donut and Pie series.
|
|
19
|
+
* * `"sharpBevel"`—Applicable for the Donut and Pie series.
|
|
20
|
+
*/
|
|
21
|
+
gradient?: 'glass' | 'none' | 'roundedBevel' | 'sharpBevel';
|
|
22
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { Margin } from './margin.interface.js';
|
|
9
|
+
/**
|
|
10
|
+
* The padding configuration for each side (see the [basic usage example](https://www.telerik.com/kendo-react-ui/components/charts/api/charttitle)).
|
|
11
|
+
*/
|
|
12
|
+
export interface Padding extends Margin {
|
|
13
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
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 { PlotBandLabelVisualArgs } from '../common/property-types.js';
|
|
10
|
+
import { Border } from './border.interface.js';
|
|
11
|
+
import { Margin } from './margin.interface.js';
|
|
12
|
+
import { Padding } from './padding.interface.js';
|
|
13
|
+
/**
|
|
14
|
+
* The appearance configuration for the plot band label.
|
|
15
|
+
*/
|
|
16
|
+
export interface PlotBandLabel {
|
|
17
|
+
/**
|
|
18
|
+
* The horizontal alignment of the label text.
|
|
19
|
+
*
|
|
20
|
+
* By default, the label is aligned to the left.
|
|
21
|
+
*
|
|
22
|
+
* The supported values are:
|
|
23
|
+
* - `"center"`—The label is positioned in the center of the plot band.
|
|
24
|
+
* - `"right"`—The label is positioned on the right side of the plot band.
|
|
25
|
+
* - `"left"`—The label is positioned on the left side of the plot band.
|
|
26
|
+
*/
|
|
27
|
+
align?: 'center' | 'right' | 'left';
|
|
28
|
+
/**
|
|
29
|
+
* The background color of the label. Accepts a valid CSS color string, including hex and rgb.
|
|
30
|
+
*/
|
|
31
|
+
background?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The border of the label.
|
|
34
|
+
*/
|
|
35
|
+
border?: Border;
|
|
36
|
+
/**
|
|
37
|
+
* The color of the plot band label text.
|
|
38
|
+
* Accepts a valid [CSS `color`](https://developer.mozilla.org/en-US/docs/Web/CSS/color)
|
|
39
|
+
* configuration string, including hex and rgb.
|
|
40
|
+
*/
|
|
41
|
+
color?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The font of the plot band label text.
|
|
44
|
+
* Accepts a valid [CSS `font`](https://developer.mozilla.org/en-US/docs/Web/CSS/font)
|
|
45
|
+
* configuration string.
|
|
46
|
+
*/
|
|
47
|
+
font?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The margin of the label. A numeric value sets all margins.
|
|
50
|
+
*/
|
|
51
|
+
margin?: Margin | number;
|
|
52
|
+
/**
|
|
53
|
+
* The padding of the label. A numeric value sets all paddings.
|
|
54
|
+
*/
|
|
55
|
+
padding?: Padding | number;
|
|
56
|
+
/**
|
|
57
|
+
* The vertical position of the label inside the plot band.
|
|
58
|
+
*
|
|
59
|
+
* By default, the label is aligned to the top.
|
|
60
|
+
*
|
|
61
|
+
* The supported values are:
|
|
62
|
+
* - `"bottom"`—The label is positioned on the bottom of the plot band.
|
|
63
|
+
* - `"center"`—The label is positioned in the center of the plot band.
|
|
64
|
+
* - `"top"`—The label is positioned on the top of the plot band.
|
|
65
|
+
*/
|
|
66
|
+
position?: 'bottom' | 'center' | 'top';
|
|
67
|
+
/**
|
|
68
|
+
* The rotation angle of the label. By default, the label is not rotated.
|
|
69
|
+
*/
|
|
70
|
+
rotation?: number;
|
|
71
|
+
/**
|
|
72
|
+
* The text of the label.
|
|
73
|
+
*
|
|
74
|
+
* > The text can be split into multiple lines by using line feed characters ("\n").
|
|
75
|
+
*/
|
|
76
|
+
text?: string;
|
|
77
|
+
/**
|
|
78
|
+
* If set to `false`, the will not display the plot band label.
|
|
79
|
+
* By default, the plot band labels are not displayed.
|
|
80
|
+
*/
|
|
81
|
+
visible?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* A function that can be used to create a custom visual for the label.
|
|
84
|
+
*
|
|
85
|
+
* The available argument fields are:
|
|
86
|
+
*
|
|
87
|
+
* - `text`—The label text.
|
|
88
|
+
* - `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.
|
|
89
|
+
* - `options`—The label options.
|
|
90
|
+
* - `createVisual`—A function that can be used to get the default visual.
|
|
91
|
+
* - `sender`—A reference to the Chart instance.
|
|
92
|
+
*/
|
|
93
|
+
visual?: (e: PlotBandLabelVisualArgs) => drawing.Element;
|
|
94
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { PlotBandLabel } from './plot-band-label.interface.js';
|
|
9
|
+
/**
|
|
10
|
+
* A plot band ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/plot-bands)).
|
|
11
|
+
*/
|
|
12
|
+
export interface PlotBand {
|
|
13
|
+
/**
|
|
14
|
+
* The color of the plot band.
|
|
15
|
+
*/
|
|
16
|
+
color?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The start position of the plot band in axis units.
|
|
19
|
+
*/
|
|
20
|
+
from?: number | Date;
|
|
21
|
+
/**
|
|
22
|
+
* The opacity of the plot band.
|
|
23
|
+
*/
|
|
24
|
+
opacity?: number;
|
|
25
|
+
/**
|
|
26
|
+
* The end position of the plot band in axis units.
|
|
27
|
+
*/
|
|
28
|
+
to?: number | Date;
|
|
29
|
+
/**
|
|
30
|
+
* The label configuration of the plot band.
|
|
31
|
+
*
|
|
32
|
+
* To display a label, set the text option.
|
|
33
|
+
*
|
|
34
|
+
* See [Plot Bands - Labels](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/plot-bands#toc-labels) for sample usage.
|
|
35
|
+
*/
|
|
36
|
+
label?: PlotBandLabel;
|
|
37
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* Configures the position of the series labels.
|
|
10
|
+
*
|
|
11
|
+
* - `"above"`—The label is positioned at the top of the marker. Applicable for series that render points, including the Bubble series.
|
|
12
|
+
* - `"below"`—The label is positioned at the bottom of the marker. Applicable for series that render points, including the Bubble series.
|
|
13
|
+
* - `"center"`—The label is positioned at the point center. Applicable for the Bar, Column, Donut, Pie, Funnel, Pyramid, RadarColumn, and Waterfall series.
|
|
14
|
+
* - `"insideBase"`—The label is positioned inside, near the base of the bar. Applicable for the Bar, Column, and Waterfall series.
|
|
15
|
+
* - `"insideEnd"`—The label is positioned inside, near the end of the point. Applicable for the Bar, Column, Donut, Pie, RadarColumn, and Waterfall series.
|
|
16
|
+
* - `"left"`—The label is positioned to the left of the marker. Applicable for series that render points, including the Bubble series.
|
|
17
|
+
* - `"outsideEnd"`—The label is positioned outside, near the end of the point. Applicable for the Bar, Column, Donut, Pie, RadarColumn, and Waterfall series. Not applicable for stacked series.
|
|
18
|
+
* - `"right"`—The label is positioned to the right of the marker. Applicable for series that render points, including the Bubble series.
|
|
19
|
+
* - `"top"`—The label is positioned at the top of the segment. Applicable for the Funnel and Pyramid series.
|
|
20
|
+
* - `"bottom"`—The label is positioned at the bottom of the segment. Applicable for the Funnel and Pyramid series.
|
|
21
|
+
* - `"auto"`—The from and to labels are positioned at the top or bottom (for the RangeArea series), or to the left or right (for the VerticalRangeArea series), so that they are outside the filled area. Applicable for the RangeArea and VerticalRangeArea series.
|
|
22
|
+
*/
|
|
23
|
+
export type SeriesLabelsPosition = 'auto' | 'above' | 'below' | 'center' | 'insideBase' | 'insideEnd' | 'left' | 'outsideEnd' | 'right' | 'top' | 'bottom';
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { LineStyle } from './line-style.js';
|
|
9
|
+
/**
|
|
10
|
+
* The appearance settings for the line of the Area, Candlestick, OHLC, and Waterfall series.
|
|
11
|
+
*/
|
|
12
|
+
export interface SeriesLine {
|
|
13
|
+
/**
|
|
14
|
+
* The color of the line. Accepts a valid CSS color string, including hex and rgb.
|
|
15
|
+
*/
|
|
16
|
+
color?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The line opacity. By default, the line is opaque (`opacity = 1`).
|
|
19
|
+
*/
|
|
20
|
+
opacity?: number;
|
|
21
|
+
/**
|
|
22
|
+
* The drawing style of the line. Applicable for the Area, Range Area, Polar Area, and Radar Area series.
|
|
23
|
+
*
|
|
24
|
+
* The supported values are:
|
|
25
|
+
* * `"normal" (default)`—The values are connected with a straight line.
|
|
26
|
+
* * `"step"`—The values are connected with a right-angled line. Supported only for the Area and Range Area series.
|
|
27
|
+
* * `"smooth"`—The values are connected with a smooth line.
|
|
28
|
+
*/
|
|
29
|
+
style?: LineStyle;
|
|
30
|
+
/**
|
|
31
|
+
* The line width in pixels.
|
|
32
|
+
* By default, the width is set to `0` and the line is not visible.
|
|
33
|
+
*/
|
|
34
|
+
width?: number;
|
|
35
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* Configures the Stacked series.
|
|
10
|
+
*/
|
|
11
|
+
export interface SeriesStack {
|
|
12
|
+
/**
|
|
13
|
+
* The optional stack group name. The `group` option is supported for the Bar and Column series.
|
|
14
|
+
*/
|
|
15
|
+
group?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The type of stack to plot.
|
|
18
|
+
*
|
|
19
|
+
* The supported types are:
|
|
20
|
+
* * `"normal"`—The value of the stack is the sum of all points in the category (or group).
|
|
21
|
+
* * `"100%"`—The value of the stack is always 100% (1.00). Points within the category (or group) are represented in percentage.
|
|
22
|
+
*/
|
|
23
|
+
type?: 'normal' | '100%';
|
|
24
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* [The series type](https://www.telerik.com/kendo-react-ui/components/charts/series-types#series-type)
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```jsx
|
|
13
|
+
* import {
|
|
14
|
+
* Chart,
|
|
15
|
+
* ChartSeries,
|
|
16
|
+
* ChartSeriesItem
|
|
17
|
+
* } from '@progress/kendo-react-charts';
|
|
18
|
+
*
|
|
19
|
+
* const data = [1, 2, 3];
|
|
20
|
+
* const seriesType = "verticalLine";
|
|
21
|
+
*
|
|
22
|
+
* const ChartContainer = () => (
|
|
23
|
+
* <Chart>
|
|
24
|
+
* <ChartSeries>
|
|
25
|
+
* <ChartSeriesItem type="line" data={data} type={seriesType} />
|
|
26
|
+
* </ChartSeries>
|
|
27
|
+
* </Chart>
|
|
28
|
+
* );
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export type SeriesType = 'area' | 'bar' | 'boxPlot' | 'bubble' | 'bullet' | 'candlestick' | 'column' | 'donut' | 'exponentialTrendline' | 'funnel' | 'pyramid' | 'heatmap' | 'horizontalWaterfall' | 'line' | 'linearTrendline' | 'logarithmicTrendline' | 'movingAverageTrendline' | 'ohlc' | 'pie' | 'polarArea' | 'polarLine' | 'polarScatter' | 'polynomialTrendline' | 'powerTrendline' | 'radarArea' | 'radarColumn' | 'radarLine' | 'rangeArea' | 'rangeBar' | 'rangeColumn' | 'scatter' | 'scatterLine' | 'verticalArea' | 'verticalBoxPlot' | 'verticalBullet' | 'verticalLine' | 'verticalRangeArea' | 'waterfall';
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* The series trendline forecast settings.
|
|
10
|
+
*/
|
|
11
|
+
export interface TrendlineForecast {
|
|
12
|
+
/**
|
|
13
|
+
* The number of intervals to extend the trendline before the first data point.
|
|
14
|
+
*/
|
|
15
|
+
before?: number;
|
|
16
|
+
/**
|
|
17
|
+
* The number of intervals to extend the trendline after the last data point.
|
|
18
|
+
*/
|
|
19
|
+
after?: number;
|
|
20
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* Specifies the `weekStartDay` of a [ChartCategoryAxisItem](https://www.telerik.com/kendo-react-ui/components/charts/api/chartcategoryaxisitem).
|
|
10
|
+
*/
|
|
11
|
+
export declare enum WeekStartDay {
|
|
12
|
+
/**
|
|
13
|
+
* Specifies Sunday as the first day of the week.
|
|
14
|
+
*/
|
|
15
|
+
Sunday = 0,
|
|
16
|
+
/**
|
|
17
|
+
* Specifies Monday as the first day of the week.
|
|
18
|
+
*/
|
|
19
|
+
Monday = 1,
|
|
20
|
+
/**
|
|
21
|
+
* Specifies Tuesday as the first day of the week.
|
|
22
|
+
*/
|
|
23
|
+
Tuesday = 2,
|
|
24
|
+
/**
|
|
25
|
+
* Specifies Wednesday as the first day of the week.
|
|
26
|
+
*/
|
|
27
|
+
Wednesday = 3,
|
|
28
|
+
/**
|
|
29
|
+
* Specifies Thursday as the first day of the week.
|
|
30
|
+
*/
|
|
31
|
+
Thursday = 4,
|
|
32
|
+
/**
|
|
33
|
+
* Specifies Friday as the first day of the week.
|
|
34
|
+
*/
|
|
35
|
+
Friday = 5,
|
|
36
|
+
/**
|
|
37
|
+
* Specifies Saturday as the first day of the week.
|
|
38
|
+
*/
|
|
39
|
+
Saturday = 6
|
|
40
|
+
}
|