@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,19 @@
|
|
|
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 { SeriesHighlight } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesHighlight component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesHighlightProps extends SeriesHighlight {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartSeriesHighlight component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartSeriesHighlight: React.FunctionComponent<ChartSeriesHighlightProps>;
|
|
19
|
+
export { ChartSeriesHighlight };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { SeriesLabels } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesLabels component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/labels#toc-setting-the-appearance)).
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesLabelsProps extends SeriesLabels {
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Represents the KendoReact ChartSeriesLabels component.
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* Supported children components are: {@link ChartSeriesLabelsFrom}, {@link ChartSeriesLabelsTo}.
|
|
24
|
+
*/
|
|
25
|
+
declare const ChartSeriesLabels: React.FunctionComponent<ChartSeriesLabelsProps>;
|
|
26
|
+
export { ChartSeriesLabels };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { SeriesLabelsFrom } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesLabelsFrom component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesLabelsFromProps extends SeriesLabelsFrom {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartSeriesLabelsFrom component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartSeriesLabelsFrom: React.FunctionComponent<ChartSeriesLabelsFromProps>;
|
|
19
|
+
export { ChartSeriesLabelsFrom };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { SeriesLabelsTo } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesLabelsTo component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesLabelsToProps extends SeriesLabelsTo {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartSeriesLabelsTo component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartSeriesLabelsTo: React.FunctionComponent<ChartSeriesLabelsToProps>;
|
|
19
|
+
export { ChartSeriesLabelsTo };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { SeriesMarkers } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesMarkers component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesMarkersProps extends SeriesMarkers {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartSeriesMarkers component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartSeriesMarkers: React.FunctionComponent<ChartSeriesMarkersProps>;
|
|
19
|
+
export { ChartSeriesMarkers };
|
|
@@ -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 { SeriesNotes } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesNotes component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesNotesProps extends SeriesNotes {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartSeriesNotes component.
|
|
17
|
+
*
|
|
18
|
+
* @remarks
|
|
19
|
+
* Supported children components are: {@link ChartSeriesNotesIcon}, {@link ChartSeriesNotesLabel}.
|
|
20
|
+
*/
|
|
21
|
+
declare const ChartSeriesNotes: React.FunctionComponent<ChartSeriesNotesProps>;
|
|
22
|
+
export { ChartSeriesNotes };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { SeriesNotesIcon } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesNotesIcon component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesNotesIconProps extends SeriesNotesIcon {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartSeriesNotesIcon component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartSeriesNotesIcon: React.FunctionComponent<ChartSeriesNotesIconProps>;
|
|
19
|
+
export { ChartSeriesNotesIcon };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { SeriesNotesLabel } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesNotesLabel component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesNotesLabelProps extends SeriesNotesLabel {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartSeriesNotesLabel component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartSeriesNotesLabel: React.FunctionComponent<ChartSeriesNotesLabelProps>;
|
|
19
|
+
export { ChartSeriesNotesLabel };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { SeriesOutliers } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartSeriesItemOutliers component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartSeriesItemOutliersProps extends SeriesOutliers {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartSeriesItemOutliers component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartSeriesItemOutliers: React.FunctionComponent<ChartSeriesItemOutliersProps>;
|
|
19
|
+
export { ChartSeriesItemOutliers };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 { SeriesTooltip } from '../../common/property-types.js';
|
|
9
|
+
import { TooltipContext } from './../../tooltip/Context.js';
|
|
10
|
+
import * as React from 'react';
|
|
11
|
+
/**
|
|
12
|
+
* Represents the props of the KendoReact ChartSeriesItemTooltip component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/tooltips)).
|
|
13
|
+
*/
|
|
14
|
+
export interface ChartSeriesItemTooltipProps extends SeriesTooltip {
|
|
15
|
+
/**
|
|
16
|
+
* A function that can be used to create a custom tooltip template.
|
|
17
|
+
*
|
|
18
|
+
* The function accepts a `TooltipContext` object as an argument and should return a React element
|
|
19
|
+
* that represents the custom tooltip content.
|
|
20
|
+
*/
|
|
21
|
+
render?: (props: TooltipContext) => React.ReactNode;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents the KendoReact ChartSeriesItemTooltip component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/tooltips)).
|
|
25
|
+
*/
|
|
26
|
+
declare const ChartSeriesItemTooltip: React.FunctionComponent<ChartSeriesItemTooltipProps>;
|
|
27
|
+
export { ChartSeriesItemTooltip };
|
|
@@ -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
|
+
import { ChartSeriesItemTooltip, ChartSeriesItemTooltipProps } from './Tooltip.js';
|
|
9
|
+
import { ChartSeriesItemOutliers, ChartSeriesItemOutliersProps } from './Outliers.js';
|
|
10
|
+
import { ChartSeriesNotes, ChartSeriesNotesProps } from './Notes.js';
|
|
11
|
+
import { ChartSeriesMarkers, ChartSeriesMarkersProps } from './Markers.js';
|
|
12
|
+
import { ChartSeriesLabels, ChartSeriesLabelsProps } from './Labels.js';
|
|
13
|
+
import { ChartSeriesHighlight, ChartSeriesHighlightProps } from './Highlight.js';
|
|
14
|
+
import { ChartSeriesExtremes, ChartSeriesExtremesProps } from './Extremes.js';
|
|
15
|
+
import { ChartSeriesErrorBars, ChartSeriesErrorBarsProps } from './ErrorBars.js';
|
|
16
|
+
import { ChartSeriesLabelsFrom, ChartSeriesLabelsFromProps } from './LabelsFrom.js';
|
|
17
|
+
import { ChartSeriesLabelsTo, ChartSeriesLabelsToProps } from './LabelsTo.js';
|
|
18
|
+
import { ChartSeriesNotesLabel, ChartSeriesNotesLabelProps } from './NotesLabel.js';
|
|
19
|
+
import { ChartSeriesNotesIcon, ChartSeriesNotesIconProps } from './NotesIcon.js';
|
|
20
|
+
export { ChartSeriesItemTooltip, ChartSeriesItemTooltipProps, ChartSeriesItemOutliers, ChartSeriesItemOutliersProps, ChartSeriesNotes, ChartSeriesNotesProps, ChartSeriesMarkers, ChartSeriesMarkersProps, ChartSeriesLabels, ChartSeriesLabelsProps, ChartSeriesHighlight, ChartSeriesHighlightProps, ChartSeriesExtremes, ChartSeriesExtremesProps, ChartSeriesErrorBars, ChartSeriesErrorBarsProps, ChartSeriesLabelsFrom, ChartSeriesLabelsFromProps, ChartSeriesLabelsTo, ChartSeriesLabelsToProps, ChartSeriesNotesLabel, ChartSeriesNotesLabelProps, ChartSeriesNotesIcon, ChartSeriesNotesIconProps };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { ValueAxisCrosshair } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartValueAxisCrosshair component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartValueAxisCrosshairProps extends ValueAxisCrosshair {
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Represents the KendoReact ChartValueAxisCrosshair component.
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* Supported children components are: {@link ChartValueAxisCrosshairTooltip}.
|
|
24
|
+
*/
|
|
25
|
+
declare const ChartValueAxisCrosshair: React.FunctionComponent<ChartValueAxisCrosshairProps>;
|
|
26
|
+
export { ChartValueAxisCrosshair };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { ValueAxisCrosshairTooltip } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartValueAxisCrosshairTooltip component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartValueAxisCrosshairTooltipProps extends ValueAxisCrosshairTooltip {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartValueAxisCrosshairTooltip component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartValueAxisCrosshairTooltip: React.FunctionComponent<ChartValueAxisCrosshairTooltipProps>;
|
|
19
|
+
export { ChartValueAxisCrosshairTooltip };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { ValueAxisLabels } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartValueAxisLabels component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/labels#toc-setting-the-appearance)).
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartValueAxisLabelsProps extends ValueAxisLabels {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartValueAxisLabels component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/labels#toc-setting-the-appearance)).
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartValueAxisLabels: React.FunctionComponent<ChartValueAxisLabelsProps>;
|
|
19
|
+
export { ChartValueAxisLabels };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { ValueAxisNotes } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartValueAxisNotes component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartValueAxisNotesProps extends ValueAxisNotes {
|
|
14
|
+
/**
|
|
15
|
+
* The child components of the ChartValueAxisNotes. Supported child components are: ChartValueAxisNotesIcon and ChartValueAxisNotesLabel.
|
|
16
|
+
*/
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Represents the KendoReact ChartValueAxisNotes component.
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* Supported children components are: {@link ChartValueAxisNotesIcon} and {@link ChartValueAxisNotesLabel}.
|
|
24
|
+
*/
|
|
25
|
+
declare const ChartValueAxisNotes: React.FunctionComponent<ChartValueAxisNotesProps>;
|
|
26
|
+
export { ChartValueAxisNotes };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { ValueAxisNotesIcon } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartValueAxisNotesIcon component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartValueAxisNotesIconProps extends ValueAxisNotesIcon {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartValueAxisNotesIcon component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartValueAxisNotesIcon: React.FunctionComponent<ChartValueAxisNotesIconProps>;
|
|
19
|
+
export { ChartValueAxisNotesIcon };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { ValueAxisNotesLabel } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartValueAxisNotesLabel component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartValueAxisNotesLabelProps extends ValueAxisNotesLabel {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartValueAxisNotesLabel component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartValueAxisNotesLabel: React.FunctionComponent<ChartValueAxisNotesLabelProps>;
|
|
19
|
+
export { ChartValueAxisNotesLabel };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { ValueAxisTitle } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartValueAxisTitle component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartValueAxisTitleProps extends ValueAxisTitle {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartValueAxisTitle component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartValueAxisTitle: React.FunctionComponent<ChartValueAxisTitleProps>;
|
|
19
|
+
export { ChartValueAxisTitle };
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { ChartValueAxisCrosshair, ChartValueAxisCrosshairProps } from './Crosshair.js';
|
|
9
|
+
import { ChartValueAxisCrosshairTooltip, ChartValueAxisCrosshairTooltipProps } from './CrosshairTooltip.js';
|
|
10
|
+
import { ChartValueAxisLabels, ChartValueAxisLabelsProps } from './Labels.js';
|
|
11
|
+
import { ChartValueAxisNotes, ChartValueAxisNotesProps } from './Notes.js';
|
|
12
|
+
import { ChartValueAxisNotesIcon, ChartValueAxisNotesIconProps } from './NotesIcon.js';
|
|
13
|
+
import { ChartValueAxisNotesLabel, ChartValueAxisNotesLabelProps } from './NotesLabel.js';
|
|
14
|
+
import { ChartValueAxisTitle, ChartValueAxisTitleProps } from './Title.js';
|
|
15
|
+
export { ChartValueAxisCrosshair, ChartValueAxisCrosshairProps, ChartValueAxisCrosshairTooltip, ChartValueAxisCrosshairTooltipProps, ChartValueAxisTitle, ChartValueAxisTitleProps, ChartValueAxisLabels, ChartValueAxisLabelsProps, ChartValueAxisNotes, ChartValueAxisNotesProps, ChartValueAxisNotesIcon, ChartValueAxisNotesIconProps, ChartValueAxisNotesLabel, ChartValueAxisNotesLabelProps };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { XAxisCrosshair } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartXAxisCrosshair component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartXAxisCrosshairProps extends XAxisCrosshair {
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Represents the KendoReact ChartXAxisCrosshair component.
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* Supported children components are: {@link ChartXAxisCrosshairTooltip}.
|
|
24
|
+
*/
|
|
25
|
+
declare const ChartXAxisCrosshair: React.FunctionComponent<ChartXAxisCrosshairProps>;
|
|
26
|
+
export { ChartXAxisCrosshair };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { XAxisCrosshairTooltip } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartXAxisCrosshairTooltip component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartXAxisCrosshairTooltipProps extends XAxisCrosshairTooltip {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartXAxisCrosshairTooltip component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartXAxisCrosshairTooltip: React.FunctionComponent<ChartXAxisCrosshairTooltipProps>;
|
|
19
|
+
export { ChartXAxisCrosshairTooltip };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { XAxisLabels } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartXAxisLabels component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartXAxisLabelsProps extends XAxisLabels {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartXAxisLabels component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartXAxisLabels: React.FunctionComponent<ChartXAxisLabelsProps>;
|
|
19
|
+
export { ChartXAxisLabels };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { XAxisNotes } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartXAxisNotes component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartXAxisNotesProps extends XAxisNotes {
|
|
14
|
+
/**
|
|
15
|
+
* The child components of the ChartXAxisNotes. Supported child components are: ChartXAxisNotesIcon and ChartXAxisNotesLabel.
|
|
16
|
+
*/
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Represents the KendoReact ChartXAxisNotes component.
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* Supported children components are: {@link ChartXAxisNotesIcon}, {@link ChartXAxisNotesLabel}.
|
|
24
|
+
*/
|
|
25
|
+
declare const ChartXAxisNotes: React.FunctionComponent<ChartXAxisNotesProps>;
|
|
26
|
+
export { ChartXAxisNotes };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { XAxisNotesIcon } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartXAxisNotesIcon component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartXAxisNotesIconProps extends XAxisNotesIcon {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartXAxisNotesIcon component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartXAxisNotesIcon: React.FunctionComponent<ChartXAxisNotesIconProps>;
|
|
19
|
+
export { ChartXAxisNotesIcon };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { XAxisNotesLabel } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartXAxisNotesLabel component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartXAxisNotesLabelProps extends XAxisNotesLabel {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartXAxisNotesLabel component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartXAxisNotesLabel: React.FunctionComponent<ChartXAxisNotesLabelProps>;
|
|
19
|
+
export { ChartXAxisNotesLabel };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { XAxisTitle } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartXAxisTitle component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartXAxisTitleProps extends XAxisTitle {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartXAxisTitle component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartXAxisTitle: React.FunctionComponent<ChartXAxisTitleProps>;
|
|
19
|
+
export { ChartXAxisTitle };
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { ChartXAxisCrosshair, ChartXAxisCrosshairProps } from './Crosshair.js';
|
|
9
|
+
import { ChartXAxisCrosshairTooltip, ChartXAxisCrosshairTooltipProps } from './CrosshairTooltip.js';
|
|
10
|
+
import { ChartXAxisLabels, ChartXAxisLabelsProps } from './Labels.js';
|
|
11
|
+
import { ChartXAxisNotes, ChartXAxisNotesProps } from './Notes.js';
|
|
12
|
+
import { ChartXAxisNotesIcon, ChartXAxisNotesIconProps } from './NotesIcon.js';
|
|
13
|
+
import { ChartXAxisNotesLabel, ChartXAxisNotesLabelProps } from './NotesLabel.js';
|
|
14
|
+
import { ChartXAxisTitle, ChartXAxisTitleProps } from './Title.js';
|
|
15
|
+
export { ChartXAxisCrosshair, ChartXAxisCrosshairProps, ChartXAxisCrosshairTooltip, ChartXAxisCrosshairTooltipProps, ChartXAxisTitle, ChartXAxisTitleProps, ChartXAxisLabels, ChartXAxisLabelsProps, ChartXAxisNotes, ChartXAxisNotesProps, ChartXAxisNotesIcon, ChartXAxisNotesIconProps, ChartXAxisNotesLabel, ChartXAxisNotesLabelProps };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { YAxisCrosshair } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartYAxisCrosshair component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartYAxisCrosshairProps extends YAxisCrosshair {
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Represents the KendoReact ChartYAxisCrosshair component.
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* Supported children components are: {@link ChartYAxisCrosshairTooltip}.
|
|
24
|
+
*/
|
|
25
|
+
declare const ChartYAxisCrosshair: React.FunctionComponent<ChartYAxisCrosshairProps>;
|
|
26
|
+
export { ChartYAxisCrosshair };
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { YAxisCrosshairTooltip } from '../../common/property-types.js';
|
|
9
|
+
import * as React from 'react';
|
|
10
|
+
/**
|
|
11
|
+
* Represents the props of the KendoReact ChartYAxisCrosshairTooltip component.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChartYAxisCrosshairTooltipProps extends YAxisCrosshairTooltip {
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Represents the KendoReact ChartYAxisCrosshairTooltip component.
|
|
17
|
+
*/
|
|
18
|
+
declare const ChartYAxisCrosshairTooltip: React.FunctionComponent<ChartYAxisCrosshairTooltipProps>;
|
|
19
|
+
export { ChartYAxisCrosshairTooltip };
|