@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
@@ -5,7 +5,7 @@
5
5
  import { ChartComponent } from '../chart.component';
6
6
  import { drawing } from '@progress/kendo-drawing';
7
7
  /**
8
- * Represents the context for the legend item `visual` function ([see example](slug:legend_chart_charts#custom-marker-shapes)).
8
+ * Represents the context for the legend item `visual` function ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend#custom-marker-shapes)).
9
9
  */
10
10
  export interface LegendItemVisualArgs {
11
11
  /**
@@ -8,7 +8,7 @@ import { AxisDefaultsCrosshair, AxisDefaultsCrosshairTooltip } from '../../commo
8
8
  import { SettingsComponent } from '../../common/settings.component';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the available configuration options of the Chart crosshair ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
11
+ * 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)).
12
12
  *
13
13
  * @remarks
14
14
  * Supported children components are: {@link AxisDefaultsCrosshairTooltipComponent}.
@@ -8,8 +8,8 @@ import { AxisDefaultsCrosshairTooltip } from '../../common/property-types';
8
8
  import { SettingsComponent } from '../../common/settings.component';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the available options of the crosshair tooltip ([see example]({% slug crosshairs_chart_charts %})).
12
- * The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`]({% slug api_charts_axisdefaultscrosshairtooltipcomponent %}#toc-visible)
11
+ * Represents the available options of the crosshair tooltip ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
12
+ * The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultscrosshairtooltipcomponent#visible)
13
13
  * option is set to `true`.
14
14
  */
15
15
  export declare class AxisDefaultsCrosshairTooltipComponent extends SettingsComponent implements AxisDefaultsCrosshairTooltip {
@@ -32,7 +32,7 @@ export declare class AxisDefaultsCrosshairTooltipComponent extends SettingsCompo
32
32
  */
33
33
  font: string;
34
34
  /**
35
- * Specifies the format for displaying the tooltip. Uses the [`format`](slug:api_intl_intlservice#toc-format) method of `IntlService`.
35
+ * 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`.
36
36
  * Contains one placeholder (`"{0}"`) which represents the category value.
37
37
  * @default '{0}'
38
38
  */
@@ -9,7 +9,7 @@ import { AxisDefaultsLabels } from '../../common/property-types';
9
9
  import { SettingsComponent } from '../../common/settings.component';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Represents the configuration of the axis labels ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
12
+ * Represents the configuration of the axis labels ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
13
13
  */
14
14
  export declare class AxisDefaultsLabelsComponent extends SettingsComponent implements AxisDefaultsLabels {
15
15
  configurationService: ConfigurationService;
@@ -23,7 +23,7 @@ export declare class AxisDefaultsLabelsComponent extends SettingsComponent imple
23
23
  */
24
24
  font: string;
25
25
  /**
26
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
26
+ * 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`.
27
27
  * Contains one placeholder (`"{0}"`) which represents the category value.
28
28
  * @default '{0}'
29
29
  */
@@ -9,7 +9,7 @@ import { AxisDefaultsTitle } from '../../common/property-types';
9
9
  import { SettingsComponent } from '../../common/settings.component';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Represents the configuration of the axis title ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
12
+ * Represents the configuration of the axis title ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
13
13
  */
14
14
  export declare class AxisDefaultsTitleComponent extends SettingsComponent implements AxisDefaultsTitle {
15
15
  configurationService: ConfigurationService;
@@ -8,11 +8,11 @@ import { AxisDefaults, AxisDefaultsCrosshair, AxisDefaultsLabels, AxisDefaultsTi
8
8
  import { SettingsComponent } from '../common/settings.component';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the default options for all Chart axes ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
12
- * Accepts the options which are supported by [`categoryAxis`](slug:api_charts_categoryaxisitemcomponent),
13
- * [`valueAxis`](slug:api_charts_valueaxisitemcomponent),
14
- * [`xAxis`](slug:api_charts_xaxisitemcomponent),
15
- * and [`yAxis`](slug:api_charts_yaxisitemcomponent).
11
+ * Represents the default options for all Chart axes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
12
+ * Accepts the options which are supported by [`categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxisitemcomponent),
13
+ * [`valueAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxisitemcomponent),
14
+ * [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxisitemcomponent),
15
+ * and [`yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxisitemcomponent).
16
16
  *
17
17
  * @example
18
18
  * ```html
@@ -8,7 +8,7 @@ import { CategoryAxisCrosshair, CategoryAxisCrosshairTooltip } from '../../commo
8
8
  import { SettingsComponent } from '../../common/settings.component';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Configures the crosshair for the category axis in the Chart ([see example]({% slug crosshairs_chart_charts %})).
11
+ * Configures the crosshair for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
12
12
  *
13
13
  * @remarks
14
14
  * Supported children components are: {@link CategoryAxisCrosshairTooltipComponent}.
@@ -8,7 +8,7 @@ import { Border, Padding } from '../../common/property-types';
8
8
  import { CategoryAxisCrosshairTooltip } from '../../common/property-types';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the configuration options of the crosshair tooltip for the category axis of the Chart ([see example]({% slug crosshairs_chart_charts %})).
11
+ * 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)).
12
12
  * The crosshair tooltip is displayed when the `visible` option is set to `true`.
13
13
  */
14
14
  export declare class CategoryAxisCrosshairTooltipComponent extends SettingsComponent implements CategoryAxisCrosshairTooltip {
@@ -31,7 +31,7 @@ export declare class CategoryAxisCrosshairTooltipComponent extends SettingsCompo
31
31
  */
32
32
  font: string;
33
33
  /**
34
- * Specifies the format used to display the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
34
+ * 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.
35
35
  * Contains one placeholder (`"{0}"`) which represents the category value.
36
36
  * @default '{0}'
37
37
  */
@@ -11,7 +11,7 @@ import { Margin, Padding } from '../../common/property-types';
11
11
  import { CategoryAxisLabels } from '../../common/property-types';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * Represents the labels configuration for the category axis of the Chart ([see example]({% slug labels_chart_charts %})).
14
+ * Represents the labels configuration for the category axis of the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/labels)).
15
15
  */
16
16
  export declare class CategoryAxisLabelsComponent extends SettingsComponent implements CategoryAxisLabels {
17
17
  configurationService: ConfigurationService;
@@ -45,7 +45,7 @@ export declare class CategoryAxisLabelsComponent extends SettingsComponent imple
45
45
  */
46
46
  font: string;
47
47
  /**
48
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
48
+ * 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.
49
49
  * Contains one placeholder (`"{0}"`) which represents the category value.
50
50
  * @default '{0}'
51
51
  */
@@ -9,7 +9,7 @@ import { CategoryAxisNotes, CategoryAxisNotesIcon, CategoryAxisNotesLabel } from
9
9
  import { SettingsComponent } from '../../common/settings.component';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Configures the notes for the category axis in the Chart ([see example]({% slug notes_chart_charts %}#toc-axis-notes))
12
+ * 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))
13
13
  */
14
14
  export declare class CategoryAxisNotesComponent extends SettingsComponent implements CategoryAxisNotes {
15
15
  configurationService: ConfigurationService;
@@ -34,7 +34,7 @@ export declare class CategoryAxisNotesLabelComponent extends SettingsComponent i
34
34
  */
35
35
  font: string;
36
36
  /**
37
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
37
+ * 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.
38
38
  * Contains one placeholder (`"{0}"`) which represents the category value.
39
39
  * @default '{0}'
40
40
  */
@@ -7,7 +7,7 @@ import { CategoryAxisRangeLabels } from '../../common/property-types';
7
7
  import { CategoryAxisLabelsComponent } from './labels.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * Represents the range labels configuration for the category axis in the Chart ([see example]({% slug labels_chart_charts %})).
10
+ * 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)).
11
11
  */
12
12
  export declare class CategoryAxisRangeLabelsComponent extends CategoryAxisLabelsComponent implements CategoryAxisRangeLabels {
13
13
  configurationService: ConfigurationService;
@@ -12,7 +12,7 @@ import { AutoBaseUnitSteps, AxisLine, AxisTicks, CategoryBaseUnit, GridLines, Pl
12
12
  import { CategoryAxis, CategoryAxisCrosshair, CategoryAxisLabels, CategoryAxisNotes, CategoryAxisSelect, CategoryAxisTitle } from '../common/property-types';
13
13
  import * as i0 from "@angular/core";
14
14
  /**
15
- * Represents the configuration component for a category axis ([see example]({% slug axes_chart_charts %})).
15
+ * Represents the configuration component for a category axis ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes)).
16
16
  *
17
17
  * @remarks
18
18
  * Supported children components are: {@link CategoryAxisCrosshairComponent}, {@link CategoryAxisLabelsComponent},
@@ -72,8 +72,8 @@ export declare class CategoryAxisItemComponent extends CollectionItemComponent i
72
72
  max: any;
73
73
  /**
74
74
  * Specifies the maximum number of groups (categories) to display when
75
- * [`categoryAxis.baseUnit`]({% slug api_charts_categoryaxis %}#toc-baseunit) is set to `"fit"` or
76
- * [`categoryAxis.baseUnitStep`]({% slug api_charts_categoryaxis %}#toc-baseunitstep) is set to `"auto"`.
75
+ * [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) is set to `"fit"` or
76
+ * [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) is set to `"auto"`.
77
77
  * @default 10
78
78
  */
79
79
  maxDateGroups: number;
@@ -95,7 +95,7 @@ export declare class CategoryAxisItemComponent extends CollectionItemComponent i
95
95
  minorTicks: AxisTicks;
96
96
  /**
97
97
  * Specifies the unique axis name. Use it to associate a series with a category axis,
98
- * which utilizes the [`series.categoryAxis`]({% slug api_charts_series %}#toc-categoryaxis) option.
98
+ * which utilizes the [`series.categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#categoryaxis) option.
99
99
  * @default 'primary'
100
100
  */
101
101
  name: string;
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the Kendo UI for Angular Chart Area configuration.
12
12
  * Represents the entire visible area of the Chart
13
- * ([see example]({% slug chartarea_chart_charts %})).
13
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/chart-area)).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a directive which selects a [template](link:site.data.urls.angular['templatesyntax'])
9
9
  * within the `<kendo-chart>` component for the
10
- * [Donut center template](slug:donut_seriestypes_charts#toc-using-the-center-template).
10
+ * [Donut center template](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/donut#using-the-center-template).
11
11
  *
12
12
  * @example
13
13
  * <kendo-chart>
@@ -8,7 +8,7 @@ import { Border, LegendLabels, Margin, Padding, LegendMarkers, LegendInactiveIte
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents the Kendo UI for Angular Chart Legend configuration
11
- * ([see example]({% slug legend_chart_charts %})).
11
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend)).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -25,8 +25,8 @@ export declare class LegendComponent extends SettingsComponent implements Legend
25
25
  configurationService: ConfigurationService;
26
26
  /**
27
27
  * Specifies the alignment of the legend.
28
- * The legend is horizontally aligned when [`legend.position`]({% slug api_charts_legend %}#toc-position) is set to `"top"` or `"bottom"`.
29
- * The legend is vertically aligned when [`legend.position`]({% slug api_charts_legend %}#toc-position) is set to `"left"` or `"right"`.
28
+ * 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"`.
29
+ * 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"`.
30
30
  * @default 'center'
31
31
  */
32
32
  align: 'start' | 'center' | 'end';
@@ -78,7 +78,7 @@ export declare class LegendComponent extends SettingsComponent implements Legend
78
78
  padding: Padding | number;
79
79
  /**
80
80
  * Specifies the positions of the Chart legend.
81
- * 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.
81
+ * 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.
82
82
  * @default 'right'
83
83
  */
84
84
  position: 'top' | 'bottom' | 'left' | 'right' | 'custom';
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a directive which selects a [template](link:site.data.urls.angular['templatesyntax'])
9
9
  * within the `<kendo-chart>` component for the
10
- * [No Data Overlay](slug:databinding_nodata_chart).
10
+ * [No Data Overlay](https://www.telerik.com/kendo-angular-ui/components/charts/data-binding/no-data-overlay).
11
11
  *
12
12
  * @example
13
13
  * <kendo-chart>
@@ -8,7 +8,7 @@ import { Border, Margin, Padding, PaneDefaults, PaneDefaultsTitle } from '../com
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents the default options for all Chart panes
11
- * ([see example](slug:panes_chart_charts#toc-default-settings)).
11
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/panes#default-settings)).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -9,7 +9,7 @@ import { SettingsComponent } from '../common/settings.component';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the Kendo UI for Angular Chart Plot Area component
12
- * ([see example]({% slug plotarea_chart_charts %})).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/plot-area)).
13
13
  * The plot area is the area which displays the series.
14
14
  */
15
15
  export declare class PlotAreaComponent extends SettingsComponent implements PlotArea {
@@ -48,7 +48,7 @@ export declare class SeriesDefaultsLabelsComponent extends SettingsComponent imp
48
48
  */
49
49
  font: string;
50
50
  /**
51
- * Specifies the format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
51
+ * 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`.
52
52
  * @default '{0}'
53
53
  */
54
54
  format: string;
@@ -34,7 +34,7 @@ export declare class SeriesDefaultsLabelsFromComponent extends SettingsComponent
34
34
  */
35
35
  font: string;
36
36
  /**
37
- * Specifies the format of the `from` labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) of `IntlService`.
37
+ * 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`.
38
38
  * @default '{0}'
39
39
  */
40
40
  format: string;
@@ -34,7 +34,7 @@ export declare class SeriesDefaultsLabelsToComponent extends SettingsComponent i
34
34
  */
35
35
  font: string;
36
36
  /**
37
- * Specifies the format of the `to` labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
37
+ * 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`.
38
38
  * @default '{0}'
39
39
  */
40
40
  format: string;
@@ -9,7 +9,7 @@ import { SeriesDefaultsNotes, SeriesDefaultsNotesIcon, SeriesDefaultsNotesLabel
9
9
  import { SettingsComponent } from '../../common/settings.component';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Represents the configuration of the [`seriesDefaults`]({% slug api_charts_seriesdefaultscomponent %}) notes.
12
+ * Represents the configuration of the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultscomponent) notes.
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -34,7 +34,7 @@ export declare class SeriesDefaultsNotesLabelComponent extends SettingsComponent
34
34
  */
35
35
  font: string;
36
36
  /**
37
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
37
+ * 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`.
38
38
  * Contains one placeholder (`"{0}"`) which represents the axis value.
39
39
  * @default '{0}'
40
40
  */
@@ -50,7 +50,7 @@ export declare class SeriesDefaultsNotesLabelComponent extends SettingsComponent
50
50
  */
51
51
  rotation: number;
52
52
  /**
53
- * Determines whether the Chart displays the [`seriesDefaults`]({% slug api_charts_seriesdefaults %}) notes label.
53
+ * Determines whether the Chart displays the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaults) notes label.
54
54
  * @default true
55
55
  */
56
56
  visible: boolean;
@@ -10,7 +10,7 @@ import { SeriesDefaultsLabels, SeriesDefaultsNotes, SeriesDefaultsTooltip, Serie
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the default options for all Chart series
13
- * ([see example]({% slug series_chart_charts %}#toc-default-series-configuration)).
13
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/series#default-series-configuration)).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -47,14 +47,14 @@ export declare class SeriesDefaultsComponent extends SettingsComponent implement
47
47
  overlay: Overlay;
48
48
  /**
49
49
  * Specifies the space between the Chart series as a proportion of the series width.
50
- * Use this option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
50
+ * 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"`,
51
51
  * and `"waterfall"`.
52
52
  * @default 0.4
53
53
  */
54
54
  spacing: number;
55
55
  /**
56
56
  * Determines whether the series has to be stacked.
57
- * Use this option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
57
+ * 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"`,
58
58
  * `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
59
59
  * @default false
60
60
  */
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the Kendo UI for Angular Chart Series Drilldown Template directive.
9
9
  * Use this directive within the `<kendo-chart-series-item>` component to create nested
10
- * [Drilldown](slug:drilldown_chart_charts) series.
10
+ * [Drilldown](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down) series.
11
11
  *
12
12
  * When you click on a data point with drilldown data,
13
13
  * the Chart creates a new series based on this template.
@@ -10,7 +10,7 @@ import { SettingsComponent } from '../../common/settings.component';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the configuration of the Chart series error bars
13
- * ([see example]({% slug errorbars_chart_charts %})).
13
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/error-bars)).
14
14
  */
15
15
  export declare class SeriesErrorBarsComponent extends SettingsComponent implements SeriesErrorBars {
16
16
  configurationService: ConfigurationService;
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the configuration of the Chart series extremes.
12
12
  * Applies to extreme outliers.
13
- * For more information, refer to the [`series.extremes`]({% slug api_charts_seriesitemcomponent %}#toc-extremes) option.
13
+ * For more information, refer to the [`series.extremes`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesitemcomponent#extremes) option.
14
14
  */
15
15
  export declare class SeriesExtremesComponent extends SettingsComponent implements SeriesExtremes {
16
16
  configurationService: ConfigurationService;
@@ -10,7 +10,7 @@ import { SettingsComponent } from '../../common/settings.component';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the configuration of the Chart series labels
13
- * ([see example]({% slug labels_chart_charts %})).
13
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/labels)).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -54,7 +54,7 @@ export declare class SeriesLabelsComponent extends SettingsComponent implements
54
54
  */
55
55
  ariaContent: (e: SeriesLabelsContentArgs) => string;
56
56
  /**
57
- * Specifies the distance between the labels when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
57
+ * 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"`.
58
58
  * @default 35
59
59
  */
60
60
  distance: number;
@@ -64,7 +64,7 @@ export declare class SeriesLabelsComponent extends SettingsComponent implements
64
64
  */
65
65
  font: string;
66
66
  /**
67
- * Specifies the format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of the `IntlService`.
67
+ * 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`.
68
68
  * @default '{0}'
69
69
  */
70
70
  format: string;
@@ -34,7 +34,7 @@ export declare class SeriesLabelsFromComponent extends SettingsComponent impleme
34
34
  */
35
35
  font: string;
36
36
  /**
37
- * Specifies the format of the `from` labels. Uses the `IntlService` [`format`]({% slug api_intl_intlservice %}#toc-format) method.
37
+ * 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.
38
38
  * @default '{0}'
39
39
  */
40
40
  format: string;
@@ -34,7 +34,7 @@ export declare class SeriesLabelsToComponent extends SettingsComponent implement
34
34
  */
35
35
  font: string;
36
36
  /**
37
- * Specifies the format of the `to` labels. Uses [IntlService format]({% slug api_intl_intlservice %}#toc-format).
37
+ * Specifies the format of the `to` labels. Uses [IntlService format](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format).
38
38
  * @default '{0}'
39
39
  */
40
40
  format: string;
@@ -10,7 +10,7 @@ import { SettingsComponent } from '../../common/settings.component';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the Chart series notes configuration
13
- * ([see example]({% slug notes_chart_charts %})).
13
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes)).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -35,7 +35,7 @@ export declare class SeriesNotesLabelComponent extends SettingsComponent impleme
35
35
  */
36
36
  font: string;
37
37
  /**
38
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
38
+ * 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`.
39
39
  * Contains one placeholder (`"{0}"`) which represents the axis value.
40
40
  *
41
41
  * @default '{0}'
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the configuration of the Chart series outliers.
12
12
  * Applies to mild outliers.
13
- * For more information, refer to [`series.outliers`]({% slug api_charts_seriesitemcomponent %}#toc-outliers).
13
+ * For more information, refer to [`series.outliers`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesitemcomponent#outliers).
14
14
  */
15
15
  export declare class SeriesOutliersComponent extends SettingsComponent implements SeriesOutliers {
16
16
  configurationService: ConfigurationService;
@@ -10,7 +10,7 @@ import { SettingsComponent } from '../../common/settings.component';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the configuration options of the Chart series tooltip
13
- * ([see example]({% slug tooltips_chart_charts %})).
13
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips)).
14
14
  */
15
15
  export declare class SeriesTooltipComponent extends SettingsComponent implements SeriesTooltip {
16
16
  configurationService: ConfigurationService;
@@ -9,7 +9,7 @@ import { SettingsComponent } from '../../common/settings.component';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the configuration options of the Chart trendline series
12
- * ([see example]({% slug trendlines_chart_charts %})).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines)).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -8,7 +8,7 @@ import { SettingsComponent } from '../../common/settings.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents the configuration options of the Chart trendline forecast
11
- * ([see example]({% slug trendlines_chart_charts %})).
11
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines)).
12
12
  */
13
13
  export declare class SeriesTrendlineForecastComponent extends SettingsComponent implements TrendlineForecast {
14
14
  configurationService: ConfigurationService;
@@ -23,7 +23,7 @@ export declare class SeriesTrendlineForecastComponent extends SettingsComponent
23
23
  /**
24
24
  * Specifies the series trendline forecast settings.
25
25
  *
26
- * 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.
26
+ * 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.
27
27
  */
28
28
  forecast: TrendlineForecast;
29
29
  constructor(configurationService: ConfigurationService);