@progress/kendo-vue-charts 9.3.0-develop.6 → 9.3.0-develop.7
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 +16 -16
- package/Chart.d.ts +16 -16
- package/common/api-types.d.ts +24 -7
- package/common/events.d.ts +1 -0
- package/common/property-types.d.ts +4 -130
- package/components/AxisDefaults.d.ts +29 -29
- package/components/CategoryAxisItem.d.ts +54 -54
- package/components/ChartArea.d.ts +7 -7
- package/components/Legend.d.ts +31 -31
- package/components/Navigator.d.ts +15 -15
- package/components/Pane.d.ts +10 -10
- package/components/PaneDefaults.d.ts +11 -11
- package/components/PlotArea.d.ts +8 -8
- package/components/SeriesDefaults.d.ts +23 -23
- package/components/SeriesItem.d.ts +83 -68
- package/components/Title.d.ts +16 -16
- package/components/Tooltip.d.ts +8 -8
- package/components/ValueAxisItem.d.ts +36 -36
- package/components/XAxisItem.d.ts +39 -39
- package/components/YAxisItem.d.ts +39 -39
- package/components/axis-defaults/Crosshair.d.ts +6 -6
- package/components/axis-defaults/CrosshairTooltip.d.ts +6 -6
- package/components/axis-defaults/Labels.d.ts +14 -14
- package/components/axis-defaults/Title.d.ts +14 -14
- package/components/category-axis-item/Crosshair.d.ts +6 -6
- package/components/category-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/category-axis-item/Labels.d.ts +23 -23
- package/components/category-axis-item/Notes.d.ts +23 -15
- package/components/category-axis-item/NotesIcon.d.ts +6 -6
- package/components/category-axis-item/NotesLabel.d.ts +9 -9
- package/components/category-axis-item/RangeLabels.d.ts +3 -3
- package/components/category-axis-item/Select.d.ts +2 -2
- package/components/category-axis-item/Title.d.ts +14 -14
- package/components/legend/InactiveItems.d.ts +3 -3
- package/components/legend/Item.d.ts +18 -18
- package/components/legend/Title.d.ts +17 -17
- package/components/navigator/CategoryAxis.d.ts +54 -54
- package/components/navigator/Hint.d.ts +3 -3
- package/components/navigator/Pane.d.ts +10 -10
- package/components/navigator/Select.d.ts +2 -2
- package/components/navigator/SeriesItem.d.ts +80 -64
- package/components/navigator/category-axis/Crosshair.d.ts +6 -6
- package/components/navigator/category-axis/CrosshairTooltip.d.ts +6 -6
- package/components/navigator/category-axis/Labels.d.ts +23 -23
- package/components/navigator/category-axis/Notes.d.ts +23 -15
- package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
- package/components/navigator/category-axis/NotesLabel.d.ts +9 -9
- package/components/navigator/category-axis/Select.d.ts +2 -2
- package/components/navigator/category-axis/Title.d.ts +14 -14
- package/components/navigator/pane/Title.d.ts +9 -9
- package/components/navigator/series-item/ErrorBars.d.ts +8 -8
- package/components/navigator/series-item/Extremes.d.ts +6 -6
- package/components/navigator/series-item/Highlight.d.ts +12 -12
- package/components/navigator/series-item/Labels.d.ts +26 -26
- package/components/navigator/series-item/LabelsFrom.d.ts +14 -14
- package/components/navigator/series-item/LabelsTo.d.ts +14 -14
- package/components/navigator/series-item/Markers.d.ts +9 -9
- package/components/navigator/series-item/Notes.d.ts +15 -15
- package/components/navigator/series-item/NotesIcon.d.ts +6 -6
- package/components/navigator/series-item/NotesLabel.d.ts +9 -9
- package/components/navigator/series-item/Outliers.d.ts +6 -6
- package/components/navigator/series-item/Tooltip.d.ts +6 -6
- package/components/pane/Title.d.ts +9 -9
- package/components/pane-defaults/Title.d.ts +9 -9
- package/components/series-defaults/Labels.d.ts +20 -20
- package/components/series-defaults/LabelsFrom.d.ts +11 -11
- package/components/series-defaults/LabelsTo.d.ts +11 -11
- package/components/series-defaults/Notes.d.ts +12 -12
- package/components/series-defaults/NotesIcon.d.ts +6 -6
- package/components/series-defaults/NotesLabel.d.ts +9 -9
- package/components/series-defaults/Tooltip.d.ts +6 -6
- package/components/series-item/ErrorBars.d.ts +8 -8
- package/components/series-item/Extremes.d.ts +6 -6
- package/components/series-item/Highlight.d.ts +9 -9
- package/components/series-item/Labels.d.ts +26 -26
- package/components/series-item/LabelsFrom.d.ts +14 -14
- package/components/series-item/LabelsTo.d.ts +14 -14
- package/components/series-item/Markers.d.ts +9 -9
- package/components/series-item/Notes.d.ts +15 -15
- package/components/series-item/NotesIcon.d.ts +6 -6
- package/components/series-item/NotesLabel.d.ts +9 -9
- package/components/series-item/Outliers.d.ts +6 -6
- package/components/series-item/Tooltip.d.ts +6 -6
- package/components/value-axis-item/Crosshair.d.ts +1 -1
- package/components/value-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/value-axis-item/Labels.d.ts +17 -17
- package/components/value-axis-item/Notes.d.ts +23 -15
- package/components/value-axis-item/NotesIcon.d.ts +6 -6
- package/components/value-axis-item/NotesLabel.d.ts +9 -9
- package/components/value-axis-item/Title.d.ts +14 -14
- package/components/x-axis-item/Crosshair.d.ts +3 -3
- package/components/x-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/x-axis-item/Labels.d.ts +20 -20
- package/components/x-axis-item/Notes.d.ts +23 -15
- package/components/x-axis-item/NotesIcon.d.ts +6 -6
- package/components/x-axis-item/NotesLabel.d.ts +9 -9
- package/components/x-axis-item/Title.d.ts +14 -14
- package/components/y-axis-item/Crosshair.d.ts +3 -3
- package/components/y-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/y-axis-item/Labels.d.ts +20 -20
- package/components/y-axis-item/Notes.d.ts +23 -15
- package/components/y-axis-item/NotesIcon.d.ts +6 -6
- package/components/y-axis-item/NotesLabel.d.ts +9 -9
- package/components/y-axis-item/Title.d.ts +14 -14
- package/dist/cdn/js/kendo-vue-charts.js +1 -1
- package/events/axis-label-click-event.d.ts +1 -1
- package/events/drag-end-event.d.ts +1 -1
- package/events/drag-event.d.ts +1 -1
- package/events/drag-start-event.d.ts +1 -1
- package/events/legend-item-click-event.d.ts +1 -1
- package/events/legend-item-hover-event.d.ts +1 -1
- package/events/legend-item-leave-event.d.ts +1 -1
- package/events/note-click-event.d.ts +1 -1
- package/events/note-hover-event.d.ts +1 -1
- package/events/select-end-event.d.ts +1 -1
- package/events/select-event.d.ts +1 -1
- package/events/select-start-event.d.ts +1 -1
- package/events/series-click-event.d.ts +1 -2
- package/events/series-hover-event.d.ts +1 -2
- package/events/zoom-end-event.d.ts +1 -1
- package/events/zoom-event.d.ts +1 -1
- package/events/zoom-start-event.d.ts +1 -1
- package/index.d.mts +2 -1
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/index.mjs +229 -226
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +6 -6
- package/api-types/axis-range.interface.d.ts +0 -20
- package/api-types/chart-axis.interface.d.ts +0 -43
- package/api-types/chart-pane.interface.d.ts +0 -21
- package/api-types/chart-plotarea.interface.d.ts +0 -21
- package/api-types/event-axis-options.interface.d.ts +0 -16
- package/api-types/event-series-options.interface.d.ts +0 -24
- package/api-types/series-point.interface.d.ts +0 -45
- package/argument-types/axis-label-visual-args.interface.d.ts +0 -49
- package/argument-types/axis-note-visual-args.interface.d.ts +0 -33
- package/argument-types/error-bars-visual-args.interface.d.ts +0 -37
- package/argument-types/highlight-toggle-args.interface.d.ts +0 -41
- package/argument-types/highlight-visual-args.interface.d.ts +0 -57
- package/argument-types/legend-item-visual-args.interface.d.ts +0 -33
- package/argument-types/legend-labels-content-args.interface.d.ts +0 -28
- package/argument-types/markers-visual-args.interface.d.ts +0 -45
- package/argument-types/plot-band-label-visual-args.interface.d.ts +0 -33
- package/argument-types/series-labels-visual-args.interface.d.ts +0 -33
- package/argument-types/series-note-visual-args.interface.d.ts +0 -49
- package/argument-types/series-visual-args.interface.d.ts +0 -82
- package/argument-types/title-visual-args.interface.d.ts +0 -33
- package/field-types/auto-base-unit-steps.interface.d.ts +0 -46
- package/field-types/axis-labels-position.d.ts +0 -22
- package/field-types/axis-line.interface.d.ts +0 -29
- package/field-types/axis-ticks.interface.d.ts +0 -36
- package/field-types/axis-title-position.d.ts +0 -21
- package/field-types/base-unit.d.ts +0 -23
- package/field-types/border.interface.d.ts +0 -25
- package/field-types/bullet-target-line.interface.d.ts +0 -16
- package/field-types/bullet-target.interface.d.ts +0 -26
- package/field-types/category-base-unit.d.ts +0 -54
- package/field-types/dash-type.d.ts +0 -42
- package/field-types/date-formats.interface.d.ts +0 -46
- package/field-types/drag-action.interface.d.ts +0 -22
- package/field-types/error-bar-line.interface.d.ts +0 -21
- package/field-types/grid-lines.interface.d.ts +0 -37
- package/field-types/highlight-line.interface.d.ts +0 -29
- package/field-types/label-connectors.interface.d.ts +0 -24
- package/field-types/label-rotation.interface.d.ts +0 -26
- package/field-types/legend-labels.interface.d.ts +0 -35
- package/field-types/line-style.d.ts +0 -42
- package/field-types/lock-axis.d.ts +0 -11
- package/field-types/margin.interface.d.ts +0 -28
- package/field-types/marker-type.d.ts +0 -43
- package/field-types/modifier-key.d.ts +0 -11
- package/field-types/mousewheel-select.interface.d.ts +0 -25
- package/field-types/mousewheel-zoom.interface.d.ts +0 -17
- package/field-types/negative-bubble-values.interface.d.ts +0 -20
- package/field-types/note-label-position.d.ts +0 -60
- package/field-types/note-line.interface.d.ts +0 -29
- package/field-types/note-position.d.ts +0 -57
- package/field-types/overlay.interface.d.ts +0 -22
- package/field-types/padding.interface.d.ts +0 -13
- package/field-types/plot-band-label.interface.d.ts +0 -94
- package/field-types/plot-band.interface.d.ts +0 -37
- package/field-types/series-labels-position.d.ts +0 -23
- package/field-types/series-line.interface.d.ts +0 -35
- package/field-types/series-stack.interface.d.ts +0 -24
- package/field-types/series-type.d.ts +0 -86
- package/field-types/trendline-forecast.interface.d.ts +0 -20
- package/field-types/week-start-day.enum.d.ts +0 -40
- package/option-types/axis-crosshair-tooltip.interface.d.ts +0 -42
- package/option-types/axis-defaults/crosshair.interface.d.ts +0 -48
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/axis-defaults/labels.interface.d.ts +0 -76
- package/option-types/axis-defaults/title.interface.d.ts +0 -74
- package/option-types/axis-defaults.interface.d.ts +0 -80
- package/option-types/category-axis-item/crosshair.interface.d.ts +0 -47
- package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/category-axis-item/labels.interface.d.ts +0 -110
- package/option-types/category-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/category-axis-item/notes.interface.d.ts +0 -52
- package/option-types/category-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/category-axis-item/range-labels.interface.d.ts +0 -31
- package/option-types/category-axis-item/select.interface.d.ts +0 -33
- package/option-types/category-axis-item/title.interface.d.ts +0 -72
- package/option-types/category-axis-item.interface.d.ts +0 -166
- package/option-types/chart-area.interface.d.ts +0 -37
- package/option-types/legend/inactive-items.interface.d.ts +0 -17
- package/option-types/legend/item.interface.d.ts +0 -124
- package/option-types/legend/legend-title.interface.d.ts +0 -68
- package/option-types/legend.interface.d.ts +0 -110
- package/option-types/navigator/hint.interface.d.ts +0 -28
- package/option-types/navigator/select.interface.d.ts +0 -25
- package/option-types/navigator.interface.d.ts +0 -39
- package/option-types/pane/title.interface.d.ts +0 -63
- package/option-types/pane-defaults/title.interface.d.ts +0 -59
- package/option-types/pane-defaults.interface.d.ts +0 -46
- package/option-types/pane.interface.d.ts +0 -46
- package/option-types/plot-area.interface.d.ts +0 -33
- package/option-types/series-defaults/labels.from.interface.d.ts +0 -58
- package/option-types/series-defaults/labels.interface.d.ts +0 -80
- package/option-types/series-defaults/labels.to.interface.d.ts +0 -58
- package/option-types/series-defaults/notes.icon.interface.d.ts +0 -39
- package/option-types/series-defaults/notes.interface.d.ts +0 -43
- package/option-types/series-defaults/notes.label.interface.d.ts +0 -53
- package/option-types/series-defaults/tooltip.interface.d.ts +0 -48
- package/option-types/series-defaults.interface.d.ts +0 -103
- package/option-types/series-item/error-bars.interface.d.ts +0 -62
- package/option-types/series-item/extremes.interface.d.ts +0 -39
- package/option-types/series-item/highlight.interface.d.ts +0 -70
- package/option-types/series-item/labels.from.interface.d.ts +0 -74
- package/option-types/series-item/labels.interface.d.ts +0 -103
- package/option-types/series-item/labels.to.interface.d.ts +0 -72
- package/option-types/series-item/markers.interface.d.ts +0 -68
- package/option-types/series-item/notes.icon.interface.d.ts +0 -39
- package/option-types/series-item/notes.interface.d.ts +0 -53
- package/option-types/series-item/notes.label.interface.d.ts +0 -53
- package/option-types/series-item/outliers.interface.d.ts +0 -39
- package/option-types/series-item/tooltip.interface.d.ts +0 -49
- package/option-types/series-item/trendline.interface.d.ts +0 -37
- package/option-types/series-item.interface.d.ts +0 -481
- package/option-types/title.interface.d.ts +0 -62
- package/option-types/tooltip-border.interface.d.ts +0 -22
- package/option-types/tooltip.interface.d.ts +0 -56
- package/option-types/value-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/value-axis-item/labels.interface.d.ts +0 -88
- package/option-types/value-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/value-axis-item/notes.interface.d.ts +0 -52
- package/option-types/value-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/value-axis-item/title.interface.d.ts +0 -73
- package/option-types/value-axis-item.interface.d.ts +0 -121
- package/option-types/x-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/x-axis-item/labels.interface.d.ts +0 -95
- package/option-types/x-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/x-axis-item/notes.interface.d.ts +0 -53
- package/option-types/x-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/x-axis-item/title.interface.d.ts +0 -72
- package/option-types/x-axis-item.interface.d.ts +0 -142
- package/option-types/y-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/y-axis-item/labels.interface.d.ts +0 -95
- package/option-types/y-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/y-axis-item/notes.interface.d.ts +0 -52
- package/option-types/y-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/y-axis-item/title.interface.d.ts +0 -73
- package/option-types/y-axis-item.interface.d.ts +0 -138
- package/option-types/zoomable.interface.d.ts +0 -21
|
@@ -1,43 +0,0 @@
|
|
|
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 { geometry } from '@progress/kendo-drawing';
|
|
9
|
-
import { AxisRange } from './axis-range.interface';
|
|
10
|
-
/**
|
|
11
|
-
* An interface for the Chart axes API.
|
|
12
|
-
*/
|
|
13
|
-
export interface ChartAxisType {
|
|
14
|
-
/**
|
|
15
|
-
* Returns the axis range.
|
|
16
|
-
*
|
|
17
|
-
* @returns {AxisRange} - The axis range.
|
|
18
|
-
*/
|
|
19
|
-
range(): AxisRange;
|
|
20
|
-
/**
|
|
21
|
-
* Returns a slot that is based on the specified `from` and `to` values ([see example]({% slug plotbands_chart_charts %}#toc-custom-plot-bands)).
|
|
22
|
-
*
|
|
23
|
-
* @param from - The slot start value.
|
|
24
|
-
* @param to - The end slot value. If not specified, the `from` value is used.
|
|
25
|
-
* @param limit - The parameters for the exported image.
|
|
26
|
-
* @returns {Promise<string>} - Indicates whether the slot is limited to the current range.
|
|
27
|
-
* By default, the range is limited.
|
|
28
|
-
*/
|
|
29
|
-
slot(from: string | number | Date, to?: string | number | Date, limit?: boolean): geometry.Rect | geometry.Arc;
|
|
30
|
-
/**
|
|
31
|
-
* Returns the value that corresponds to the passed surface point.
|
|
32
|
-
*
|
|
33
|
-
* @param { Point } point - The surface point of the Chart.
|
|
34
|
-
* @returns {string | number | Date} - The value that corresponds to the point.
|
|
35
|
-
*/
|
|
36
|
-
value(point: geometry.Point): string | number | Date;
|
|
37
|
-
/**
|
|
38
|
-
* Returns the axis range which is determined by the minimum and maximum point values that are associated with the axis.
|
|
39
|
-
*
|
|
40
|
-
* @returns {AxisRange} - The value range.
|
|
41
|
-
*/
|
|
42
|
-
valueRange(): AxisRange;
|
|
43
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
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 { Group } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* An interface for the Chart panes.
|
|
11
|
-
*/
|
|
12
|
-
export interface ChartPaneType {
|
|
13
|
-
/**
|
|
14
|
-
* The group which holds the Drawing elements of the Chart.
|
|
15
|
-
*/
|
|
16
|
-
chartsVisual: Group;
|
|
17
|
-
/**
|
|
18
|
-
* The Drawing group that is used to draw the pane.
|
|
19
|
-
*/
|
|
20
|
-
visual: Group;
|
|
21
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
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 { MultiPath, Group } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* An interface for the plot area of the Chart.
|
|
11
|
-
*/
|
|
12
|
-
export interface ChartPlotAreaType {
|
|
13
|
-
/**
|
|
14
|
-
* The Drawing `MultiPath` that is used to draw the background.
|
|
15
|
-
*/
|
|
16
|
-
backgroundVisual: MultiPath;
|
|
17
|
-
/**
|
|
18
|
-
* The Drawing `Group` that is used to draw the plot area.
|
|
19
|
-
*/
|
|
20
|
-
visual: Group;
|
|
21
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
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 axis options for the Chart events.
|
|
10
|
-
*/
|
|
11
|
-
export interface EventAxisOptions {
|
|
12
|
-
/**
|
|
13
|
-
* The axis name.
|
|
14
|
-
*/
|
|
15
|
-
name: string;
|
|
16
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
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 options for the Chart events.
|
|
10
|
-
*/
|
|
11
|
-
export interface EventSeriesOptions {
|
|
12
|
-
/**
|
|
13
|
-
* The series index.
|
|
14
|
-
*/
|
|
15
|
-
index: number;
|
|
16
|
-
/**
|
|
17
|
-
* The series name.
|
|
18
|
-
*/
|
|
19
|
-
name: string;
|
|
20
|
-
/**
|
|
21
|
-
* The series visibility.
|
|
22
|
-
*/
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
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
|
-
/**
|
|
10
|
-
* A series point.
|
|
11
|
-
*/
|
|
12
|
-
export interface SeriesPointType {
|
|
13
|
-
/**
|
|
14
|
-
* The point category value. Available only for the Categorical points (Bar, Line, and other).
|
|
15
|
-
*/
|
|
16
|
-
category?: string | Date | number;
|
|
17
|
-
/**
|
|
18
|
-
* The point `dataItem`.
|
|
19
|
-
*/
|
|
20
|
-
dataItem?: any;
|
|
21
|
-
/**
|
|
22
|
-
* The point options.
|
|
23
|
-
*/
|
|
24
|
-
options?: any;
|
|
25
|
-
/**
|
|
26
|
-
* The point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked chart points.
|
|
27
|
-
*/
|
|
28
|
-
percentage?: number;
|
|
29
|
-
/**
|
|
30
|
-
* The sum of point values since the last `"runningTotal"` summary point. Available for the Waterfall series points.
|
|
31
|
-
*/
|
|
32
|
-
runningTotal?: number;
|
|
33
|
-
/**
|
|
34
|
-
* The sum of all previous series values. Available for the Waterfall series points.
|
|
35
|
-
*/
|
|
36
|
-
total?: number;
|
|
37
|
-
/**
|
|
38
|
-
* The point value.
|
|
39
|
-
*/
|
|
40
|
-
value?: any;
|
|
41
|
-
/**
|
|
42
|
-
* The Drawing element used to draw the point.
|
|
43
|
-
*/
|
|
44
|
-
visual?: drawing.Element;
|
|
45
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
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, geometry } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* The context for the visual function of the axis label.
|
|
11
|
-
*/
|
|
12
|
-
export interface AxisLabelVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* A function that can be used to get the default visual.
|
|
15
|
-
*/
|
|
16
|
-
createVisual: () => drawing.Element;
|
|
17
|
-
/**
|
|
18
|
-
* The default culture (if set) of the label.
|
|
19
|
-
*/
|
|
20
|
-
culture: string;
|
|
21
|
-
/**
|
|
22
|
-
* If a field is specified, represents the data item.
|
|
23
|
-
*/
|
|
24
|
-
dataItem?: any;
|
|
25
|
-
/**
|
|
26
|
-
* The default format of the label.
|
|
27
|
-
*/
|
|
28
|
-
format: string;
|
|
29
|
-
/**
|
|
30
|
-
* The label options.
|
|
31
|
-
*/
|
|
32
|
-
options: any;
|
|
33
|
-
/**
|
|
34
|
-
* The rectangle that defines the normal position of the visual.
|
|
35
|
-
*/
|
|
36
|
-
rect: geometry.Rect;
|
|
37
|
-
/**
|
|
38
|
-
* The instance of the Chart component.
|
|
39
|
-
*/
|
|
40
|
-
sender: Object;
|
|
41
|
-
/**
|
|
42
|
-
* The text of the label.
|
|
43
|
-
*/
|
|
44
|
-
text: string;
|
|
45
|
-
/**
|
|
46
|
-
* The value of the label.
|
|
47
|
-
*/
|
|
48
|
-
value: any;
|
|
49
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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, geometry } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* The context for the point highlight visual function.
|
|
11
|
-
*/
|
|
12
|
-
export interface AxisNoteVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* A function that can be used to get the default visual.
|
|
15
|
-
*/
|
|
16
|
-
createVisual: () => drawing.Element;
|
|
17
|
-
/**
|
|
18
|
-
* The options of the note.
|
|
19
|
-
*/
|
|
20
|
-
options: any;
|
|
21
|
-
/**
|
|
22
|
-
* The rectangle that defines the normal position of the visual.
|
|
23
|
-
*/
|
|
24
|
-
rect: geometry.Rect;
|
|
25
|
-
/**
|
|
26
|
-
* The instance of the Chart component.
|
|
27
|
-
*/
|
|
28
|
-
sender: Object;
|
|
29
|
-
/**
|
|
30
|
-
* The value of the note.
|
|
31
|
-
*/
|
|
32
|
-
value: string;
|
|
33
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
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, geometry } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* The context for the error bars visual function.
|
|
11
|
-
*/
|
|
12
|
-
export interface ErrorBarsVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* A function that can be used to get the default visual.
|
|
15
|
-
*/
|
|
16
|
-
createVisual: () => drawing.Element;
|
|
17
|
-
/**
|
|
18
|
-
* The high value of the error bar.
|
|
19
|
-
*/
|
|
20
|
-
high: number;
|
|
21
|
-
/**
|
|
22
|
-
* The low value of the error bar.
|
|
23
|
-
*/
|
|
24
|
-
low: number;
|
|
25
|
-
/**
|
|
26
|
-
* The `options` object of the error bar.
|
|
27
|
-
*/
|
|
28
|
-
options: any;
|
|
29
|
-
/**
|
|
30
|
-
* The rectangle that defines the normal position of the visual.
|
|
31
|
-
*/
|
|
32
|
-
rect: geometry.Rect;
|
|
33
|
-
/**
|
|
34
|
-
* The instance of the Chart component.
|
|
35
|
-
*/
|
|
36
|
-
sender: Object;
|
|
37
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
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
|
-
/**
|
|
10
|
-
* The context for the highlight toggle function.
|
|
11
|
-
*/
|
|
12
|
-
export interface HighlightToggleArgs {
|
|
13
|
-
/**
|
|
14
|
-
* A function that can be used to prevent the showing of the default highlight overlay.
|
|
15
|
-
*/
|
|
16
|
-
preventDefault: () => void;
|
|
17
|
-
/**
|
|
18
|
-
* A Boolean value which indicates whether to show the highlight.
|
|
19
|
-
*/
|
|
20
|
-
show: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* The visual element that needs to be highlighted.
|
|
23
|
-
*/
|
|
24
|
-
visual: drawing.Element;
|
|
25
|
-
/**
|
|
26
|
-
* The point category.
|
|
27
|
-
*/
|
|
28
|
-
category: any;
|
|
29
|
-
/**
|
|
30
|
-
* The point `dataItem`.
|
|
31
|
-
*/
|
|
32
|
-
dataItem?: any;
|
|
33
|
-
/**
|
|
34
|
-
* The value of the point.
|
|
35
|
-
*/
|
|
36
|
-
value: any;
|
|
37
|
-
/**
|
|
38
|
-
* The series of the point.
|
|
39
|
-
*/
|
|
40
|
-
series?: any;
|
|
41
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
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, geometry } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* The context for the point highlight visual function.
|
|
11
|
-
*/
|
|
12
|
-
export interface HighlightVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* The point category.
|
|
15
|
-
*/
|
|
16
|
-
category: any;
|
|
17
|
-
/**
|
|
18
|
-
* A function that can be used to get the default visual.
|
|
19
|
-
*/
|
|
20
|
-
createVisual: () => drawing.Element;
|
|
21
|
-
/**
|
|
22
|
-
* The data item of the point.
|
|
23
|
-
*/
|
|
24
|
-
dataItem: any;
|
|
25
|
-
/**
|
|
26
|
-
* The point options.
|
|
27
|
-
*/
|
|
28
|
-
options: any;
|
|
29
|
-
/**
|
|
30
|
-
* The point value represented as a percentage value. Available only for the Donut, Pie, and 100% stacked series.
|
|
31
|
-
*/
|
|
32
|
-
percentage?: number;
|
|
33
|
-
/**
|
|
34
|
-
* The rectangle that defines the normal position of the visual.
|
|
35
|
-
*/
|
|
36
|
-
rect: geometry.Rect;
|
|
37
|
-
/**
|
|
38
|
-
* The sum of point values since the last `runningTotal` summary point. Available for the Waterfall series.
|
|
39
|
-
*/
|
|
40
|
-
runningTotal?: number;
|
|
41
|
-
/**
|
|
42
|
-
* The instance of the Chart component.
|
|
43
|
-
*/
|
|
44
|
-
sender: Object;
|
|
45
|
-
/**
|
|
46
|
-
* The series of the point.
|
|
47
|
-
*/
|
|
48
|
-
series: any;
|
|
49
|
-
/**
|
|
50
|
-
* The sum of all previous series values. Available for the Waterfall series.
|
|
51
|
-
*/
|
|
52
|
-
total?: number;
|
|
53
|
-
/**
|
|
54
|
-
* The value of the point.
|
|
55
|
-
*/
|
|
56
|
-
value: any;
|
|
57
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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
|
-
/**
|
|
10
|
-
* The context for the legend item visual function.
|
|
11
|
-
*/
|
|
12
|
-
export interface LegendItemVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* A function that can be used to get the default visual.
|
|
15
|
-
*/
|
|
16
|
-
createVisual: () => drawing.Element;
|
|
17
|
-
/**
|
|
18
|
-
* The options of the legend item.
|
|
19
|
-
*/
|
|
20
|
-
options: any;
|
|
21
|
-
/**
|
|
22
|
-
* The index of the point in the series. Available for the Donut, Pie, and Funnel series.
|
|
23
|
-
*/
|
|
24
|
-
pointIndex: any;
|
|
25
|
-
/**
|
|
26
|
-
* The instance of the Chart component.
|
|
27
|
-
*/
|
|
28
|
-
sender: Object;
|
|
29
|
-
/**
|
|
30
|
-
* The item series.
|
|
31
|
-
*/
|
|
32
|
-
series: any;
|
|
33
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
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 context for the legend label content function.
|
|
10
|
-
*/
|
|
11
|
-
export interface LegendLabelsContentArgs {
|
|
12
|
-
/**
|
|
13
|
-
* The text of the legend item.
|
|
14
|
-
*/
|
|
15
|
-
text: string;
|
|
16
|
-
/**
|
|
17
|
-
* The series configuration object.
|
|
18
|
-
*/
|
|
19
|
-
series: any;
|
|
20
|
-
/**
|
|
21
|
-
* The point value of the Donut and Pie charts.
|
|
22
|
-
*/
|
|
23
|
-
value?: any;
|
|
24
|
-
/**
|
|
25
|
-
* The point value which is represented as a percentage value. Available only for the Donut, Pie, and 100% stacked charts.
|
|
26
|
-
*/
|
|
27
|
-
percentage?: number;
|
|
28
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
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, geometry } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* The context for the markers visual function.
|
|
11
|
-
*/
|
|
12
|
-
export interface MarkersVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* The point category.
|
|
15
|
-
*/
|
|
16
|
-
category: any;
|
|
17
|
-
/**
|
|
18
|
-
* A function that can be used to get the default visual.
|
|
19
|
-
*/
|
|
20
|
-
createVisual: () => drawing.Element;
|
|
21
|
-
/**
|
|
22
|
-
* The point data item.
|
|
23
|
-
*/
|
|
24
|
-
dataItem: any;
|
|
25
|
-
/**
|
|
26
|
-
* The marker options.
|
|
27
|
-
*/
|
|
28
|
-
options: any;
|
|
29
|
-
/**
|
|
30
|
-
* The rectangle that defines the normal position of the visual.
|
|
31
|
-
*/
|
|
32
|
-
rect: geometry.Rect;
|
|
33
|
-
/**
|
|
34
|
-
* The instance of the Chart component.
|
|
35
|
-
*/
|
|
36
|
-
sender: Object;
|
|
37
|
-
/**
|
|
38
|
-
* The point series.
|
|
39
|
-
*/
|
|
40
|
-
series: any;
|
|
41
|
-
/**
|
|
42
|
-
* The point value.
|
|
43
|
-
*/
|
|
44
|
-
value: any;
|
|
45
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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, geometry } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* The context for the function of the plot bands label visual.
|
|
11
|
-
*/
|
|
12
|
-
export interface PlotBandLabelVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* A function that can be used to get the default visual.
|
|
15
|
-
*/
|
|
16
|
-
createVisual: () => drawing.Element;
|
|
17
|
-
/**
|
|
18
|
-
* The label options.
|
|
19
|
-
*/
|
|
20
|
-
options: any;
|
|
21
|
-
/**
|
|
22
|
-
* The rectangle that defines the normal position of the visual.
|
|
23
|
-
*/
|
|
24
|
-
rect: geometry.Rect;
|
|
25
|
-
/**
|
|
26
|
-
* The instance of the Chart component.
|
|
27
|
-
*/
|
|
28
|
-
sender: Object;
|
|
29
|
-
/**
|
|
30
|
-
* The label text.
|
|
31
|
-
*/
|
|
32
|
-
text: string;
|
|
33
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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, geometry } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* The context for the series label visual function.
|
|
11
|
-
*/
|
|
12
|
-
export interface SeriesLabelsVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* A function that can be used to get the default visual.
|
|
15
|
-
*/
|
|
16
|
-
createVisual: () => drawing.Element;
|
|
17
|
-
/**
|
|
18
|
-
* The options of the label.
|
|
19
|
-
*/
|
|
20
|
-
options: any;
|
|
21
|
-
/**
|
|
22
|
-
* The rectangle that defines the normal position of the visual.
|
|
23
|
-
*/
|
|
24
|
-
rect: geometry.Rect;
|
|
25
|
-
/**
|
|
26
|
-
* The instance of the Chart component.
|
|
27
|
-
*/
|
|
28
|
-
sender: Object;
|
|
29
|
-
/**
|
|
30
|
-
* The text of the label.
|
|
31
|
-
*/
|
|
32
|
-
text: string;
|
|
33
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
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, geometry } from '@progress/kendo-drawing';
|
|
9
|
-
/**
|
|
10
|
-
* The context for the point highlight visual function.
|
|
11
|
-
*/
|
|
12
|
-
export interface SeriesNoteVisualArgs {
|
|
13
|
-
/**
|
|
14
|
-
* The point category.
|
|
15
|
-
*/
|
|
16
|
-
category: any;
|
|
17
|
-
/**
|
|
18
|
-
* A function that can be used to get the default visual.
|
|
19
|
-
*/
|
|
20
|
-
createVisual: () => drawing.Element;
|
|
21
|
-
/**
|
|
22
|
-
* The point data item.
|
|
23
|
-
*/
|
|
24
|
-
dataItem: any;
|
|
25
|
-
/**
|
|
26
|
-
* The options of the note.
|
|
27
|
-
*/
|
|
28
|
-
options: any;
|
|
29
|
-
/**
|
|
30
|
-
* The rectangle that defines the normal position of the visual.
|
|
31
|
-
*/
|
|
32
|
-
rect: geometry.Rect;
|
|
33
|
-
/**
|
|
34
|
-
* The instance of the Chart component.
|
|
35
|
-
*/
|
|
36
|
-
sender: Object;
|
|
37
|
-
/**
|
|
38
|
-
* The point series.
|
|
39
|
-
*/
|
|
40
|
-
series: any;
|
|
41
|
-
/**
|
|
42
|
-
* The value of the point.
|
|
43
|
-
*/
|
|
44
|
-
value: string;
|
|
45
|
-
/**
|
|
46
|
-
* The text of the note.
|
|
47
|
-
*/
|
|
48
|
-
text: string;
|
|
49
|
-
}
|