@progress/kendo-angular-charts 22.1.0-develop.9 → 23.0.0-develop.10

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.
Files changed (154) hide show
  1. package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
  2. package/chart/axis-defaults/crosshair.component.d.ts +1 -1
  3. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +3 -3
  4. package/chart/axis-defaults/labels.component.d.ts +2 -2
  5. package/chart/axis-defaults/title.component.d.ts +1 -1
  6. package/chart/axis-defaults.component.d.ts +5 -5
  7. package/chart/category-axis-item/crosshair.component.d.ts +1 -1
  8. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +2 -2
  9. package/chart/category-axis-item/labels.component.d.ts +2 -2
  10. package/chart/category-axis-item/notes.component.d.ts +1 -1
  11. package/chart/category-axis-item/notes.label.component.d.ts +1 -1
  12. package/chart/category-axis-item/range-labels.component.d.ts +1 -1
  13. package/chart/category-axis-item.component.d.ts +4 -4
  14. package/chart/chart-area.component.d.ts +1 -1
  15. package/chart/donut-center-template.directive.d.ts +1 -1
  16. package/chart/legend.component.d.ts +4 -4
  17. package/chart/no-data-template.directive.d.ts +1 -1
  18. package/chart/pane-defaults.component.d.ts +1 -1
  19. package/chart/plot-area.component.d.ts +1 -1
  20. package/chart/series-defaults/labels.component.d.ts +1 -1
  21. package/chart/series-defaults/labels.from.component.d.ts +1 -1
  22. package/chart/series-defaults/labels.to.component.d.ts +1 -1
  23. package/chart/series-defaults/notes.component.d.ts +1 -1
  24. package/chart/series-defaults/notes.label.component.d.ts +2 -2
  25. package/chart/series-defaults.component.d.ts +3 -3
  26. package/chart/series-drilldown-template.directive.d.ts +1 -1
  27. package/chart/series-item/error-bars.component.d.ts +1 -1
  28. package/chart/series-item/extremes.component.d.ts +1 -1
  29. package/chart/series-item/labels.component.d.ts +3 -3
  30. package/chart/series-item/labels.from.component.d.ts +1 -1
  31. package/chart/series-item/labels.to.component.d.ts +1 -1
  32. package/chart/series-item/notes.component.d.ts +1 -1
  33. package/chart/series-item/notes.label.component.d.ts +1 -1
  34. package/chart/series-item/outliers.component.d.ts +1 -1
  35. package/chart/series-item/tooltip.component.d.ts +1 -1
  36. package/chart/series-item/trendline.component.d.ts +1 -1
  37. package/chart/series-item/trendline.forecast.component.d.ts +2 -2
  38. package/chart/series-item.component.d.ts +44 -44
  39. package/chart/series.component.d.ts +1 -1
  40. package/chart/subtitle.component.d.ts +1 -1
  41. package/chart/title.component.d.ts +1 -1
  42. package/chart/tooltip/series-tooltip-template.directive.d.ts +2 -2
  43. package/chart/tooltip/shared-tooltip-template.directive.d.ts +3 -3
  44. package/chart/tooltip.component.d.ts +1 -1
  45. package/chart/value-axis-item/crosshair.component.d.ts +1 -1
  46. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +2 -2
  47. package/chart/value-axis-item/labels.component.d.ts +1 -1
  48. package/chart/value-axis-item/notes.component.d.ts +1 -1
  49. package/chart/value-axis-item/notes.label.component.d.ts +1 -1
  50. package/chart/value-axis-item.component.d.ts +1 -1
  51. package/chart/x-axis-item/crosshair.component.d.ts +1 -1
  52. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
  53. package/chart/x-axis-item/notes.component.d.ts +2 -2
  54. package/chart/x-axis-item/notes.label.component.d.ts +1 -1
  55. package/chart/x-axis-item.component.d.ts +1 -1
  56. package/chart/y-axis-item/crosshair.component.d.ts +1 -1
  57. package/chart/y-axis-item/labels.component.d.ts +1 -1
  58. package/chart/y-axis-item/notes.component.d.ts +1 -1
  59. package/chart/y-axis-item/notes.label.component.d.ts +1 -1
  60. package/chart/y-axis-item.component.d.ts +1 -1
  61. package/chart-breadcrumb.component.d.ts +1 -1
  62. package/chart-options.interface.d.ts +10 -10
  63. package/chart.component.d.ts +10 -10
  64. package/events/axis-label-click-event.d.ts +1 -1
  65. package/events/drag-end-event.d.ts +1 -1
  66. package/events/drag-event.d.ts +1 -1
  67. package/events/drag-start-event.d.ts +1 -1
  68. package/events/drilldown-event.d.ts +1 -1
  69. package/events/legend-item-click-event.d.ts +1 -1
  70. package/events/legend-item-hover-event.d.ts +1 -1
  71. package/events/plot-area-click-event.d.ts +1 -1
  72. package/events/plot-area-hover-event.d.ts +1 -1
  73. package/events/render-event.d.ts +1 -1
  74. package/events/series-click-event.d.ts +1 -1
  75. package/events/series-hover-event.d.ts +1 -1
  76. package/events/zoom-end-event.d.ts +1 -1
  77. package/events/zoom-event.d.ts +1 -1
  78. package/events/zoom-start-event.d.ts +1 -1
  79. package/fesm2022/progress-kendo-angular-charts.mjs +179 -179
  80. package/field-types/axis-line.interface.d.ts +1 -1
  81. package/field-types/axis-ticks.interface.d.ts +1 -1
  82. package/field-types/border.interface.d.ts +1 -1
  83. package/field-types/category-base-unit.d.ts +2 -2
  84. package/field-types/grid-lines.interface.d.ts +1 -1
  85. package/field-types/line-style.d.ts +1 -1
  86. package/field-types/lock-axis.d.ts +1 -1
  87. package/field-types/margin.interface.d.ts +1 -1
  88. package/field-types/padding.interface.d.ts +1 -1
  89. package/field-types/plot-band.interface.d.ts +1 -1
  90. package/field-types/series-labels-alignment.d.ts +1 -1
  91. package/field-types/series-type.d.ts +6 -6
  92. package/field-types/week-start-day.enum.d.ts +1 -1
  93. package/option-types/axis-crosshair-tooltip.interface.d.ts +1 -1
  94. package/option-types/axis-defaults/crosshair.interface.d.ts +2 -2
  95. package/option-types/axis-defaults/labels.interface.d.ts +2 -2
  96. package/option-types/axis-defaults/title.interface.d.ts +1 -1
  97. package/option-types/axis-defaults.interface.d.ts +2 -2
  98. package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
  99. package/option-types/category-axis-item/labels.interface.d.ts +6 -6
  100. package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
  101. package/option-types/category-axis-item.interface.d.ts +10 -10
  102. package/option-types/legend/legend-title.interface.d.ts +1 -1
  103. package/option-types/legend.interface.d.ts +6 -6
  104. package/option-types/pane/title.interface.d.ts +1 -1
  105. package/option-types/pane-defaults.interface.d.ts +1 -1
  106. package/option-types/pane.interface.d.ts +1 -1
  107. package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
  108. package/option-types/series-defaults/labels.interface.d.ts +3 -3
  109. package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
  110. package/option-types/series-defaults/notes.label.interface.d.ts +3 -3
  111. package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
  112. package/option-types/series-defaults.interface.d.ts +3 -3
  113. package/option-types/series-item/error-bars.interface.d.ts +7 -7
  114. package/option-types/series-item/highlight.interface.d.ts +5 -5
  115. package/option-types/series-item/labels.from.interface.d.ts +1 -1
  116. package/option-types/series-item/labels.interface.d.ts +7 -7
  117. package/option-types/series-item/labels.to.interface.d.ts +1 -1
  118. package/option-types/series-item/notes.label.interface.d.ts +1 -1
  119. package/option-types/series-item/tooltip.interface.d.ts +1 -1
  120. package/option-types/series-item.interface.d.ts +71 -71
  121. package/option-types/subtitle.interface.d.ts +1 -1
  122. package/option-types/title.interface.d.ts +1 -1
  123. package/option-types/tooltip.interface.d.ts +1 -1
  124. package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
  125. package/option-types/value-axis-item/labels.interface.d.ts +1 -1
  126. package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
  127. package/option-types/value-axis-item.interface.d.ts +6 -6
  128. package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
  129. package/option-types/x-axis-item/labels.interface.d.ts +5 -5
  130. package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
  131. package/option-types/x-axis-item.interface.d.ts +7 -7
  132. package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
  133. package/option-types/y-axis-item/labels.interface.d.ts +5 -5
  134. package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
  135. package/option-types/y-axis-item.interface.d.ts +7 -7
  136. package/package-metadata.mjs +2 -2
  137. package/package.json +11 -11
  138. package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
  139. package/sankey/data-binding/flat-binding.event.d.ts +2 -2
  140. package/sankey/events/sankey-link-event.d.ts +1 -1
  141. package/sankey/events/sankey-node-event.d.ts +1 -1
  142. package/sankey/labels.component.d.ts +1 -1
  143. package/sankey/legend.component.d.ts +4 -4
  144. package/sankey/links.component.d.ts +1 -1
  145. package/sankey/nodes.component.d.ts +1 -1
  146. package/sankey/title.component.d.ts +1 -1
  147. package/sankey/tooltip/link-tooltip-template.directive.d.ts +2 -2
  148. package/sankey/tooltip/node-tooltip-template.directive.d.ts +2 -2
  149. package/sankey/tooltip.component.d.ts +1 -1
  150. package/sankey.component.d.ts +1 -1
  151. package/stock-chart/navigator/hint.component.d.ts +1 -1
  152. package/stock-chart/navigator/pane.component.d.ts +1 -1
  153. package/stock-chart/navigator/series-item.component.d.ts +1 -1
  154. 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`]({% slug api_charts_categoryaxisitemcomponent %}),
51
- * [`valueAxis`]({% slug api_charts_valueaxisitemcomponent %}),
52
- * [`xAxis`]({% slug api_charts_xaxisitemcomponent %}),
53
- * and [`yAxis`]({% slug api_charts_yaxisitemcomponent %}).
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](slug:databinding_nodata_chart) will be displayed.
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`]({% slug api_charts_seriesdefaultscomponent %}).
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`]({% slug api_charts_seriesdefaultscomponent %}) values.
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`]({% slug api_charts_tooltipcomponent %}#toc-visible) option is set to `true`.
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`]({% slug api_charts_valueaxisitemcomponent %}) options.
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`]({% slug api_charts_valueaxisitemcomponent %}) options.
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
  }
@@ -182,7 +182,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
182
182
  */
183
183
  yAxis: YAxis | YAxis[];
184
184
  /**
185
- * Fires when you click an axis label ([see example](slug:events_chart)).
185
+ * Fires when you click an axis label ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
186
186
  */
187
187
  axisLabelClick: EventEmitter<AxisLabelClickEvent>;
188
188
  /**
@@ -198,7 +198,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
198
198
  */
199
199
  dragStart: EventEmitter<DragStartEvent>;
200
200
  /**
201
- * Fires when you hover over a legend item ([see example](slug:events_chart)).
201
+ * Fires when you hover over a legend item ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
202
202
  */
203
203
  legendItemHover: EventEmitter<LegendItemHoverEvent>;
204
204
  /**
@@ -223,13 +223,13 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
223
223
  */
224
224
  paneRender: EventEmitter<PaneRenderEvent>;
225
225
  /**
226
- * Fires when you click the plot area ([see example](slug:events_chart)).
226
+ * Fires when you click the plot area ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
227
227
  * The `click` event is triggered by the `tap` and `contextmenu` events.
228
228
  * To distinguish between the original events, inspect the `e.originalEvent.type` field.
229
229
  */
230
230
  plotAreaClick: EventEmitter<PlotAreaClickEvent>;
231
231
  /**
232
- * Fires when you hover the plot area ([see example](slug:events_chart)).
232
+ * Fires when you hover the plot area ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
233
233
  */
234
234
  plotAreaHover: EventEmitter<PlotAreaHoverEvent>;
235
235
  /**
@@ -237,7 +237,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
237
237
  */
238
238
  plotAreaLeave: EventEmitter<PlotAreaLeaveEvent>;
239
239
  /**
240
- * Fires when the Chart is ready to render on screen ([see example](slug:events_chart)).
240
+ * Fires when the Chart is ready to render on screen ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
241
241
  * For example, you can use it to remove loading indicators.
242
242
  * Any changes made to the options are ignored.
243
243
  */
@@ -263,7 +263,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
263
263
  /**
264
264
  * Fires when you click the Chart series.
265
265
  *
266
- * The `click` event will be triggered by the `tap` and `contextmenu` events ([see example](slug:events_chart)).
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)).
267
267
  * To distinguish between the original events, inspect the `e.originalEvent.type` field.
268
268
  */
269
269
  seriesClick: EventEmitter<SeriesClickEvent>;
@@ -272,7 +272,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
272
272
  */
273
273
  drilldown: EventEmitter<DrilldownEvent>;
274
274
  /**
275
- * Fires when you hover the Chart series ([see example](slug:events_chart)).
275
+ * Fires when you hover the Chart series ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
276
276
  */
277
277
  seriesHover: EventEmitter<SeriesHoverEvent>;
278
278
  /**
@@ -317,7 +317,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
317
317
  */
318
318
  popupSettings: PopupSettings;
319
319
  /**
320
- * Gets or sets the current drill-down level for [Drilldown Charts](slug:drilldown_chart_charts).
320
+ * Gets or sets the current drill-down level for [Drilldown Charts](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down).
321
321
  *
322
322
  * To return to a previous level, set the value to a number less than the current level.
323
323
  * To return to the root chart, set the value to `0`.
@@ -441,7 +441,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
441
441
  /**
442
442
  * Highlights the series points or the segments of a Pie, Donut, Funnel, or Pyramid Charts.
443
443
  *
444
- * See [Series Highlight]({% slug serieshighlight_chart_charts %}) for more details (with an [example](slug:serieshighlight_chart_charts#toc-toggling-the-highlight-with-code)).
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)).
445
445
  *
446
446
  * @param show - A Boolean value that indicates whether the highlight is shown or hidden.
447
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.
@@ -475,7 +475,7 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
475
475
  */
476
476
  onResize(): void;
477
477
  /**
478
- * Reloads the Chart appearance settings from the current [Kendo UI Theme]({% slug themesandstyles %}).
478
+ * Reloads the Chart appearance settings from the current [Kendo UI Theme](https://www.telerik.com/kendo-angular-ui/components/common/components/styling).
479
479
  *
480
480
  * Call this method after loading a different theme stylesheet.
481
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](slug:events_chart)).
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](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
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
  /**
@@ -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](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
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](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
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](slug:drilldown_chart_charts)).
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](slug:events_chart)).
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](slug:events_chart)).
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](slug:events_chart)).
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](slug:events_chart)).
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
  /**
@@ -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](slug:events_chart)).
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](slug:events_chart)).
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](slug:events_chart)).
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](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
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
  /**
@@ -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](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
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](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
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
  /**