@progress/kendo-angular-charts 22.1.0-develop.9 → 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.
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
@@ -39,7 +39,7 @@ Object.assign(dateValueAxisFormats, dateFormats);
39
39
  /**
40
40
  * Represents a directive which selects a [template](link:site.data.urls.angular['templatesyntax'])
41
41
  * within the `<kendo-chart>` component for the
42
- * [Donut center template](slug:donut_seriestypes_charts#toc-using-the-center-template).
42
+ * [Donut center template](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/donut#using-the-center-template).
43
43
  *
44
44
  * @example
45
45
  * <kendo-chart>
@@ -69,7 +69,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
69
69
  /**
70
70
  * Represents a directive which selects a [template](link:site.data.urls.angular['templatesyntax'])
71
71
  * within the `<kendo-chart>` component for the
72
- * [No Data Overlay](slug:databinding_nodata_chart).
72
+ * [No Data Overlay](https://www.telerik.com/kendo-angular-ui/components/charts/data-binding/no-data-overlay).
73
73
  *
74
74
  * @example
75
75
  * <kendo-chart>
@@ -327,7 +327,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
327
327
 
328
328
  /**
329
329
  * Represents the configuration options of the Chart series tooltip
330
- * ([see example]({% slug tooltips_chart_charts %})).
330
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips)).
331
331
  */
332
332
  class SeriesTooltipComponent extends SettingsComponent {
333
333
  configurationService;
@@ -403,7 +403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
403
403
  /**
404
404
  * Represents the Kendo UI for Angular Chart Series Drilldown Template directive.
405
405
  * Use this directive within the `<kendo-chart-series-item>` component to create nested
406
- * [Drilldown](slug:drilldown_chart_charts) series.
406
+ * [Drilldown](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down) series.
407
407
  *
408
408
  * When you click on a data point with drilldown data,
409
409
  * the Chart creates a new series based on this template.
@@ -474,14 +474,14 @@ class SeriesItemComponent extends CollectionItemComponent {
474
474
  aggregate;
475
475
  /**
476
476
  * Determines whether the Chart automatically scales down to fit the content area.
477
- * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart)).
477
+ * Applicable for the Pie and Donut series. ([See example](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/donut#displaying-labels-in-angular-donut-chart)).
478
478
  * @default false
479
479
  */
480
480
  autoFit;
481
481
  /**
482
482
  * Specifies the name of the value axis.
483
483
  * Use this option for Scatter plots. For more information on Scatter plots, refer to
484
- * [`xAxis`]({% slug api_charts_xaxis %}) and [`yAxis`]({% slug api_charts_yaxis %}).
484
+ * [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) and [`yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis).
485
485
  * @default 'primary'
486
486
  */
487
487
  axis;
@@ -501,7 +501,7 @@ class SeriesItemComponent extends CollectionItemComponent {
501
501
  categoryField;
502
502
  /**
503
503
  * Specifies the data field that contains the `close` value.
504
- * Use the `closeField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
504
+ * Use the `closeField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
505
505
  * @default 'close'
506
506
  */
507
507
  closeField;
@@ -511,7 +511,7 @@ class SeriesItemComponent extends CollectionItemComponent {
511
511
  color;
512
512
  /**
513
513
  * Specifies the data item field which contains the series color.
514
- * Use the `colorField` option when [`series.type`]({% slug api_charts_series %}#toc-type)
514
+ * Use the `colorField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type)
515
515
  * is set to `"bar"`, `"column"`, `"rangeBar"`, `"rangeColumn"`, `"bubble"`, `"donut"`, `"pie"`, `"candlestick"`,
516
516
  * `"ohlc"`, or `"waterfall"`.
517
517
  * @default 'color'
@@ -523,13 +523,13 @@ class SeriesItemComponent extends CollectionItemComponent {
523
523
  connectors;
524
524
  /**
525
525
  * Specifies the data item field which contains the current value.
526
- * Use the `currentField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bullet"` or `"verticalBullet"`.
526
+ * Use the `currentField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bullet"` or `"verticalBullet"`.
527
527
  * @default 'current'
528
528
  */
529
529
  currentField;
530
530
  /**
531
531
  * Specifies the dash type of line Chart.
532
- * Use the `dashType` option only if the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"line"`.
532
+ * Use the `dashType` option only if the [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) option is set to `"line"`.
533
533
  * @default 'solid'
534
534
  */
535
535
  dashType;
@@ -543,7 +543,7 @@ class SeriesItemComponent extends CollectionItemComponent {
543
543
  downColor;
544
544
  /**
545
545
  * Specifies the data field which contains the color that is applied when the `open` value is greater than the `close` value.
546
- * Use the `downColorField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"`.
546
+ * Use the `downColorField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"`.
547
547
  * @default 'downColor'
548
548
  */
549
549
  downColorField;
@@ -552,14 +552,14 @@ class SeriesItemComponent extends CollectionItemComponent {
552
552
  */
553
553
  drilldownField;
554
554
  /**
555
- * Use the `dynamicHeight` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
555
+ * Use the `dynamicHeight` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"` or `"pyramid"`.
556
556
  * Determines whether all segments become with the same height.
557
557
  * When set to `false`, all segments have the same height. Otherwise, the height of each segment is based on its value.
558
558
  * @default true
559
559
  */
560
560
  dynamicHeight;
561
561
  /**
562
- * Use this option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"`.
562
+ * Use this option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"`.
563
563
  * Determines whether the ratio of the bases of each segment is calculated based on the ratio of
564
564
  * `currentDataItem.value`/`nextDataItem.value`.
565
565
  * The last element is always created like a rectangle since there is no following element.
@@ -567,20 +567,20 @@ class SeriesItemComponent extends CollectionItemComponent {
567
567
  */
568
568
  dynamicSlope;
569
569
  /**
570
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) `high` value.
571
- * Use the `errorHighField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
570
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) `high` value.
571
+ * Use the `errorHighField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
572
572
  * @default 'errorHigh'
573
573
  */
574
574
  errorHighField;
575
575
  /**
576
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) `low` value.
577
- * Use the `errorLowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
576
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) `low` value.
577
+ * Use the `errorLowField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
578
578
  * @default 'errorLow'
579
579
  */
580
580
  errorLowField;
581
581
  /**
582
582
  * Specifies the data item field which contains a Boolean value indicating whether the sector is exploded.
583
- * Use the `explodeField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
583
+ * Use the `explodeField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"`.
584
584
  * @default 'explode'
585
585
  */
586
586
  explodeField;
@@ -597,14 +597,14 @@ class SeriesItemComponent extends CollectionItemComponent {
597
597
  /**
598
598
  * Specifies the distance between the categories expressed as a percentage of the bar width.
599
599
  * See the related `spacing` setting.
600
- * Use the `gap` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
600
+ * Use the `gap` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
601
601
  * `"radarColumn"`, or `"waterfall"`.
602
602
  * @default 1.5
603
603
  */
604
604
  gap;
605
605
  /**
606
606
  * Specifies the data field which contains the `high` value.
607
- * Use the `highField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
607
+ * Use the `highField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
608
608
  * @default 'high'
609
609
  */
610
610
  highField;
@@ -618,13 +618,13 @@ class SeriesItemComponent extends CollectionItemComponent {
618
618
  line;
619
619
  /**
620
620
  * Specifies the data field containing the `low` value.
621
- * Use the `lowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
621
+ * Use the `lowField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
622
622
  * @default 'low'
623
623
  */
624
624
  lowField;
625
625
  /**
626
626
  * Specifies the data item field which contains the series `lower` value.
627
- * Use the `lowerField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
627
+ * Use the `lowerField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
628
628
  * @default 'lower'
629
629
  */
630
630
  lowerField;
@@ -644,7 +644,7 @@ class SeriesItemComponent extends CollectionItemComponent {
644
644
  mean;
645
645
  /**
646
646
  * Specifies the data item field which contains the series `mean` value.
647
- * Use the `meanField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
647
+ * Use the `meanField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
648
648
  * @default 'mean'
649
649
  */
650
650
  meanField;
@@ -654,7 +654,7 @@ class SeriesItemComponent extends CollectionItemComponent {
654
654
  median;
655
655
  /**
656
656
  * Specifies the data item field which contains the series `median` value.
657
- * Use the `medianField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
657
+ * Use the `medianField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
658
658
  * @default 'median'
659
659
  */
660
660
  medianField;
@@ -674,7 +674,7 @@ class SeriesItemComponent extends CollectionItemComponent {
674
674
  /**
675
675
  * Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`,
676
676
  * it means the top base is three times smaller than the bottom base.
677
- * Use the `neckRatio` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
677
+ * Use the `neckRatio` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
678
678
  * @default 0.3
679
679
  */
680
680
  neckRatio;
@@ -702,7 +702,7 @@ class SeriesItemComponent extends CollectionItemComponent {
702
702
  openField;
703
703
  /**
704
704
  * Specifies the data item field which contains the series `outliers` value.
705
- * Use the `outliersField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
705
+ * Use the `outliersField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
706
706
  * @default 'outliers'
707
707
  */
708
708
  outliersField;
@@ -716,19 +716,19 @@ class SeriesItemComponent extends CollectionItemComponent {
716
716
  padding;
717
717
  /**
718
718
  * Specifies the data item field which contains the series `q1` value.
719
- * Use the `q1Field` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
719
+ * Use the `q1Field` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
720
720
  * @default 'q1'
721
721
  */
722
722
  q1Field;
723
723
  /**
724
724
  * Specifies the data item field which contains the series `q3` value.
725
- * Use the `q3Field` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
725
+ * Use the `q3Field` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
726
726
  * @default 'q3'
727
727
  */
728
728
  q3Field;
729
729
  /**
730
730
  * Specifies the space in pixels between the different segments of the Funnel or Pyramid Chart.
731
- * Use the `segmentSpacing` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
731
+ * Use the `segmentSpacing` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"` or `"pyramid"`.
732
732
  * @default 0
733
733
  */
734
734
  segmentSpacing;
@@ -744,16 +744,16 @@ class SeriesItemComponent extends CollectionItemComponent {
744
744
  /**
745
745
  * Specifies the distance between series points within a category. Expressed as a percentage of the bar width.
746
746
  * See the related `gap` setting.
747
- * Use the `spacing` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
747
+ * Use the `spacing` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
748
748
  * `"radarColumn"`.
749
749
  * @default 0.4
750
750
  */
751
751
  spacing;
752
752
  /**
753
753
  * Determines whether the series have to be stacked.
754
- * A string value is interpreted as [`series.stack.group`]({% slug api_charts_seriesstack %}#toc-group).
754
+ * A string value is interpreted as [`series.stack.group`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesstack#group).
755
755
  *
756
- * Use the `stack` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
756
+ * Use the `stack` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
757
757
  * `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
758
758
  * If not overridden, the stack settings of the first series are inherited as a default value by the rest of the series.
759
759
  * @default false
@@ -767,7 +767,7 @@ class SeriesItemComponent extends CollectionItemComponent {
767
767
  startAngle;
768
768
  /**
769
769
  * Specifies the line style configuration of the series.
770
- * Use the `style` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
770
+ * Use the `style` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
771
771
  * `"line"`, `"scatterLine"`, `"radarLine"`, or `"polarLine"`.
772
772
  * @default 'normal'
773
773
  */
@@ -799,7 +799,7 @@ class SeriesItemComponent extends CollectionItemComponent {
799
799
  type;
800
800
  /**
801
801
  * Specifies the data item field which contains the series `upper` value.
802
- * Use the `upperField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
802
+ * Use the `upperField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
803
803
  * @default 'upper'
804
804
  */
805
805
  upperField;
@@ -832,28 +832,28 @@ class SeriesItemComponent extends CollectionItemComponent {
832
832
  whiskers;
833
833
  /**
834
834
  * Specifies the name of the X axis.
835
- * Use the [`xAxis`]({% slug api_charts_xaxis %}) option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
836
- * For the Polar series, the [`xAxis`]({% slug api_charts_xaxis %}) range is expressed in degrees.
835
+ * Use the [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
836
+ * For the Polar series, the [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) range is expressed in degrees.
837
837
  * @default 'primary'
838
838
  */
839
839
  xAxis;
840
840
  /**
841
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis `high` value.
842
- * Use the `xErrorHighField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
841
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) xAxis `high` value.
842
+ * Use the `xErrorHighField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
843
843
  * `"bubble"`.
844
844
  * @default 'xErrorHigh'
845
845
  */
846
846
  xErrorHighField;
847
847
  /**
848
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis `low` value.
849
- * Use the `xErrorLowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
848
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) xAxis `low` value.
849
+ * Use the `xErrorLowField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
850
850
  * `"bubble"`.
851
851
  * @default 'xErrorLow'
852
852
  */
853
853
  xErrorLowField;
854
854
  /**
855
855
  * Specifies the data item field containing the `x` value.
856
- * Use the `xField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
856
+ * Use the `xField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
857
857
  * `"polar"` series.
858
858
  * @default 'x'
859
859
  */
@@ -865,22 +865,22 @@ class SeriesItemComponent extends CollectionItemComponent {
865
865
  */
866
866
  yAxis;
867
867
  /**
868
- * Specifies the data item field that contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis `high` value.
869
- * The `yErrorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
868
+ * Specifies the data item field that contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) yAxis `high` value.
869
+ * The `yErrorHighField` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
870
870
  * `"bubble"`.
871
871
  * @default 'yErrorHigh'
872
872
  */
873
873
  yErrorHighField;
874
874
  /**
875
- * Specifies the data item field that contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis `low` value.
876
- * The `yErrorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
875
+ * Specifies the data item field that contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) yAxis `low` value.
876
+ * The `yErrorLowField` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
877
877
  * `"bubble"`.
878
878
  * @default 'yErrorLow'
879
879
  */
880
880
  yErrorLowField;
881
881
  /**
882
882
  * Specifies the data item field that contains the `y` value.
883
- * The `yField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
883
+ * The `yField` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
884
884
  * @default 'y'
885
885
  */
886
886
  yField;
@@ -891,7 +891,7 @@ class SeriesItemComponent extends CollectionItemComponent {
891
891
  /**
892
892
  * Specifies the configuration options of the trendline series.
893
893
  *
894
- * The `trendline` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
894
+ * The `trendline` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
895
895
  * "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
896
896
  */
897
897
  trendline;
@@ -909,7 +909,7 @@ class SeriesItemComponent extends CollectionItemComponent {
909
909
  pattern;
910
910
  /**
911
911
  * Specifies the data item field that contains the series pattern.
912
- * The `patternField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
912
+ * The `patternField` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
913
913
  */
914
914
  patternField;
915
915
  // These options are also available as child components
@@ -1446,13 +1446,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1446
1446
  /**
1447
1447
  * Represents a directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
1448
1448
  * within the `<kendo-chart-tooltip>` component for the
1449
- * [series tooltip](slug:tooltips_chart_charts#toc-specifying-a-template).
1449
+ * [series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips#specifying-a-template).
1450
1450
  * The following context fields are frequently utilized:
1451
1451
  * - `let-category="category"`&mdash;The category name.
1452
1452
  * - `let-dataItem="dataItem"`&mdash;The original data item used to construct the point. It will be `null` if binding to an array.
1453
1453
  * - `let-series="series"`&mdash;The data series.
1454
1454
  * - `let-value="value"`&mdash;The value of the point (either a number or an object).
1455
- * For the full list of available fields, refer to the [`TooltipTemplatePoint`](slug:api_charts_tooltiptemplatepoint).
1455
+ * For the full list of available fields, refer to the [`TooltipTemplatePoint`](https://www.telerik.com/kendo-angular-ui/components/charts/api/tooltiptemplatepoint).
1456
1456
  *
1457
1457
  * @example
1458
1458
  * ```ts
@@ -1500,12 +1500,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1500
1500
  /**
1501
1501
  * Represents a directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
1502
1502
  * within the `<kendo-chart-tooltip>` component for the
1503
- * [shared series tooltip](slug:tooltips_chart_charts#toc-shared-tooltip-customization).
1503
+ * [shared series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips#shared-tooltip-customization).
1504
1504
  * The available fields in the template context are:
1505
- * - `let-points="points"`&mdash;An array of the [`TooltipTemplatePoints`](slug:api_charts_tooltiptemplatepoint) category.
1505
+ * - `let-points="points"`&mdash;An array of the [`TooltipTemplatePoints`](https://www.telerik.com/kendo-angular-ui/components/charts/api/tooltiptemplatepoint) category.
1506
1506
  * - `let-category="category"`&mdash;The category name.
1507
1507
  * - `let-categoryText="categoryText"`&mdash;The category name as text.
1508
- * - `let-nameColumn="nameColumn"`&mdash;Returns a Boolean [`value`](slug:api_charts_seriesitemcomponent#toc-name) indicating whether the `name` property of the `SeriesItemComponent` is defined.
1508
+ * - `let-nameColumn="nameColumn"`&mdash;Returns a Boolean [`value`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesitemcomponent#name) indicating whether the `name` property of the `SeriesItemComponent` is defined.
1509
1509
  * - `let-colorMarker="colorMarker"`&mdash;Returns a Boolean value indicating whether one or more series colors are specified in the Chart. If the Chart contains only one `SeriesItemComponent`, the context field will return `false`.
1510
1510
  * - `let-colSpan="colSpan"`&mdash;Specifies the number of columns covered by the tooltip. The default value is `1` and increases by `1` if `nameColumn` and `colorMarker` are set to `true`.
1511
1511
  *
@@ -2194,7 +2194,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2194
2194
  }], ctorParameters: () => [{ type: undefined }] });
2195
2195
 
2196
2196
  /**
2197
- * Represents the arguments for the `axisLabelClick` event of the Chart component ([see example](slug:events_chart)).
2197
+ * Represents the arguments for the `axisLabelClick` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
2198
2198
  */
2199
2199
  class AxisLabelClickEvent extends BaseEvent {
2200
2200
  /**
@@ -2260,7 +2260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2260
2260
  }] });
2261
2261
 
2262
2262
  /**
2263
- * Represents the arguments for the `drag` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
2263
+ * 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)).
2264
2264
  */
2265
2265
  class DragEvent extends PreventableEvent {
2266
2266
  /**
@@ -2283,7 +2283,7 @@ class DragEvent extends PreventableEvent {
2283
2283
  }
2284
2284
 
2285
2285
  /**
2286
- * Represents the arguments for the `dragEnd` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
2286
+ * 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)).
2287
2287
  */
2288
2288
  class DragEndEvent extends BaseEvent {
2289
2289
  /**
@@ -2306,7 +2306,7 @@ class DragEndEvent extends BaseEvent {
2306
2306
  }
2307
2307
 
2308
2308
  /**
2309
- * Represents the arguments for the `dragStart` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
2309
+ * 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)).
2310
2310
  */
2311
2311
  class DragStartEvent extends PreventableEvent {
2312
2312
  /**
@@ -2362,7 +2362,7 @@ class LegendEvent extends PreventableEvent {
2362
2362
  }
2363
2363
 
2364
2364
  /**
2365
- * Represents the the arguments for the `legendItemHover` event of the Chart component ([see example](slug:events_chart)).
2365
+ * Represents the the arguments for the `legendItemHover` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
2366
2366
  */
2367
2367
  class LegendItemHoverEvent extends LegendEvent {
2368
2368
  /**
@@ -2474,7 +2474,7 @@ class PaneRenderEvent extends BaseEvent {
2474
2474
  }
2475
2475
 
2476
2476
  /**
2477
- * Represents the arguments for the `plotAreaClick` event of the Chart component ([see example](slug:events_chart)).
2477
+ * Represents the arguments for the `plotAreaClick` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
2478
2478
  */
2479
2479
  class PlotAreaClickEvent extends BaseEvent {
2480
2480
  /**
@@ -2513,7 +2513,7 @@ class PlotAreaClickEvent extends BaseEvent {
2513
2513
  }
2514
2514
 
2515
2515
  /**
2516
- * Represents the arguments for the `plotAreaHover` event of the Chart component ([see example](slug:events_chart)).
2516
+ * Represents the arguments for the `plotAreaHover` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
2517
2517
  */
2518
2518
  class PlotAreaHoverEvent extends BaseEvent {
2519
2519
  /**
@@ -2558,7 +2558,7 @@ class PlotAreaLeaveEvent extends BaseEvent {
2558
2558
  }
2559
2559
 
2560
2560
  /**
2561
- * Represents the arguments for the `render` event of the Chart component ([see example](slug:events_chart)).
2561
+ * Represents the arguments for the `render` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
2562
2562
  */
2563
2563
  class RenderEvent extends BaseEvent {
2564
2564
  /**
@@ -2651,7 +2651,7 @@ class SelectStartEvent extends PreventableEvent {
2651
2651
  }
2652
2652
 
2653
2653
  /**
2654
- * Represents the arguments for the `seriesClick` event of the Chart component ([see example](slug:events_chart)).
2654
+ * Represents the arguments for the `seriesClick` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
2655
2655
  */
2656
2656
  class SeriesClickEvent extends BaseEvent {
2657
2657
  /**
@@ -2759,7 +2759,7 @@ class SeriesEvent extends PreventableEvent {
2759
2759
  }
2760
2760
 
2761
2761
  /**
2762
- * Represents the arguments for the `seriesHover` event of the Chart component ([see example](slug:events_chart)).
2762
+ * Represents the arguments for the `seriesHover` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
2763
2763
  */
2764
2764
  class SeriesHoverEvent extends SeriesEvent {
2765
2765
  }
@@ -2777,7 +2777,7 @@ class SeriesLeaveEvent extends SeriesEvent {
2777
2777
  }
2778
2778
 
2779
2779
  /**
2780
- * Represents the arguments for the `zoom` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
2780
+ * 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)).
2781
2781
  */
2782
2782
  class ZoomEvent extends PreventableEvent {
2783
2783
  /**
@@ -2810,7 +2810,7 @@ class ZoomEvent extends PreventableEvent {
2810
2810
  }
2811
2811
 
2812
2812
  /**
2813
- * Represents the arguments for the `zoomEnd` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
2813
+ * 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)).
2814
2814
  */
2815
2815
  class ZoomEndEvent extends BaseEvent {
2816
2816
  /**
@@ -2836,7 +2836,7 @@ class ZoomEndEvent extends BaseEvent {
2836
2836
  }
2837
2837
 
2838
2838
  /**
2839
- * Represents the arguments for the `zoomStart` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
2839
+ * 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)).
2840
2840
  */
2841
2841
  class ZoomStartEvent extends PreventableEvent {
2842
2842
  /**
@@ -2896,7 +2896,7 @@ let InstanceEventService$1 = class InstanceEventService {
2896
2896
  };
2897
2897
 
2898
2898
  /**
2899
- * Represents the arguments for the `legendItemClick` event of the Chart component ([see example](slug:events_chart)).
2899
+ * Represents the arguments for the `legendItemClick` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
2900
2900
  */
2901
2901
  class LegendItemClickEvent extends LegendEvent {
2902
2902
  /**
@@ -2916,7 +2916,7 @@ const packageMetadata = {
2916
2916
  productCode: 'KENDOUIANGULAR',
2917
2917
  productCodes: ['KENDOUIANGULAR'],
2918
2918
  publishDate: 0,
2919
- version: '22.1.0-develop.9',
2919
+ version: '23.0.0-develop.1',
2920
2920
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2921
2921
  };
2922
2922
 
@@ -2969,7 +2969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2969
2969
  }], ctorParameters: () => [{ type: undefined }, { type: ConfigurationService }, { type: CollectionService }] });
2970
2970
 
2971
2971
  /**
2972
- * Represents collection of one or more series items ([see example](slug:series_chart_charts)).
2972
+ * Represents collection of one or more series items ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/series)).
2973
2973
  *
2974
2974
  * @example
2975
2975
  * ```html
@@ -3022,7 +3022,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
3022
3022
  }] } });
3023
3023
 
3024
3024
  /**
3025
- * Represents the arguments for the `drilldown` event of the Chart component ([see example](slug:drilldown_chart_charts)).
3025
+ * Represents the arguments for the `drilldown` event of the Chart component ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down)).
3026
3026
  */
3027
3027
  class DrilldownEvent extends PreventableEvent {
3028
3028
  /**
@@ -3234,7 +3234,7 @@ class ChartComponent {
3234
3234
  */
3235
3235
  yAxis;
3236
3236
  /**
3237
- * Fires when you click an axis label ([see example](slug:events_chart)).
3237
+ * Fires when you click an axis label ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
3238
3238
  */
3239
3239
  axisLabelClick = new EventEmitter();
3240
3240
  /**
@@ -3250,7 +3250,7 @@ class ChartComponent {
3250
3250
  */
3251
3251
  dragStart = new EventEmitter();
3252
3252
  /**
3253
- * Fires when you hover over a legend item ([see example](slug:events_chart)).
3253
+ * Fires when you hover over a legend item ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
3254
3254
  */
3255
3255
  legendItemHover = new EventEmitter();
3256
3256
  /**
@@ -3275,13 +3275,13 @@ class ChartComponent {
3275
3275
  */
3276
3276
  paneRender = new EventEmitter();
3277
3277
  /**
3278
- * Fires when you click the plot area ([see example](slug:events_chart)).
3278
+ * Fires when you click the plot area ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
3279
3279
  * The `click` event is triggered by the `tap` and `contextmenu` events.
3280
3280
  * To distinguish between the original events, inspect the `e.originalEvent.type` field.
3281
3281
  */
3282
3282
  plotAreaClick = new EventEmitter();
3283
3283
  /**
3284
- * Fires when you hover the plot area ([see example](slug:events_chart)).
3284
+ * Fires when you hover the plot area ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
3285
3285
  */
3286
3286
  plotAreaHover = new EventEmitter();
3287
3287
  /**
@@ -3289,7 +3289,7 @@ class ChartComponent {
3289
3289
  */
3290
3290
  plotAreaLeave = new EventEmitter();
3291
3291
  /**
3292
- * Fires when the Chart is ready to render on screen ([see example](slug:events_chart)).
3292
+ * Fires when the Chart is ready to render on screen ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
3293
3293
  * For example, you can use it to remove loading indicators.
3294
3294
  * Any changes made to the options are ignored.
3295
3295
  */
@@ -3315,7 +3315,7 @@ class ChartComponent {
3315
3315
  /**
3316
3316
  * Fires when you click the Chart series.
3317
3317
  *
3318
- * The `click` event will be triggered by the `tap` and `contextmenu` events ([see example](slug:events_chart)).
3318
+ * The `click` event will be triggered by the `tap` and `contextmenu` events ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
3319
3319
  * To distinguish between the original events, inspect the `e.originalEvent.type` field.
3320
3320
  */
3321
3321
  seriesClick = new EventEmitter();
@@ -3324,7 +3324,7 @@ class ChartComponent {
3324
3324
  */
3325
3325
  drilldown = new EventEmitter();
3326
3326
  /**
3327
- * Fires when you hover the Chart series ([see example](slug:events_chart)).
3327
+ * Fires when you hover the Chart series ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/events)).
3328
3328
  */
3329
3329
  seriesHover = new EventEmitter();
3330
3330
  /**
@@ -3369,7 +3369,7 @@ class ChartComponent {
3369
3369
  */
3370
3370
  popupSettings;
3371
3371
  /**
3372
- * Gets or sets the current drill-down level for [Drilldown Charts](slug:drilldown_chart_charts).
3372
+ * Gets or sets the current drill-down level for [Drilldown Charts](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down).
3373
3373
  *
3374
3374
  * To return to a previous level, set the value to a number less than the current level.
3375
3375
  * To return to the root chart, set the value to `0`.
@@ -3638,7 +3638,7 @@ class ChartComponent {
3638
3638
  /**
3639
3639
  * Highlights the series points or the segments of a Pie, Donut, Funnel, or Pyramid Charts.
3640
3640
  *
3641
- * See [Series Highlight]({% slug serieshighlight_chart_charts %}) for more details (with an [example](slug:serieshighlight_chart_charts#toc-toggling-the-highlight-with-code)).
3641
+ * 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)).
3642
3642
  *
3643
3643
  * @param show - A Boolean value that indicates whether the highlight is shown or hidden.
3644
3644
  * @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.
@@ -3692,7 +3692,7 @@ class ChartComponent {
3692
3692
  }
3693
3693
  }
3694
3694
  /**
3695
- * Reloads the Chart appearance settings from the current [Kendo UI Theme]({% slug themesandstyles %}).
3695
+ * Reloads the Chart appearance settings from the current [Kendo UI Theme](https://www.telerik.com/kendo-angular-ui/components/common/components/styling).
3696
3696
  *
3697
3697
  * Call this method after loading a different theme stylesheet.
3698
3698
  */
@@ -4212,7 +4212,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
4212
4212
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
4213
4213
 
4214
4214
  /**
4215
- * Specifies the `weekStartDay` of a [CategoryAxisItemComponent]({% slug api_charts_categoryaxisitemcomponent %}).
4215
+ * Specifies the `weekStartDay` of a [CategoryAxisItemComponent](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxisitemcomponent).
4216
4216
  */
4217
4217
  var WeekStartDay;
4218
4218
  (function (WeekStartDay) {
@@ -4248,7 +4248,7 @@ var WeekStartDay;
4248
4248
 
4249
4249
  /**
4250
4250
  * Represents the Kendo UI for Angular Chart X Axis Item component
4251
- * ([see example]({% slug api_charts_xaxiscomponent %})).
4251
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)).
4252
4252
  *
4253
4253
  * @example
4254
4254
  * ```html
@@ -4522,7 +4522,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
4522
4522
 
4523
4523
  /**
4524
4524
  * Represents the crosshair configuration options of the X axis
4525
- * ([see example]({% slug api_charts_xaxiscomponent %})).
4525
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)).
4526
4526
  *
4527
4527
  * @example
4528
4528
  * ```html
@@ -4618,7 +4618,7 @@ class XAxisCrosshairTooltipComponent extends SettingsComponent {
4618
4618
  */
4619
4619
  font;
4620
4620
  /**
4621
- * Specifies the format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
4621
+ * Specifies the format for displaying the tooltip. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
4622
4622
  * Contains one placeholder (`"{0}"`) which represents the value.
4623
4623
  * @default '{0}'
4624
4624
  */
@@ -4801,9 +4801,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
4801
4801
  /**
4802
4802
  * Represents the configuration of the X-axis notes.
4803
4803
  * For an example on the basic usage of the `XAxisNotesComponent`,
4804
- * refer to the [demo on the `XAxisComponent`]({% slug api_charts_xaxiscomponent %})
4804
+ * refer to the [demo on the `XAxisComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)
4805
4805
  * or to the documentation about the
4806
- * [axis notes]({% slug notes_chart_charts %}#toc-axis-notes).
4806
+ * [axis notes](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes).
4807
4807
  *
4808
4808
  * @example
4809
4809
  * ```html
@@ -4957,7 +4957,7 @@ class XAxisNotesLabelComponent extends SettingsComponent {
4957
4957
  */
4958
4958
  font;
4959
4959
  /**
4960
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
4960
+ * Specifies the format for displaying the notes label. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
4961
4961
  * Contains one placeholder (`"{0}"`) which represents the axis value.
4962
4962
  * @default '{0}'
4963
4963
  */
@@ -5110,7 +5110,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
5110
5110
 
5111
5111
  /**
5112
5112
  * Represents the Kendo UI for Angular Chart Y Axis Item component
5113
- * ([see example]({% slug api_charts_yaxiscomponent %})).
5113
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
5114
5114
  *
5115
5115
  * @example
5116
5116
  * ```html
@@ -5359,7 +5359,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
5359
5359
 
5360
5360
  /**
5361
5361
  * Represents the crosshair configuration options of the Y axis
5362
- * ([see example]({% slug api_charts_yaxiscomponent %})).
5362
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
5363
5363
  *
5364
5364
  * @example
5365
5365
  * ```html
@@ -5529,7 +5529,7 @@ class YAxisLabelsComponent extends SettingsComponent {
5529
5529
  */
5530
5530
  font;
5531
5531
  /**
5532
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
5532
+ * Specifies the format for displaying the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
5533
5533
  * Contains one placeholder (`"{0}"`) which represents the category value.
5534
5534
  * @default '{0}'
5535
5535
  */
@@ -5632,7 +5632,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
5632
5632
 
5633
5633
  /**
5634
5634
  * Represents the configuration of the Y-axis notes
5635
- * ([see example]({% slug api_charts_yaxiscomponent %})).
5635
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
5636
5636
  *
5637
5637
  * @example
5638
5638
  * ```html
@@ -5786,7 +5786,7 @@ class YAxisNotesLabelComponent extends SettingsComponent {
5786
5786
  */
5787
5787
  font;
5788
5788
  /**
5789
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
5789
+ * Specifies the format for displaying the notes label. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
5790
5790
  * Contains one placeholder (`"{0}"`) which represents the axis value.
5791
5791
  * @default '{0}'
5792
5792
  */
@@ -6288,7 +6288,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
6288
6288
  }] }, { type: i0.NgZone }] });
6289
6289
 
6290
6290
  /**
6291
- * Represents the Kendo UI StockChart Navigator component for Angular ([see runnable example](slug:overview_stockchart_charts)).
6291
+ * Represents the Kendo UI StockChart Navigator component for Angular ([see runnable example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
6292
6292
  *
6293
6293
  * @example
6294
6294
  * ```ts
@@ -6372,7 +6372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
6372
6372
  }] } });
6373
6373
 
6374
6374
  /**
6375
- * Represents the configuration component for a category axis ([see example]({% slug axes_chart_charts %})).
6375
+ * Represents the configuration component for a category axis ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes)).
6376
6376
  *
6377
6377
  * @remarks
6378
6378
  * Supported children components are: {@link CategoryAxisCrosshairComponent}, {@link CategoryAxisLabelsComponent},
@@ -6432,8 +6432,8 @@ class CategoryAxisItemComponent extends CollectionItemComponent {
6432
6432
  max;
6433
6433
  /**
6434
6434
  * Specifies the maximum number of groups (categories) to display when
6435
- * [`categoryAxis.baseUnit`]({% slug api_charts_categoryaxis %}#toc-baseunit) is set to `"fit"` or
6436
- * [`categoryAxis.baseUnitStep`]({% slug api_charts_categoryaxis %}#toc-baseunitstep) is set to `"auto"`.
6435
+ * [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) is set to `"fit"` or
6436
+ * [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) is set to `"auto"`.
6437
6437
  * @default 10
6438
6438
  */
6439
6439
  maxDateGroups;
@@ -6455,7 +6455,7 @@ class CategoryAxisItemComponent extends CollectionItemComponent {
6455
6455
  minorTicks;
6456
6456
  /**
6457
6457
  * Specifies the unique axis name. Use it to associate a series with a category axis,
6458
- * which utilizes the [`series.categoryAxis`]({% slug api_charts_series %}#toc-categoryaxis) option.
6458
+ * which utilizes the [`series.categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#categoryaxis) option.
6459
6459
  * @default 'primary'
6460
6460
  */
6461
6461
  name;
@@ -6679,7 +6679,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
6679
6679
  }] }] });
6680
6680
 
6681
6681
  /**
6682
- * Configures the crosshair for the category axis in the Chart ([see example]({% slug crosshairs_chart_charts %})).
6682
+ * Configures the crosshair for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
6683
6683
  *
6684
6684
  * @remarks
6685
6685
  * Supported children components are: {@link CategoryAxisCrosshairTooltipComponent}.
@@ -6772,7 +6772,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
6772
6772
  }], ctorParameters: () => [{ type: ConfigurationService }] });
6773
6773
 
6774
6774
  /**
6775
- * Represents the configuration options of the crosshair tooltip for the category axis of the Chart ([see example]({% slug crosshairs_chart_charts %})).
6775
+ * Represents the configuration options of the crosshair tooltip for the category axis of the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
6776
6776
  * The crosshair tooltip is displayed when the `visible` option is set to `true`.
6777
6777
  */
6778
6778
  class CategoryAxisCrosshairTooltipComponent extends SettingsComponent {
@@ -6795,7 +6795,7 @@ class CategoryAxisCrosshairTooltipComponent extends SettingsComponent {
6795
6795
  */
6796
6796
  font;
6797
6797
  /**
6798
- * Specifies the format used to display the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
6798
+ * Specifies the format used to display the tooltip. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
6799
6799
  * Contains one placeholder (`"{0}"`) which represents the category value.
6800
6800
  * @default '{0}'
6801
6801
  */
@@ -6867,7 +6867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
6867
6867
  }], ctorParameters: () => [{ type: ConfigurationService }] });
6868
6868
 
6869
6869
  /**
6870
- * Represents the labels configuration for the category axis of the Chart ([see example]({% slug labels_chart_charts %})).
6870
+ * Represents the labels configuration for the category axis of the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/labels)).
6871
6871
  */
6872
6872
  class CategoryAxisLabelsComponent extends SettingsComponent {
6873
6873
  configurationService;
@@ -6901,7 +6901,7 @@ class CategoryAxisLabelsComponent extends SettingsComponent {
6901
6901
  */
6902
6902
  font;
6903
6903
  /**
6904
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
6904
+ * Specifies the format for displaying the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
6905
6905
  * Contains one placeholder (`"{0}"`) which represents the category value.
6906
6906
  * @default '{0}'
6907
6907
  */
@@ -7030,7 +7030,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
7030
7030
  }], ctorParameters: () => [{ type: ConfigurationService }] });
7031
7031
 
7032
7032
  /**
7033
- * Configures the notes for the category axis in the Chart ([see example]({% slug notes_chart_charts %}#toc-axis-notes))
7033
+ * Configures the notes for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes))
7034
7034
  */
7035
7035
  class CategoryAxisNotesComponent extends SettingsComponent {
7036
7036
  configurationService;
@@ -7226,7 +7226,7 @@ class CategoryAxisNotesLabelComponent extends SettingsComponent {
7226
7226
  */
7227
7227
  font;
7228
7228
  /**
7229
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
7229
+ * Specifies the format for displaying the notes label. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
7230
7230
  * Contains one placeholder (`"{0}"`) which represents the category value.
7231
7231
  * @default '{0}'
7232
7232
  */
@@ -7506,7 +7506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
7506
7506
 
7507
7507
  /**
7508
7508
  * Represents the default options of the navigator hint
7509
- * ([see example](slug:overview_stockchart_charts)).
7509
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
7510
7510
  */
7511
7511
  class NavigatorHintComponent extends SettingsComponent {
7512
7512
  configurationService;
@@ -7629,7 +7629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
7629
7629
 
7630
7630
  /**
7631
7631
  * Represents the navigator pane of the StockChart
7632
- * ([see example](slug:overview_stockchart_charts)).
7632
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
7633
7633
  */
7634
7634
  class NavigatorPaneComponent extends PaneComponent {
7635
7635
  configurationService;
@@ -7787,7 +7787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
7787
7787
 
7788
7788
  /**
7789
7789
  * Represents a series item in the StockChart navigator
7790
- * ([see example]({% slug overview_stockchart_charts %})).
7790
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
7791
7791
  *
7792
7792
  * @example
7793
7793
  * ```html
@@ -7904,7 +7904,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
7904
7904
 
7905
7905
  /**
7906
7906
  * Represents the configuration of the Chart series error bars
7907
- * ([see example]({% slug errorbars_chart_charts %})).
7907
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/error-bars)).
7908
7908
  */
7909
7909
  class SeriesErrorBarsComponent extends SettingsComponent {
7910
7910
  configurationService;
@@ -8007,7 +8007,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8007
8007
  /**
8008
8008
  * Represents the configuration of the Chart series extremes.
8009
8009
  * Applies to extreme outliers.
8010
- * For more information, refer to the [`series.extremes`]({% slug api_charts_seriesitemcomponent %}#toc-extremes) option.
8010
+ * For more information, refer to the [`series.extremes`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesitemcomponent#extremes) option.
8011
8011
  */
8012
8012
  class SeriesExtremesComponent extends SettingsComponent {
8013
8013
  configurationService;
@@ -8178,7 +8178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8178
8178
 
8179
8179
  /**
8180
8180
  * Represents the configuration of the Chart series labels
8181
- * ([see example]({% slug labels_chart_charts %})).
8181
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/labels)).
8182
8182
  *
8183
8183
  * @example
8184
8184
  * ```html
@@ -8222,7 +8222,7 @@ class SeriesLabelsComponent extends SettingsComponent {
8222
8222
  */
8223
8223
  ariaContent;
8224
8224
  /**
8225
- * Specifies the distance between the labels when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
8225
+ * Specifies the distance between the labels when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"`.
8226
8226
  * @default 35
8227
8227
  */
8228
8228
  distance;
@@ -8232,7 +8232,7 @@ class SeriesLabelsComponent extends SettingsComponent {
8232
8232
  */
8233
8233
  font;
8234
8234
  /**
8235
- * Specifies the format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of the `IntlService`.
8235
+ * Specifies the format of the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of the `IntlService`.
8236
8236
  * @default '{0}'
8237
8237
  */
8238
8238
  format;
@@ -8392,7 +8392,7 @@ class SeriesLabelsFromComponent extends SettingsComponent {
8392
8392
  */
8393
8393
  font;
8394
8394
  /**
8395
- * Specifies the format of the `from` labels. Uses the `IntlService` [`format`]({% slug api_intl_intlservice %}#toc-format) method.
8395
+ * Specifies the format of the `from` labels. Uses the `IntlService` [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
8396
8396
  * @default '{0}'
8397
8397
  */
8398
8398
  format;
@@ -8503,7 +8503,7 @@ class SeriesLabelsToComponent extends SettingsComponent {
8503
8503
  */
8504
8504
  font;
8505
8505
  /**
8506
- * Specifies the format of the `to` labels. Uses [IntlService format]({% slug api_intl_intlservice %}#toc-format).
8506
+ * Specifies the format of the `to` labels. Uses [IntlService format](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format).
8507
8507
  * @default '{0}'
8508
8508
  */
8509
8509
  format;
@@ -8701,7 +8701,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8701
8701
 
8702
8702
  /**
8703
8703
  * Represents the Chart series notes configuration
8704
- * ([see example]({% slug notes_chart_charts %})).
8704
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes)).
8705
8705
  *
8706
8706
  * @example
8707
8707
  * ```html
@@ -8912,7 +8912,7 @@ class SeriesNotesLabelComponent extends SettingsComponent {
8912
8912
  */
8913
8913
  font;
8914
8914
  /**
8915
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
8915
+ * Specifies the format for displaying the notes label. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
8916
8916
  * Contains one placeholder (`"{0}"`) which represents the axis value.
8917
8917
  *
8918
8918
  * @default '{0}'
@@ -8996,7 +8996,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8996
8996
  /**
8997
8997
  * Represents the configuration of the Chart series outliers.
8998
8998
  * Applies to mild outliers.
8999
- * For more information, refer to [`series.outliers`]({% slug api_charts_seriesitemcomponent %}#toc-outliers).
8999
+ * For more information, refer to [`series.outliers`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesitemcomponent#outliers).
9000
9000
  */
9001
9001
  class SeriesOutliersComponent extends SettingsComponent {
9002
9002
  configurationService;
@@ -9270,11 +9270,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9270
9270
  }] } });
9271
9271
 
9272
9272
  /**
9273
- * Represents the default options for all Chart axes ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
9274
- * Accepts the options which are supported by [`categoryAxis`](slug:api_charts_categoryaxisitemcomponent),
9275
- * [`valueAxis`](slug:api_charts_valueaxisitemcomponent),
9276
- * [`xAxis`](slug:api_charts_xaxisitemcomponent),
9277
- * and [`yAxis`](slug:api_charts_yaxisitemcomponent).
9273
+ * Represents the default options for all Chart axes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
9274
+ * Accepts the options which are supported by [`categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxisitemcomponent),
9275
+ * [`valueAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxisitemcomponent),
9276
+ * [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxisitemcomponent),
9277
+ * and [`yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxisitemcomponent).
9278
9278
  *
9279
9279
  * @example
9280
9280
  * ```html
@@ -9414,7 +9414,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9414
9414
  }] } });
9415
9415
 
9416
9416
  /**
9417
- * Represents the available configuration options of the Chart crosshair ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
9417
+ * Represents the available configuration options of the Chart crosshair ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
9418
9418
  *
9419
9419
  * @remarks
9420
9420
  * Supported children components are: {@link AxisDefaultsCrosshairTooltipComponent}.
@@ -9482,8 +9482,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9482
9482
  }] } });
9483
9483
 
9484
9484
  /**
9485
- * Represents the available options of the crosshair tooltip ([see example]({% slug crosshairs_chart_charts %})).
9486
- * The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`]({% slug api_charts_axisdefaultscrosshairtooltipcomponent %}#toc-visible)
9485
+ * Represents the available options of the crosshair tooltip ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
9486
+ * The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultscrosshairtooltipcomponent#visible)
9487
9487
  * option is set to `true`.
9488
9488
  */
9489
9489
  class AxisDefaultsCrosshairTooltipComponent extends SettingsComponent {
@@ -9506,7 +9506,7 @@ class AxisDefaultsCrosshairTooltipComponent extends SettingsComponent {
9506
9506
  */
9507
9507
  font;
9508
9508
  /**
9509
- * Specifies the format for displaying the tooltip. Uses the [`format`](slug:api_intl_intlservice#toc-format) method of `IntlService`.
9509
+ * Specifies the format for displaying the tooltip. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
9510
9510
  * Contains one placeholder (`"{0}"`) which represents the category value.
9511
9511
  * @default '{0}'
9512
9512
  */
@@ -9555,7 +9555,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9555
9555
  }] } });
9556
9556
 
9557
9557
  /**
9558
- * Represents the configuration of the axis labels ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
9558
+ * Represents the configuration of the axis labels ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
9559
9559
  */
9560
9560
  class AxisDefaultsLabelsComponent extends SettingsComponent {
9561
9561
  configurationService;
@@ -9569,7 +9569,7 @@ class AxisDefaultsLabelsComponent extends SettingsComponent {
9569
9569
  */
9570
9570
  font;
9571
9571
  /**
9572
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
9572
+ * Specifies the format for displaying the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
9573
9573
  * Contains one placeholder (`"{0}"`) which represents the category value.
9574
9574
  * @default '{0}'
9575
9575
  */
@@ -9657,7 +9657,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9657
9657
  }] } });
9658
9658
 
9659
9659
  /**
9660
- * Represents the configuration of the axis title ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
9660
+ * Represents the configuration of the axis title ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
9661
9661
  */
9662
9662
  class AxisDefaultsTitleComponent extends SettingsComponent {
9663
9663
  configurationService;
@@ -9806,7 +9806,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9806
9806
  }] } });
9807
9807
 
9808
9808
  /**
9809
- * Represents the range labels configuration for the category axis in the Chart ([see example]({% slug labels_chart_charts %})).
9809
+ * Represents the range labels configuration for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/labels)).
9810
9810
  */
9811
9811
  class CategoryAxisRangeLabelsComponent extends CategoryAxisLabelsComponent {
9812
9812
  configurationService;
@@ -9832,7 +9832,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9832
9832
  /**
9833
9833
  * Represents the Kendo UI for Angular Chart Area configuration.
9834
9834
  * Represents the entire visible area of the Chart
9835
- * ([see example]({% slug chartarea_chart_charts %})).
9835
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/chart-area)).
9836
9836
  *
9837
9837
  * @example
9838
9838
  * ```html
@@ -9904,7 +9904,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
9904
9904
 
9905
9905
  /**
9906
9906
  * Represents the Kendo UI for Angular Chart Legend configuration
9907
- * ([see example]({% slug legend_chart_charts %})).
9907
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend)).
9908
9908
  *
9909
9909
  * @example
9910
9910
  * ```html
@@ -9921,8 +9921,8 @@ class LegendComponent extends SettingsComponent {
9921
9921
  configurationService;
9922
9922
  /**
9923
9923
  * Specifies the alignment of the legend.
9924
- * The legend is horizontally aligned when [`legend.position`]({% slug api_charts_legend %}#toc-position) is set to `"top"` or `"bottom"`.
9925
- * The legend is vertically aligned when [`legend.position`]({% slug api_charts_legend %}#toc-position) is set to `"left"` or `"right"`.
9924
+ * The legend is horizontally aligned when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#position) is set to `"top"` or `"bottom"`.
9925
+ * The legend is vertically aligned when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#position) is set to `"left"` or `"right"`.
9926
9926
  * @default 'center'
9927
9927
  */
9928
9928
  align;
@@ -9974,7 +9974,7 @@ class LegendComponent extends SettingsComponent {
9974
9974
  padding;
9975
9975
  /**
9976
9976
  * Specifies the positions of the Chart legend.
9977
- * Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](slug:api_charts_legend#toc-offsetx) and [`legend.offsetY`](slug:api_charts_legend#toc-offsety) options.
9977
+ * Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#offsetx) and [`legend.offsetY`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#offsety) options.
9978
9978
  * @default 'right'
9979
9979
  */
9980
9980
  position;
@@ -10189,7 +10189,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
10189
10189
 
10190
10190
  /**
10191
10191
  * Represents the default options for all Chart panes
10192
- * ([see example](slug:panes_chart_charts#toc-default-settings)).
10192
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/panes#default-settings)).
10193
10193
  *
10194
10194
  * @example
10195
10195
  * ```html
@@ -10387,7 +10387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
10387
10387
 
10388
10388
  /**
10389
10389
  * Represents the Kendo UI for Angular Chart Plot Area component
10390
- * ([see example]({% slug plotarea_chart_charts %})).
10390
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/plot-area)).
10391
10391
  * The plot area is the area which displays the series.
10392
10392
  */
10393
10393
  class PlotAreaComponent extends SettingsComponent {
@@ -10447,7 +10447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
10447
10447
 
10448
10448
  /**
10449
10449
  * Represents the default options for all Chart series
10450
- * ([see example]({% slug series_chart_charts %}#toc-default-series-configuration)).
10450
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/series#default-series-configuration)).
10451
10451
  *
10452
10452
  * @example
10453
10453
  * ```html
@@ -10484,14 +10484,14 @@ class SeriesDefaultsComponent extends SettingsComponent {
10484
10484
  overlay;
10485
10485
  /**
10486
10486
  * Specifies the space between the Chart series as a proportion of the series width.
10487
- * Use this option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
10487
+ * Use this option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
10488
10488
  * and `"waterfall"`.
10489
10489
  * @default 0.4
10490
10490
  */
10491
10491
  spacing;
10492
10492
  /**
10493
10493
  * Determines whether the series has to be stacked.
10494
- * Use this option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
10494
+ * Use this option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
10495
10495
  * `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
10496
10496
  * @default false
10497
10497
  */
@@ -10602,7 +10602,7 @@ class SeriesDefaultsLabelsComponent extends SettingsComponent {
10602
10602
  */
10603
10603
  font;
10604
10604
  /**
10605
- * Specifies the format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
10605
+ * Specifies the format of the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
10606
10606
  * @default '{0}'
10607
10607
  */
10608
10608
  format;
@@ -10703,7 +10703,7 @@ class SeriesDefaultsLabelsFromComponent extends SettingsComponent {
10703
10703
  */
10704
10704
  font;
10705
10705
  /**
10706
- * Specifies the format of the `from` labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) of `IntlService`.
10706
+ * Specifies the format of the `from` labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) of `IntlService`.
10707
10707
  * @default '{0}'
10708
10708
  */
10709
10709
  format;
@@ -10785,7 +10785,7 @@ class SeriesDefaultsLabelsToComponent extends SettingsComponent {
10785
10785
  */
10786
10786
  font;
10787
10787
  /**
10788
- * Specifies the format of the `to` labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
10788
+ * Specifies the format of the `to` labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
10789
10789
  * @default '{0}'
10790
10790
  */
10791
10791
  format;
@@ -10841,7 +10841,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
10841
10841
  }] } });
10842
10842
 
10843
10843
  /**
10844
- * Represents the configuration of the [`seriesDefaults`]({% slug api_charts_seriesdefaultscomponent %}) notes.
10844
+ * Represents the configuration of the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultscomponent) notes.
10845
10845
  *
10846
10846
  * @example
10847
10847
  * ```html
@@ -10981,7 +10981,7 @@ class SeriesDefaultsNotesLabelComponent extends SettingsComponent {
10981
10981
  */
10982
10982
  font;
10983
10983
  /**
10984
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
10984
+ * Specifies the format for displaying the notes label. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
10985
10985
  * Contains one placeholder (`"{0}"`) which represents the axis value.
10986
10986
  * @default '{0}'
10987
10987
  */
@@ -10997,7 +10997,7 @@ class SeriesDefaultsNotesLabelComponent extends SettingsComponent {
10997
10997
  */
10998
10998
  rotation;
10999
10999
  /**
11000
- * Determines whether the Chart displays the [`seriesDefaults`]({% slug api_charts_seriesdefaults %}) notes label.
11000
+ * Determines whether the Chart displays the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaults) notes label.
11001
11001
  * @default true
11002
11002
  */
11003
11003
  visible;
@@ -11106,7 +11106,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11106
11106
 
11107
11107
  /**
11108
11108
  * Represents the configuration options of the Chart trendline series
11109
- * ([see example]({% slug trendlines_chart_charts %})).
11109
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines)).
11110
11110
  *
11111
11111
  * @example
11112
11112
  * ```html
@@ -11173,7 +11173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11173
11173
 
11174
11174
  /**
11175
11175
  * Represents the configuration options of the Chart trendline forecast
11176
- * ([see example]({% slug trendlines_chart_charts %})).
11176
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines)).
11177
11177
  */
11178
11178
  class SeriesTrendlineForecastComponent extends SettingsComponent {
11179
11179
  configurationService;
@@ -11188,7 +11188,7 @@ class SeriesTrendlineForecastComponent extends SettingsComponent {
11188
11188
  /**
11189
11189
  * Specifies the series trendline forecast settings.
11190
11190
  *
11191
- * The `forecast` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"linearTrendline"` and the parent series are either date series, `"scatter"` or `"scatterLine"` series.
11191
+ * The `forecast` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"linearTrendline"` and the parent series are either date series, `"scatter"` or `"scatterLine"` series.
11192
11192
  */
11193
11193
  forecast;
11194
11194
  constructor(configurationService) {
@@ -11216,7 +11216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11216
11216
 
11217
11217
  /**
11218
11218
  * Represents the Kendo UI for Angular Chart Subtitle component
11219
- * ([see example]({% slug title_chart_charts %})).
11219
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title)).
11220
11220
  *
11221
11221
  * @example
11222
11222
  * ```html
@@ -11316,7 +11316,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11316
11316
 
11317
11317
  /**
11318
11318
  * Represents the Kendo UI for Angular Chart Title configuration
11319
- * ([see example]({% slug title_chart_charts %})).
11319
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title)).
11320
11320
  *
11321
11321
  * @example
11322
11322
  * ```html
@@ -11427,7 +11427,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11427
11427
 
11428
11428
  /**
11429
11429
  * Represents the Kendo UI for Angular Chart Tooltip configuration
11430
- * ([see example]({% slug tooltips_chart_charts %})).
11430
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips)).
11431
11431
  */
11432
11432
  class TooltipComponent extends SettingsComponent {
11433
11433
  configurationService;
@@ -11591,7 +11591,7 @@ class ValueAxisItemComponent extends CollectionItemComponent {
11591
11591
  */
11592
11592
  minorUnit;
11593
11593
  /**
11594
- * Specifies the unique axis name. Use this name to associate a series with a value axis by using the [`series.axis`]({% slug api_charts_series %}#toc-axis) option.
11594
+ * Specifies the unique axis name. Use this name to associate a series with a value axis by using the [`series.axis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#axis) option.
11595
11595
  * @default 'primary'
11596
11596
  */
11597
11597
  name;
@@ -11753,7 +11753,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11753
11753
  }] } });
11754
11754
 
11755
11755
  /**
11756
- * Represents the crosshair configuration options of the Chart value axis ([see example]({% slug crosshairs_chart_charts %})).
11756
+ * Represents the crosshair configuration options of the Chart value axis ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
11757
11757
  *
11758
11758
  * @example
11759
11759
  * ```html
@@ -11829,7 +11829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
11829
11829
  }] } });
11830
11830
 
11831
11831
  /**
11832
- * Represents the configuration options of the crosshair tooltip in the Chart value axis ([see example]({% slug crosshairs_chart_charts %})).
11832
+ * Represents the configuration options of the crosshair tooltip in the Chart value axis ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
11833
11833
  * The crosshair tooltip is displayed when the `visible` option is set to `true`.
11834
11834
  */
11835
11835
  class ValueAxisCrosshairTooltipComponent extends SettingsComponent {
@@ -11853,7 +11853,7 @@ class ValueAxisCrosshairTooltipComponent extends SettingsComponent {
11853
11853
  */
11854
11854
  font;
11855
11855
  /**
11856
- * Specifies the format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
11856
+ * Specifies the format for displaying the tooltip. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
11857
11857
  * Contains one placeholder (`"{0}"`) which represents the value.
11858
11858
  *
11859
11859
  * @default '{0}'
@@ -11928,7 +11928,7 @@ class ValueAxisLabelsComponent extends SettingsComponent {
11928
11928
  */
11929
11929
  font;
11930
11930
  /**
11931
- * The format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
11931
+ * The format for displaying the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
11932
11932
  * Contains one placeholder (`"{0}"`) which represents the category value.
11933
11933
  * @default '{0}'
11934
11934
  */
@@ -12024,7 +12024,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
12024
12024
  }] } });
12025
12025
 
12026
12026
  /**
12027
- * Represents the configuration of the value axis notes ([see example]({% slug notes_chart_charts %}#toc-axis-notes)).
12027
+ * Represents the configuration of the value axis notes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes)).
12028
12028
  *
12029
12029
  * @example
12030
12030
  * ```html
@@ -12178,7 +12178,7 @@ class ValueAxisNotesLabelComponent extends SettingsComponent {
12178
12178
  */
12179
12179
  font;
12180
12180
  /**
12181
- * Specifies the format used to display the notes label. Uses the IntlService [`format`]({% slug api_intl_intlservice %}#toc-format) method.
12181
+ * Specifies the format used to display the notes label. Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format).
12182
12182
  * Contains one placeholder (`"{0}"`) which represents the axis value.
12183
12183
  * @default '{0}'
12184
12184
  */
@@ -12330,7 +12330,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
12330
12330
  /**
12331
12331
  * Represents the Kendo UI Chart Breadcrumb component for Angular.
12332
12332
  *
12333
- * Use this component to implement navigation for [Drilldown Charts](slug:drilldown_chart_charts).
12333
+ * Use this component to implement navigation for [Drilldown Charts](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down).
12334
12334
  * Use the `chart` input to link the Breadcrumb to the Chart instance.
12335
12335
  */
12336
12336
  class ChartBreadcrumbComponent {
@@ -12454,7 +12454,7 @@ class SankeyBaseEvent extends PreventableEvent$1 {
12454
12454
  }
12455
12455
 
12456
12456
  /**
12457
- * Represents the arguments for the node-related events of the [`SankeyComponent`]({% slug api_charts_sankeycomponent %}).
12457
+ * Represents the arguments for the node-related events of the [`SankeyComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeycomponent).
12458
12458
  */
12459
12459
  class SankeyNodeEvent extends SankeyBaseEvent {
12460
12460
  /**
@@ -12471,7 +12471,7 @@ class SankeyNodeEvent extends SankeyBaseEvent {
12471
12471
  }
12472
12472
 
12473
12473
  /**
12474
- * Represents the arguments for the link-related events of the [`SankeyComponent`]({% slug api_charts_sankeycomponent %}).
12474
+ * Represents the arguments for the link-related events of the [`SankeyComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeycomponent).
12475
12475
  */
12476
12476
  class SankeyLinkEvent extends SankeyBaseEvent {
12477
12477
  /**
@@ -12534,12 +12534,12 @@ class SankeyLinkTooltipTemplateContext {
12534
12534
  /**
12535
12535
  * Selects a [template](link:site.data.urls.angular['templatesyntax'])
12536
12536
  * within the `<kendo-sankey-tooltip>` component for the
12537
- * [links tooltip](slug:tooltip_sankey#toc-specifying-a-link-tooltip-template).
12537
+ * [links tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip#specifying-a-link-tooltip-template).
12538
12538
  * The following context fields are frequently utilized:
12539
12539
  * - `let-source="source"`&mdash;The link source data item..
12540
12540
  * - `let-target="target"`&mdash;The link target data item.
12541
12541
  * - `let-value="value"`&mdash;The link value.
12542
- * Refer to the [`SankeyLinkTooltipTemplateContext`](slug:api_charts_sankeylinktooltiptemplatecontext) for the full list of available fields.
12542
+ * Refer to the [`SankeyLinkTooltipTemplateContext`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylinktooltiptemplatecontext) for the full list of available fields.
12543
12543
  *
12544
12544
  * @example
12545
12545
  * ```html
@@ -12600,12 +12600,12 @@ class SankeyNodeTooltipTemplateContext {
12600
12600
  /**
12601
12601
  * Selects a [template](link:site.data.urls.angular['templatesyntax'])
12602
12602
  * within the `<kendo-sankey-tooltip>` component for the
12603
- * [series tooltip](slug:tooltip_sankey#toc-specifying-a-node-tooltip-template).
12603
+ * [series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip#specifying-a-node-tooltip-template).
12604
12604
  * The following context fields are frequently utilized:
12605
12605
  * - `let-color="color"`&mdash;The node color.
12606
12606
  * - `let-label="label"`&mdash;The node label data.
12607
12607
  * - `let-value="value"`&mdash;The node value.
12608
- * Refer to the [`SankeyNodeTooltipTemplateContext`](slug:api_charts_sankeynodetooltiptemplatecontext) for the full list of available fields.
12608
+ * Refer to the [`SankeyNodeTooltipTemplateContext`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeynodetooltiptemplatecontext) for the full list of available fields.
12609
12609
  *
12610
12610
  * @example
12611
12611
  * ```ts
@@ -13258,7 +13258,7 @@ class SankeyComponent {
13258
13258
  this.createInstance(element);
13259
13259
  }
13260
13260
  /**
13261
- * Reloads the Sankey appearance settings from the current [Kendo UI Theme]({% slug themesandstyles %}).
13261
+ * Reloads the Sankey appearance settings from the current [Kendo UI Theme](https://www.telerik.com/kendo-angular-ui/components/common/components/styling).
13262
13262
  *
13263
13263
  * Call this method after loading a different theme stylesheet.
13264
13264
  */
@@ -13475,7 +13475,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13475
13475
  }] } });
13476
13476
 
13477
13477
  /**
13478
- * Represents the arguments for the `dataBound` event of the [`[kendoSankeyFlatBinding]`]({% slug api_charts_sankeyflatbindingdirective %}) directive.
13478
+ * Represents the arguments for the `dataBound` event of the [`[kendoSankeyFlatBinding]`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeyflatbindingdirective) directive.
13479
13479
  */
13480
13480
  class SankeyFlatBindingDataBoundEvent {
13481
13481
  /**
@@ -13483,7 +13483,7 @@ class SankeyFlatBindingDataBoundEvent {
13483
13483
  */
13484
13484
  originalData;
13485
13485
  /**
13486
- * Contains the newly created [`SankeyData`]({% slug api_charts_sankeydata %}).
13486
+ * Contains the newly created [`SankeyData`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeydata).
13487
13487
  *
13488
13488
  * The Sankey diagram receives changes to this object.
13489
13489
  */
@@ -13499,7 +13499,7 @@ class SankeyFlatBindingDataBoundEvent {
13499
13499
  /**
13500
13500
  * Represents a directive that encapsulates the retrieval of the nodes and links when flat data is provided.
13501
13501
  *
13502
- * See [Data Binding - Binding to Flat Data]({% slug data_binding_sankey %}#toc-binding-to-flat-data).
13502
+ * See [Data Binding - Binding to Flat Data](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/data-binding#binding-to-flat-data).
13503
13503
  */
13504
13504
  class SankeyFlatBindingDirective {
13505
13505
  sankey;
@@ -13562,7 +13562,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13562
13562
 
13563
13563
  /**
13564
13564
  * Represents the configuration options of the Sankey labels
13565
- * ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
13565
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
13566
13566
  */
13567
13567
  class SankeyLabelsComponent extends SettingsComponent {
13568
13568
  configurationService;
@@ -13615,13 +13615,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13615
13615
 
13616
13616
  /**
13617
13617
  * Represents the configuration options of the Sankey legend
13618
- * ([see example]({% slug legend_sankey %})).
13618
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/legend)).
13619
13619
  */
13620
13620
  class SankeyLegendComponent extends SettingsComponent {
13621
13621
  configurationService;
13622
13622
  /**
13623
- * Aligns the legend horizontally when [`legend.position`]({% slug api_charts_sankeylegend %}#toc-position) is set to `"top"` or `"bottom"`.
13624
- * Aligns the legend vertically when [`legend.position`]({% slug api_charts_sankeylegend %}#toc-position) is set to `"left"` or `"right"`.
13623
+ * Aligns the legend horizontally when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#position) is set to `"top"` or `"bottom"`.
13624
+ * Aligns the legend vertically when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#position) is set to `"left"` or `"right"`.
13625
13625
  * @default 'center'
13626
13626
  */
13627
13627
  align;
@@ -13664,7 +13664,7 @@ class SankeyLegendComponent extends SettingsComponent {
13664
13664
  padding;
13665
13665
  /**
13666
13666
  * Sets the position of the Sankey legend.
13667
- * Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](slug:api_charts_sankeylegend#toc-offsetx) and [`legend.offsetY`](slug:api_charts_sankeylegend#toc-offsety) options.
13667
+ * Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#offsetx) and [`legend.offsetY`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#offsety) options.
13668
13668
  * @default 'right'
13669
13669
  */
13670
13670
  position;
@@ -13736,7 +13736,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13736
13736
 
13737
13737
  /**
13738
13738
  * Represents the configuration options of the Sankey links
13739
- * ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
13739
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
13740
13740
  */
13741
13741
  class SankeyLinksComponent extends SettingsComponent {
13742
13742
  configurationService;
@@ -13818,7 +13818,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13818
13818
 
13819
13819
  /**
13820
13820
  * Represents the configuration options of the Sankey nodes
13821
- * ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
13821
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
13822
13822
  */
13823
13823
  class SankeyNodesComponent extends SettingsComponent {
13824
13824
  configurationService;
@@ -13873,7 +13873,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13873
13873
 
13874
13874
  /**
13875
13875
  * Represents the configuration options of the Sankey title or text
13876
- * ([see example]({% slug title_sankey %})).
13876
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/title)).
13877
13877
  *
13878
13878
  * @example
13879
13879
  * ```html
@@ -13969,7 +13969,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
13969
13969
 
13970
13970
  /**
13971
13971
  * Represents the Sankey tooltip
13972
- * ([see example]({% slug tooltip_sankey %})).
13972
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip)).
13973
13973
  */
13974
13974
  class SankeyTooltipComponent extends SettingsComponent {
13975
13975
  configurationService;