@progress/kendo-angular-charts 22.1.0-develop.8 → 23.0.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/argument-types/legend-item-visual-args.interface.d.ts +1 -1
- package/chart/axis-defaults/crosshair.component.d.ts +1 -1
- package/chart/axis-defaults/crosshair.tooltip.component.d.ts +3 -3
- package/chart/axis-defaults/labels.component.d.ts +2 -2
- package/chart/axis-defaults/title.component.d.ts +1 -1
- package/chart/axis-defaults.component.d.ts +5 -5
- package/chart/category-axis-item/crosshair.component.d.ts +1 -1
- package/chart/category-axis-item/crosshair.tooltip.component.d.ts +2 -2
- package/chart/category-axis-item/labels.component.d.ts +2 -2
- package/chart/category-axis-item/notes.component.d.ts +1 -1
- package/chart/category-axis-item/notes.label.component.d.ts +1 -1
- package/chart/category-axis-item/range-labels.component.d.ts +1 -1
- package/chart/category-axis-item.component.d.ts +4 -4
- package/chart/chart-area.component.d.ts +1 -1
- package/chart/donut-center-template.directive.d.ts +1 -1
- package/chart/legend.component.d.ts +4 -4
- package/chart/no-data-template.directive.d.ts +1 -1
- package/chart/pane-defaults.component.d.ts +1 -1
- package/chart/plot-area.component.d.ts +1 -1
- package/chart/series-defaults/labels.component.d.ts +1 -1
- package/chart/series-defaults/labels.from.component.d.ts +1 -1
- package/chart/series-defaults/labels.to.component.d.ts +1 -1
- package/chart/series-defaults/notes.component.d.ts +1 -1
- package/chart/series-defaults/notes.label.component.d.ts +2 -2
- package/chart/series-defaults.component.d.ts +3 -3
- package/chart/series-drilldown-template.directive.d.ts +1 -1
- package/chart/series-item/error-bars.component.d.ts +1 -1
- package/chart/series-item/extremes.component.d.ts +1 -1
- package/chart/series-item/labels.component.d.ts +3 -3
- package/chart/series-item/labels.from.component.d.ts +1 -1
- package/chart/series-item/labels.to.component.d.ts +1 -1
- package/chart/series-item/notes.component.d.ts +1 -1
- package/chart/series-item/notes.label.component.d.ts +1 -1
- package/chart/series-item/outliers.component.d.ts +1 -1
- package/chart/series-item/tooltip.component.d.ts +1 -1
- package/chart/series-item/trendline.component.d.ts +1 -1
- package/chart/series-item/trendline.forecast.component.d.ts +2 -2
- package/chart/series-item.component.d.ts +44 -44
- package/chart/series.component.d.ts +1 -1
- package/chart/subtitle.component.d.ts +1 -1
- package/chart/title.component.d.ts +1 -1
- package/chart/tooltip/series-tooltip-template.directive.d.ts +2 -2
- package/chart/tooltip/shared-tooltip-template.directive.d.ts +3 -3
- package/chart/tooltip.component.d.ts +1 -1
- package/chart/value-axis-item/crosshair.component.d.ts +1 -1
- package/chart/value-axis-item/crosshair.tooltip.component.d.ts +2 -2
- package/chart/value-axis-item/labels.component.d.ts +1 -1
- package/chart/value-axis-item/notes.component.d.ts +1 -1
- package/chart/value-axis-item/notes.label.component.d.ts +1 -1
- package/chart/value-axis-item.component.d.ts +1 -1
- package/chart/x-axis-item/crosshair.component.d.ts +1 -1
- package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/x-axis-item/notes.component.d.ts +2 -2
- package/chart/x-axis-item/notes.label.component.d.ts +1 -1
- package/chart/x-axis-item.component.d.ts +1 -1
- package/chart/y-axis-item/crosshair.component.d.ts +1 -1
- package/chart/y-axis-item/labels.component.d.ts +1 -1
- package/chart/y-axis-item/notes.component.d.ts +1 -1
- package/chart/y-axis-item/notes.label.component.d.ts +1 -1
- package/chart/y-axis-item.component.d.ts +1 -1
- package/chart-breadcrumb.component.d.ts +1 -1
- package/chart-options.interface.d.ts +10 -10
- package/chart.component.d.ts +12 -11
- 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/drilldown-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/plot-area-click-event.d.ts +1 -1
- package/events/plot-area-hover-event.d.ts +1 -1
- package/events/render-event.d.ts +1 -1
- package/events/series-click-event.d.ts +1 -1
- package/events/series-hover-event.d.ts +1 -1
- 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/fesm2022/progress-kendo-angular-charts.mjs +181 -181
- package/field-types/axis-line.interface.d.ts +1 -1
- package/field-types/axis-ticks.interface.d.ts +1 -1
- package/field-types/border.interface.d.ts +1 -1
- package/field-types/category-base-unit.d.ts +2 -2
- package/field-types/grid-lines.interface.d.ts +1 -1
- package/field-types/line-style.d.ts +1 -1
- package/field-types/lock-axis.d.ts +1 -1
- package/field-types/margin.interface.d.ts +1 -1
- package/field-types/padding.interface.d.ts +1 -1
- package/field-types/plot-band.interface.d.ts +1 -1
- package/field-types/series-labels-alignment.d.ts +1 -1
- package/field-types/series-type.d.ts +6 -6
- package/field-types/week-start-day.enum.d.ts +1 -1
- package/option-types/axis-crosshair-tooltip.interface.d.ts +1 -1
- package/option-types/axis-defaults/crosshair.interface.d.ts +2 -2
- package/option-types/axis-defaults/labels.interface.d.ts +2 -2
- package/option-types/axis-defaults/title.interface.d.ts +1 -1
- package/option-types/axis-defaults.interface.d.ts +2 -2
- package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/category-axis-item/labels.interface.d.ts +6 -6
- package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/category-axis-item.interface.d.ts +10 -10
- package/option-types/legend/legend-title.interface.d.ts +1 -1
- package/option-types/legend.interface.d.ts +6 -6
- package/option-types/pane/title.interface.d.ts +1 -1
- package/option-types/pane-defaults.interface.d.ts +1 -1
- package/option-types/pane.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.interface.d.ts +3 -3
- package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.label.interface.d.ts +3 -3
- package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
- package/option-types/series-defaults.interface.d.ts +3 -3
- package/option-types/series-item/error-bars.interface.d.ts +7 -7
- package/option-types/series-item/highlight.interface.d.ts +5 -5
- package/option-types/series-item/labels.from.interface.d.ts +1 -1
- package/option-types/series-item/labels.interface.d.ts +7 -7
- package/option-types/series-item/labels.to.interface.d.ts +1 -1
- package/option-types/series-item/notes.label.interface.d.ts +1 -1
- package/option-types/series-item/tooltip.interface.d.ts +1 -1
- package/option-types/series-item.interface.d.ts +71 -71
- package/option-types/subtitle.interface.d.ts +1 -1
- package/option-types/title.interface.d.ts +1 -1
- package/option-types/tooltip.interface.d.ts +1 -1
- package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/value-axis-item/labels.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/value-axis-item.interface.d.ts +6 -6
- package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/x-axis-item/labels.interface.d.ts +5 -5
- package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/x-axis-item.interface.d.ts +7 -7
- package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/y-axis-item/labels.interface.d.ts +5 -5
- package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/y-axis-item.interface.d.ts +7 -7
- package/package-metadata.mjs +2 -2
- package/package.json +12 -12
- package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
- package/sankey/data-binding/flat-binding.event.d.ts +2 -2
- package/sankey/events/sankey-link-event.d.ts +1 -1
- package/sankey/events/sankey-node-event.d.ts +1 -1
- package/sankey/labels.component.d.ts +1 -1
- package/sankey/legend.component.d.ts +4 -4
- package/sankey/links.component.d.ts +1 -1
- package/sankey/nodes.component.d.ts +1 -1
- package/sankey/title.component.d.ts +1 -1
- package/sankey/tooltip/link-tooltip-template.directive.d.ts +2 -2
- package/sankey/tooltip/node-tooltip-template.directive.d.ts +2 -2
- package/sankey/tooltip.component.d.ts +1 -1
- package/sankey.component.d.ts +3 -2
- package/stock-chart/navigator/hint.component.d.ts +1 -1
- package/stock-chart/navigator/pane.component.d.ts +1 -1
- package/stock-chart/navigator/series-item.component.d.ts +1 -1
- package/stock-chart/navigator.component.d.ts +1 -1
|
@@ -47,10 +47,10 @@ export interface ChartOptions {
|
|
|
47
47
|
zoomable?: boolean | Zoomable;
|
|
48
48
|
/**
|
|
49
49
|
* Defines the default options for all Chart axes. Accepts the options which are supported by
|
|
50
|
-
* [`categoryAxis`](
|
|
51
|
-
* [`valueAxis`](
|
|
52
|
-
* [`xAxis`](
|
|
53
|
-
* and [`yAxis`](
|
|
50
|
+
* [`categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxisitemcomponent),
|
|
51
|
+
* [`valueAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxisitemcomponent),
|
|
52
|
+
* [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxisitemcomponent),
|
|
53
|
+
* and [`yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxisitemcomponent).
|
|
54
54
|
*/
|
|
55
55
|
axisDefaults?: AxisDefaults;
|
|
56
56
|
/**
|
|
@@ -67,7 +67,7 @@ export interface ChartOptions {
|
|
|
67
67
|
*/
|
|
68
68
|
legend?: Legend;
|
|
69
69
|
/**
|
|
70
|
-
* If no series are defined, or all series are empty, a [No Data Overlay](
|
|
70
|
+
* If no series are defined, or all series are empty, a [No Data Overlay](https://www.telerik.com/kendo-angular-ui/components/charts/data-binding/no-data-overlay) will be displayed.
|
|
71
71
|
* It clears automatically when the series receive data.
|
|
72
72
|
*
|
|
73
73
|
* To disable the No Data Overlay, set this option to `false`.
|
|
@@ -94,10 +94,10 @@ export interface ChartOptions {
|
|
|
94
94
|
* Defines the configuration of the Chart series.
|
|
95
95
|
* Determines the series type by the value of the `type` field.
|
|
96
96
|
* If a `type` value is missing, the Chart renders the type that is
|
|
97
|
-
* specified in [`seriesDefaults`](
|
|
97
|
+
* specified in [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultscomponent).
|
|
98
98
|
* Some options accept functions as arguments. These arguments are evaluated for each point
|
|
99
99
|
* which is supplied as a parameter. If no value is returned, the Chart uses the `theme` or
|
|
100
|
-
* [`seriesDefaults`](
|
|
100
|
+
* [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultscomponent) values.
|
|
101
101
|
*/
|
|
102
102
|
series?: Series[];
|
|
103
103
|
/**
|
|
@@ -107,7 +107,7 @@ export interface ChartOptions {
|
|
|
107
107
|
/**
|
|
108
108
|
* Defines the configuration options of the Chart series tooltips.
|
|
109
109
|
* Displays the tooltip when the
|
|
110
|
-
* [`tooltip.visible`](
|
|
110
|
+
* [`tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/tooltipcomponent#visible) option is set to `true`.
|
|
111
111
|
*/
|
|
112
112
|
tooltip?: Tooltip;
|
|
113
113
|
/**
|
|
@@ -116,12 +116,12 @@ export interface ChartOptions {
|
|
|
116
116
|
valueAxis?: ValueAxis | ValueAxis[];
|
|
117
117
|
/**
|
|
118
118
|
* Defines the configuration options of the Scatter Chart X-axis.
|
|
119
|
-
* Supports all [`valueAxis`](
|
|
119
|
+
* Supports all [`valueAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxisitemcomponent) options.
|
|
120
120
|
*/
|
|
121
121
|
xAxis?: XAxis | XAxis[];
|
|
122
122
|
/**
|
|
123
123
|
* Defines the configuration options of the Scatter Chart Y-axis.
|
|
124
|
-
* Supports all [`valueAxis`](
|
|
124
|
+
* Supports all [`valueAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxisitemcomponent) options.
|
|
125
125
|
*/
|
|
126
126
|
yAxis?: YAxis | YAxis[];
|
|
127
127
|
}
|
package/chart.component.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { AfterViewChecked, AfterViewInit, ChangeDetectorRef, NgZone, OnChanges,
|
|
|
6
6
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
7
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { Group, ImageExportOptions, Surface } from '@progress/kendo-drawing';
|
|
9
|
+
import { LicenseMessage } from '@progress/kendo-licensing';
|
|
9
10
|
import { Subscription } from 'rxjs';
|
|
10
11
|
import { ChartAxis } from './api-types/chart-axis.interface';
|
|
11
12
|
import { ChartPane } from './api-types/chart-pane.interface';
|
|
@@ -181,7 +182,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
181
182
|
*/
|
|
182
183
|
yAxis: YAxis | YAxis[];
|
|
183
184
|
/**
|
|
184
|
-
* Fires when you click an axis label ([see example](
|
|
185
|
+
* Fires when you click an axis label ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
185
186
|
*/
|
|
186
187
|
axisLabelClick: EventEmitter<AxisLabelClickEvent>;
|
|
187
188
|
/**
|
|
@@ -197,7 +198,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
197
198
|
*/
|
|
198
199
|
dragStart: EventEmitter<DragStartEvent>;
|
|
199
200
|
/**
|
|
200
|
-
* Fires when you hover over a legend item ([see example](
|
|
201
|
+
* Fires when you hover over a legend item ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
201
202
|
*/
|
|
202
203
|
legendItemHover: EventEmitter<LegendItemHoverEvent>;
|
|
203
204
|
/**
|
|
@@ -222,13 +223,13 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
222
223
|
*/
|
|
223
224
|
paneRender: EventEmitter<PaneRenderEvent>;
|
|
224
225
|
/**
|
|
225
|
-
* Fires when you click the plot area ([see example](
|
|
226
|
+
* Fires when you click the plot area ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
226
227
|
* The `click` event is triggered by the `tap` and `contextmenu` events.
|
|
227
228
|
* To distinguish between the original events, inspect the `e.originalEvent.type` field.
|
|
228
229
|
*/
|
|
229
230
|
plotAreaClick: EventEmitter<PlotAreaClickEvent>;
|
|
230
231
|
/**
|
|
231
|
-
* Fires when you hover the plot area ([see example](
|
|
232
|
+
* Fires when you hover the plot area ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
232
233
|
*/
|
|
233
234
|
plotAreaHover: EventEmitter<PlotAreaHoverEvent>;
|
|
234
235
|
/**
|
|
@@ -236,7 +237,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
236
237
|
*/
|
|
237
238
|
plotAreaLeave: EventEmitter<PlotAreaLeaveEvent>;
|
|
238
239
|
/**
|
|
239
|
-
* Fires when the Chart is ready to render on screen ([see example](
|
|
240
|
+
* Fires when the Chart is ready to render on screen ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
240
241
|
* For example, you can use it to remove loading indicators.
|
|
241
242
|
* Any changes made to the options are ignored.
|
|
242
243
|
*/
|
|
@@ -262,7 +263,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
262
263
|
/**
|
|
263
264
|
* Fires when you click the Chart series.
|
|
264
265
|
*
|
|
265
|
-
* The `click` event will be triggered by the `tap` and `contextmenu` events ([see example](
|
|
266
|
+
* The `click` event will be triggered by the `tap` and `contextmenu` events ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
266
267
|
* To distinguish between the original events, inspect the `e.originalEvent.type` field.
|
|
267
268
|
*/
|
|
268
269
|
seriesClick: EventEmitter<SeriesClickEvent>;
|
|
@@ -271,7 +272,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
271
272
|
*/
|
|
272
273
|
drilldown: EventEmitter<DrilldownEvent>;
|
|
273
274
|
/**
|
|
274
|
-
* Fires when you hover the Chart series ([see example](
|
|
275
|
+
* Fires when you hover the Chart series ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
275
276
|
*/
|
|
276
277
|
seriesHover: EventEmitter<SeriesHoverEvent>;
|
|
277
278
|
/**
|
|
@@ -316,7 +317,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
316
317
|
*/
|
|
317
318
|
popupSettings: PopupSettings;
|
|
318
319
|
/**
|
|
319
|
-
* Gets or sets the current drill-down level for [Drilldown Charts](
|
|
320
|
+
* Gets or sets the current drill-down level for [Drilldown Charts](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down).
|
|
320
321
|
*
|
|
321
322
|
* To return to a previous level, set the value to a number less than the current level.
|
|
322
323
|
* To return to the root chart, set the value to `0`.
|
|
@@ -351,7 +352,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
351
352
|
/**
|
|
352
353
|
* @hidden
|
|
353
354
|
*/
|
|
354
|
-
licenseMessage?:
|
|
355
|
+
licenseMessage?: LicenseMessage;
|
|
355
356
|
instance: any;
|
|
356
357
|
protected options: any;
|
|
357
358
|
protected theme: any;
|
|
@@ -440,7 +441,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
440
441
|
/**
|
|
441
442
|
* Highlights the series points or the segments of a Pie, Donut, Funnel, or Pyramid Charts.
|
|
442
443
|
*
|
|
443
|
-
* See [Series Highlight](
|
|
444
|
+
* See [Series Highlight](https://www.telerik.com/kendo-angular-ui/components/charts/elements/series-highlight) for more details (with an [example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/series-highlight#toggling-the-highlight-with-code)).
|
|
444
445
|
*
|
|
445
446
|
* @param show - A Boolean value that indicates whether the highlight is shown or hidden.
|
|
446
447
|
* @param filter - A string that represents the series or category name, an object with the series and category name, or a function which will be called for each point. The function should return `true` for the points for which the highlight is toggled.
|
|
@@ -474,7 +475,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
474
475
|
*/
|
|
475
476
|
onResize(): void;
|
|
476
477
|
/**
|
|
477
|
-
* Reloads the Chart appearance settings from the current [Kendo UI Theme](
|
|
478
|
+
* Reloads the Chart appearance settings from the current [Kendo UI Theme](https://www.telerik.com/kendo-angular-ui/components/common/components/styling).
|
|
478
479
|
*
|
|
479
480
|
* Call this method after loading a different theme stylesheet.
|
|
480
481
|
*/
|
|
@@ -6,7 +6,7 @@ import { ChartComponent } from '../chart.component';
|
|
|
6
6
|
import { BaseEvent } from './base-event';
|
|
7
7
|
import { EventAxisOptions } from '../api-types/event-axis-options.interface';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the `axisLabelClick` event of the Chart component ([see example](
|
|
9
|
+
* Represents the arguments for the `axisLabelClick` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
10
10
|
*/
|
|
11
11
|
export declare class AxisLabelClickEvent extends BaseEvent {
|
|
12
12
|
/**
|
|
@@ -6,7 +6,7 @@ import { ChartComponent } from '../chart.component';
|
|
|
6
6
|
import { BaseEvent } from './base-event';
|
|
7
7
|
import { AxisRange } from '../api-types/axis-range.interface';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the `dragEnd` event of the Chart component ([see example](
|
|
9
|
+
* Represents the arguments for the `dragEnd` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/pan-zoom#pan-and-zoom-events)).
|
|
10
10
|
*/
|
|
11
11
|
export declare class DragEndEvent extends BaseEvent {
|
|
12
12
|
/**
|
package/events/drag-event.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { ChartComponent } from '../chart.component';
|
|
|
6
6
|
import { PreventableEvent } from './preventable-event';
|
|
7
7
|
import { AxisRange } from '../api-types/axis-range.interface';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the `drag` event of the Chart component ([see example](
|
|
9
|
+
* Represents the arguments for the `drag` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/pan-zoom#pan-and-zoom-events)).
|
|
10
10
|
*/
|
|
11
11
|
export declare class DragEvent extends PreventableEvent {
|
|
12
12
|
/**
|
|
@@ -6,7 +6,7 @@ import { ChartComponent } from '../chart.component';
|
|
|
6
6
|
import { PreventableEvent } from './preventable-event';
|
|
7
7
|
import { AxisRange } from '../api-types/axis-range.interface';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the `dragStart` event of the Chart component ([see example](
|
|
9
|
+
* Represents the arguments for the `dragStart` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/pan-zoom#pan-and-zoom-events)).
|
|
10
10
|
*/
|
|
11
11
|
export declare class DragStartEvent extends PreventableEvent {
|
|
12
12
|
/**
|
|
@@ -7,7 +7,7 @@ import { PreventableEvent } from './preventable-event';
|
|
|
7
7
|
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
8
8
|
import { SeriesPoint } from '../api-types/series-point.interface';
|
|
9
9
|
/**
|
|
10
|
-
* Represents the arguments for the `drilldown` event of the Chart component ([see example](
|
|
10
|
+
* Represents the arguments for the `drilldown` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down)).
|
|
11
11
|
*/
|
|
12
12
|
export declare class DrilldownEvent extends PreventableEvent {
|
|
13
13
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LegendEvent } from './legend-event';
|
|
6
6
|
/**
|
|
7
|
-
* Represents the arguments for the `legendItemClick` event of the Chart component ([see example](
|
|
7
|
+
* Represents the arguments for the `legendItemClick` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
8
8
|
*/
|
|
9
9
|
export declare class LegendItemClickEvent extends LegendEvent {
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LegendEvent } from './legend-event';
|
|
6
6
|
/**
|
|
7
|
-
* Represents the the arguments for the `legendItemHover` event of the Chart component ([see example](
|
|
7
|
+
* Represents the the arguments for the `legendItemHover` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
8
8
|
*/
|
|
9
9
|
export declare class LegendItemHoverEvent extends LegendEvent {
|
|
10
10
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { ChartComponent } from '../chart.component';
|
|
6
6
|
import { BaseEvent } from './base-event';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the arguments for the `plotAreaClick` event of the Chart component ([see example](
|
|
8
|
+
* Represents the arguments for the `plotAreaClick` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
9
9
|
*/
|
|
10
10
|
export declare class PlotAreaClickEvent extends BaseEvent {
|
|
11
11
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { ChartComponent } from '../chart.component';
|
|
6
6
|
import { BaseEvent } from './base-event';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the arguments for the `plotAreaHover` event of the Chart component ([see example](
|
|
8
|
+
* Represents the arguments for the `plotAreaHover` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
9
9
|
*/
|
|
10
10
|
export declare class PlotAreaHoverEvent extends BaseEvent {
|
|
11
11
|
/**
|
package/events/render-event.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { ChartComponent } from '../chart.component';
|
|
6
6
|
import { BaseEvent } from './base-event';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the arguments for the `render` event of the Chart component ([see example](
|
|
8
|
+
* Represents the arguments for the `render` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
9
9
|
*/
|
|
10
10
|
export declare class RenderEvent extends BaseEvent {
|
|
11
11
|
/**
|
|
@@ -7,7 +7,7 @@ import { BaseEvent } from './base-event';
|
|
|
7
7
|
import { EventSeriesOptions } from '../api-types/event-series-options.interface';
|
|
8
8
|
import { SeriesPoint } from '../api-types/series-point.interface';
|
|
9
9
|
/**
|
|
10
|
-
* Represents the arguments for the `seriesClick` event of the Chart component ([see example](
|
|
10
|
+
* Represents the arguments for the `seriesClick` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
11
11
|
*/
|
|
12
12
|
export declare class SeriesClickEvent extends BaseEvent {
|
|
13
13
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { SeriesEvent } from './series-event';
|
|
6
6
|
/**
|
|
7
|
-
* Represents the arguments for the `seriesHover` event of the Chart component ([see example](
|
|
7
|
+
* Represents the arguments for the `seriesHover` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
|
|
8
8
|
*/
|
|
9
9
|
export declare class SeriesHoverEvent extends SeriesEvent {
|
|
10
10
|
}
|
|
@@ -6,7 +6,7 @@ import { ChartComponent } from '../chart.component';
|
|
|
6
6
|
import { BaseEvent } from './base-event';
|
|
7
7
|
import { AxisRange } from '../api-types/axis-range.interface';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the `zoomEnd` event of the Chart component ([see example](
|
|
9
|
+
* Represents the arguments for the `zoomEnd` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/pan-zoom#pan-and-zoom-events)).
|
|
10
10
|
*/
|
|
11
11
|
export declare class ZoomEndEvent extends BaseEvent {
|
|
12
12
|
/**
|
package/events/zoom-event.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { ChartComponent } from '../chart.component';
|
|
|
6
6
|
import { PreventableEvent } from './preventable-event';
|
|
7
7
|
import { AxisRange } from '../api-types/axis-range.interface';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the `zoom` event of the Chart component ([see example](
|
|
9
|
+
* Represents the arguments for the `zoom` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/pan-zoom#pan-and-zoom-events)).
|
|
10
10
|
*/
|
|
11
11
|
export declare class ZoomEvent extends PreventableEvent {
|
|
12
12
|
/**
|
|
@@ -6,7 +6,7 @@ import { ChartComponent } from '../chart.component';
|
|
|
6
6
|
import { PreventableEvent } from './preventable-event';
|
|
7
7
|
import { AxisRange } from '../api-types/axis-range.interface';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the `zoomStart` event of the Chart component ([see example](
|
|
9
|
+
* Represents the arguments for the `zoomStart` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/pan-zoom#pan-and-zoom-events)).
|
|
10
10
|
*/
|
|
11
11
|
export declare class ZoomStartEvent extends PreventableEvent {
|
|
12
12
|
/**
|