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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
  2. package/chart/axis-defaults/crosshair.component.d.ts +1 -1
  3. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +3 -3
  4. package/chart/axis-defaults/labels.component.d.ts +2 -2
  5. package/chart/axis-defaults/title.component.d.ts +1 -1
  6. package/chart/axis-defaults.component.d.ts +5 -5
  7. package/chart/category-axis-item/crosshair.component.d.ts +1 -1
  8. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +2 -2
  9. package/chart/category-axis-item/labels.component.d.ts +2 -2
  10. package/chart/category-axis-item/notes.component.d.ts +1 -1
  11. package/chart/category-axis-item/notes.label.component.d.ts +1 -1
  12. package/chart/category-axis-item/range-labels.component.d.ts +1 -1
  13. package/chart/category-axis-item.component.d.ts +4 -4
  14. package/chart/chart-area.component.d.ts +1 -1
  15. package/chart/donut-center-template.directive.d.ts +1 -1
  16. package/chart/legend.component.d.ts +4 -4
  17. package/chart/no-data-template.directive.d.ts +1 -1
  18. package/chart/pane-defaults.component.d.ts +1 -1
  19. package/chart/plot-area.component.d.ts +1 -1
  20. package/chart/series-defaults/labels.component.d.ts +1 -1
  21. package/chart/series-defaults/labels.from.component.d.ts +1 -1
  22. package/chart/series-defaults/labels.to.component.d.ts +1 -1
  23. package/chart/series-defaults/notes.component.d.ts +1 -1
  24. package/chart/series-defaults/notes.label.component.d.ts +2 -2
  25. package/chart/series-defaults.component.d.ts +3 -3
  26. package/chart/series-drilldown-template.directive.d.ts +1 -1
  27. package/chart/series-item/error-bars.component.d.ts +1 -1
  28. package/chart/series-item/extremes.component.d.ts +1 -1
  29. package/chart/series-item/labels.component.d.ts +3 -3
  30. package/chart/series-item/labels.from.component.d.ts +1 -1
  31. package/chart/series-item/labels.to.component.d.ts +1 -1
  32. package/chart/series-item/notes.component.d.ts +1 -1
  33. package/chart/series-item/notes.label.component.d.ts +1 -1
  34. package/chart/series-item/outliers.component.d.ts +1 -1
  35. package/chart/series-item/tooltip.component.d.ts +1 -1
  36. package/chart/series-item/trendline.component.d.ts +1 -1
  37. package/chart/series-item/trendline.forecast.component.d.ts +2 -2
  38. package/chart/series-item.component.d.ts +44 -44
  39. package/chart/series.component.d.ts +1 -1
  40. package/chart/subtitle.component.d.ts +1 -1
  41. package/chart/title.component.d.ts +1 -1
  42. package/chart/tooltip/series-tooltip-template.directive.d.ts +2 -2
  43. package/chart/tooltip/shared-tooltip-template.directive.d.ts +3 -3
  44. package/chart/tooltip.component.d.ts +1 -1
  45. package/chart/value-axis-item/crosshair.component.d.ts +1 -1
  46. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +2 -2
  47. package/chart/value-axis-item/labels.component.d.ts +1 -1
  48. package/chart/value-axis-item/notes.component.d.ts +1 -1
  49. package/chart/value-axis-item/notes.label.component.d.ts +1 -1
  50. package/chart/value-axis-item.component.d.ts +1 -1
  51. package/chart/x-axis-item/crosshair.component.d.ts +1 -1
  52. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
  53. package/chart/x-axis-item/notes.component.d.ts +2 -2
  54. package/chart/x-axis-item/notes.label.component.d.ts +1 -1
  55. package/chart/x-axis-item.component.d.ts +1 -1
  56. package/chart/y-axis-item/crosshair.component.d.ts +1 -1
  57. package/chart/y-axis-item/labels.component.d.ts +1 -1
  58. package/chart/y-axis-item/notes.component.d.ts +1 -1
  59. package/chart/y-axis-item/notes.label.component.d.ts +1 -1
  60. package/chart/y-axis-item.component.d.ts +1 -1
  61. package/chart-breadcrumb.component.d.ts +1 -1
  62. package/chart-options.interface.d.ts +10 -10
  63. package/chart.component.d.ts +10 -10
  64. package/events/axis-label-click-event.d.ts +1 -1
  65. package/events/drag-end-event.d.ts +1 -1
  66. package/events/drag-event.d.ts +1 -1
  67. package/events/drag-start-event.d.ts +1 -1
  68. package/events/drilldown-event.d.ts +1 -1
  69. package/events/legend-item-click-event.d.ts +1 -1
  70. package/events/legend-item-hover-event.d.ts +1 -1
  71. package/events/plot-area-click-event.d.ts +1 -1
  72. package/events/plot-area-hover-event.d.ts +1 -1
  73. package/events/render-event.d.ts +1 -1
  74. package/events/series-click-event.d.ts +1 -1
  75. package/events/series-hover-event.d.ts +1 -1
  76. package/events/zoom-end-event.d.ts +1 -1
  77. package/events/zoom-event.d.ts +1 -1
  78. package/events/zoom-start-event.d.ts +1 -1
  79. package/fesm2022/progress-kendo-angular-charts.mjs +179 -179
  80. package/field-types/axis-line.interface.d.ts +1 -1
  81. package/field-types/axis-ticks.interface.d.ts +1 -1
  82. package/field-types/border.interface.d.ts +1 -1
  83. package/field-types/category-base-unit.d.ts +2 -2
  84. package/field-types/grid-lines.interface.d.ts +1 -1
  85. package/field-types/line-style.d.ts +1 -1
  86. package/field-types/lock-axis.d.ts +1 -1
  87. package/field-types/margin.interface.d.ts +1 -1
  88. package/field-types/padding.interface.d.ts +1 -1
  89. package/field-types/plot-band.interface.d.ts +1 -1
  90. package/field-types/series-labels-alignment.d.ts +1 -1
  91. package/field-types/series-type.d.ts +6 -6
  92. package/field-types/week-start-day.enum.d.ts +1 -1
  93. package/option-types/axis-crosshair-tooltip.interface.d.ts +1 -1
  94. package/option-types/axis-defaults/crosshair.interface.d.ts +2 -2
  95. package/option-types/axis-defaults/labels.interface.d.ts +2 -2
  96. package/option-types/axis-defaults/title.interface.d.ts +1 -1
  97. package/option-types/axis-defaults.interface.d.ts +2 -2
  98. package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
  99. package/option-types/category-axis-item/labels.interface.d.ts +6 -6
  100. package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
  101. package/option-types/category-axis-item.interface.d.ts +10 -10
  102. package/option-types/legend/legend-title.interface.d.ts +1 -1
  103. package/option-types/legend.interface.d.ts +6 -6
  104. package/option-types/pane/title.interface.d.ts +1 -1
  105. package/option-types/pane-defaults.interface.d.ts +1 -1
  106. package/option-types/pane.interface.d.ts +1 -1
  107. package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
  108. package/option-types/series-defaults/labels.interface.d.ts +3 -3
  109. package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
  110. package/option-types/series-defaults/notes.label.interface.d.ts +3 -3
  111. package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
  112. package/option-types/series-defaults.interface.d.ts +3 -3
  113. package/option-types/series-item/error-bars.interface.d.ts +7 -7
  114. package/option-types/series-item/highlight.interface.d.ts +5 -5
  115. package/option-types/series-item/labels.from.interface.d.ts +1 -1
  116. package/option-types/series-item/labels.interface.d.ts +7 -7
  117. package/option-types/series-item/labels.to.interface.d.ts +1 -1
  118. package/option-types/series-item/notes.label.interface.d.ts +1 -1
  119. package/option-types/series-item/tooltip.interface.d.ts +1 -1
  120. package/option-types/series-item.interface.d.ts +71 -71
  121. package/option-types/subtitle.interface.d.ts +1 -1
  122. package/option-types/title.interface.d.ts +1 -1
  123. package/option-types/tooltip.interface.d.ts +1 -1
  124. package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
  125. package/option-types/value-axis-item/labels.interface.d.ts +1 -1
  126. package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
  127. package/option-types/value-axis-item.interface.d.ts +6 -6
  128. package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
  129. package/option-types/x-axis-item/labels.interface.d.ts +5 -5
  130. package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
  131. package/option-types/x-axis-item.interface.d.ts +7 -7
  132. package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
  133. package/option-types/y-axis-item/labels.interface.d.ts +5 -5
  134. package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
  135. package/option-types/y-axis-item.interface.d.ts +7 -7
  136. package/package-metadata.mjs +2 -2
  137. package/package.json +11 -11
  138. package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
  139. package/sankey/data-binding/flat-binding.event.d.ts +2 -2
  140. package/sankey/events/sankey-link-event.d.ts +1 -1
  141. package/sankey/events/sankey-node-event.d.ts +1 -1
  142. package/sankey/labels.component.d.ts +1 -1
  143. package/sankey/legend.component.d.ts +4 -4
  144. package/sankey/links.component.d.ts +1 -1
  145. package/sankey/nodes.component.d.ts +1 -1
  146. package/sankey/title.component.d.ts +1 -1
  147. package/sankey/tooltip/link-tooltip-template.directive.d.ts +2 -2
  148. package/sankey/tooltip/node-tooltip-template.directive.d.ts +2 -2
  149. package/sankey/tooltip.component.d.ts +1 -1
  150. package/sankey.component.d.ts +1 -1
  151. package/stock-chart/navigator/hint.component.d.ts +1 -1
  152. package/stock-chart/navigator/pane.component.d.ts +1 -1
  153. package/stock-chart/navigator/series-item.component.d.ts +1 -1
  154. package/stock-chart/navigator.component.d.ts +1 -1
@@ -53,14 +53,14 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
53
53
  aggregate: any;
54
54
  /**
55
55
  * Determines whether the Chart automatically scales down to fit the content area.
56
- * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart)).
56
+ * 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)).
57
57
  * @default false
58
58
  */
59
59
  autoFit: boolean;
60
60
  /**
61
61
  * Specifies the name of the value axis.
62
62
  * Use this option for Scatter plots. For more information on Scatter plots, refer to
63
- * [`xAxis`]({% slug api_charts_xaxis %}) and [`yAxis`]({% slug api_charts_yaxis %}).
63
+ * [`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).
64
64
  * @default 'primary'
65
65
  */
66
66
  axis: string;
@@ -80,7 +80,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
80
80
  categoryField: string;
81
81
  /**
82
82
  * Specifies the data field that contains the `close` value.
83
- * Use the `closeField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
83
+ * 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"`.
84
84
  * @default 'close'
85
85
  */
86
86
  closeField: string;
@@ -90,7 +90,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
90
90
  color: any;
91
91
  /**
92
92
  * Specifies the data item field which contains the series color.
93
- * Use the `colorField` option when [`series.type`]({% slug api_charts_series %}#toc-type)
93
+ * Use the `colorField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type)
94
94
  * is set to `"bar"`, `"column"`, `"rangeBar"`, `"rangeColumn"`, `"bubble"`, `"donut"`, `"pie"`, `"candlestick"`,
95
95
  * `"ohlc"`, or `"waterfall"`.
96
96
  * @default 'color'
@@ -102,13 +102,13 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
102
102
  connectors: LabelConnectors;
103
103
  /**
104
104
  * Specifies the data item field which contains the current value.
105
- * Use the `currentField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bullet"` or `"verticalBullet"`.
105
+ * 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"`.
106
106
  * @default 'current'
107
107
  */
108
108
  currentField: string;
109
109
  /**
110
110
  * Specifies the dash type of line Chart.
111
- * Use the `dashType` option only if the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"line"`.
111
+ * 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"`.
112
112
  * @default 'solid'
113
113
  */
114
114
  dashType: DashType;
@@ -122,7 +122,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
122
122
  downColor: string;
123
123
  /**
124
124
  * Specifies the data field which contains the color that is applied when the `open` value is greater than the `close` value.
125
- * Use the `downColorField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"`.
125
+ * Use the `downColorField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"`.
126
126
  * @default 'downColor'
127
127
  */
128
128
  downColorField: string;
@@ -131,14 +131,14 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
131
131
  */
132
132
  drilldownField: string;
133
133
  /**
134
- * Use the `dynamicHeight` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
134
+ * 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"`.
135
135
  * Determines whether all segments become with the same height.
136
136
  * When set to `false`, all segments have the same height. Otherwise, the height of each segment is based on its value.
137
137
  * @default true
138
138
  */
139
139
  dynamicHeight: boolean;
140
140
  /**
141
- * Use this option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"`.
141
+ * Use this option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"`.
142
142
  * Determines whether the ratio of the bases of each segment is calculated based on the ratio of
143
143
  * `currentDataItem.value`/`nextDataItem.value`.
144
144
  * The last element is always created like a rectangle since there is no following element.
@@ -146,20 +146,20 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
146
146
  */
147
147
  dynamicSlope: boolean;
148
148
  /**
149
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) `high` value.
150
- * Use the `errorHighField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
149
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) `high` value.
150
+ * 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"`.
151
151
  * @default 'errorHigh'
152
152
  */
153
153
  errorHighField: string;
154
154
  /**
155
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) `low` value.
156
- * Use the `errorLowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
155
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) `low` value.
156
+ * 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"`.
157
157
  * @default 'errorLow'
158
158
  */
159
159
  errorLowField: string;
160
160
  /**
161
161
  * Specifies the data item field which contains a Boolean value indicating whether the sector is exploded.
162
- * Use the `explodeField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
162
+ * 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"`.
163
163
  * @default 'explode'
164
164
  */
165
165
  explodeField: string;
@@ -176,14 +176,14 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
176
176
  /**
177
177
  * Specifies the distance between the categories expressed as a percentage of the bar width.
178
178
  * See the related `spacing` setting.
179
- * Use the `gap` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
179
+ * 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"`,
180
180
  * `"radarColumn"`, or `"waterfall"`.
181
181
  * @default 1.5
182
182
  */
183
183
  gap: number;
184
184
  /**
185
185
  * Specifies the data field which contains the `high` value.
186
- * Use the `highField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
186
+ * 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"`.
187
187
  * @default 'high'
188
188
  */
189
189
  highField: string;
@@ -197,13 +197,13 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
197
197
  line: SeriesLine;
198
198
  /**
199
199
  * Specifies the data field containing the `low` value.
200
- * Use the `lowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
200
+ * 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"`.
201
201
  * @default 'low'
202
202
  */
203
203
  lowField: string;
204
204
  /**
205
205
  * Specifies the data item field which contains the series `lower` value.
206
- * Use the `lowerField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
206
+ * Use the `lowerField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
207
207
  * @default 'lower'
208
208
  */
209
209
  lowerField: string;
@@ -223,7 +223,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
223
223
  mean: SeriesMean;
224
224
  /**
225
225
  * Specifies the data item field which contains the series `mean` value.
226
- * Use the `meanField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
226
+ * Use the `meanField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
227
227
  * @default 'mean'
228
228
  */
229
229
  meanField: string;
@@ -233,7 +233,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
233
233
  median: SeriesMedian;
234
234
  /**
235
235
  * Specifies the data item field which contains the series `median` value.
236
- * Use the `medianField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
236
+ * Use the `medianField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
237
237
  * @default 'median'
238
238
  */
239
239
  medianField: string;
@@ -253,7 +253,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
253
253
  /**
254
254
  * Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`,
255
255
  * it means the top base is three times smaller than the bottom base.
256
- * Use the `neckRatio` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
256
+ * 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`.
257
257
  * @default 0.3
258
258
  */
259
259
  neckRatio: number;
@@ -281,7 +281,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
281
281
  openField: string;
282
282
  /**
283
283
  * Specifies the data item field which contains the series `outliers` value.
284
- * Use the `outliersField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
284
+ * Use the `outliersField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
285
285
  * @default 'outliers'
286
286
  */
287
287
  outliersField: string;
@@ -295,19 +295,19 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
295
295
  padding: number;
296
296
  /**
297
297
  * Specifies the data item field which contains the series `q1` value.
298
- * Use the `q1Field` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
298
+ * Use the `q1Field` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
299
299
  * @default 'q1'
300
300
  */
301
301
  q1Field: string;
302
302
  /**
303
303
  * Specifies the data item field which contains the series `q3` value.
304
- * Use the `q3Field` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
304
+ * Use the `q3Field` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
305
305
  * @default 'q3'
306
306
  */
307
307
  q3Field: string;
308
308
  /**
309
309
  * Specifies the space in pixels between the different segments of the Funnel or Pyramid Chart.
310
- * Use the `segmentSpacing` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
310
+ * 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"`.
311
311
  * @default 0
312
312
  */
313
313
  segmentSpacing: number;
@@ -323,16 +323,16 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
323
323
  /**
324
324
  * Specifies the distance between series points within a category. Expressed as a percentage of the bar width.
325
325
  * See the related `gap` setting.
326
- * Use the `spacing` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
326
+ * 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
327
327
  * `"radarColumn"`.
328
328
  * @default 0.4
329
329
  */
330
330
  spacing: number;
331
331
  /**
332
332
  * Determines whether the series have to be stacked.
333
- * A string value is interpreted as [`series.stack.group`]({% slug api_charts_seriesstack %}#toc-group).
333
+ * A string value is interpreted as [`series.stack.group`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesstack#group).
334
334
  *
335
- * Use the `stack` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
335
+ * 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"`,
336
336
  * `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
337
337
  * If not overridden, the stack settings of the first series are inherited as a default value by the rest of the series.
338
338
  * @default false
@@ -346,7 +346,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
346
346
  startAngle: number;
347
347
  /**
348
348
  * Specifies the line style configuration of the series.
349
- * Use the `style` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
349
+ * Use the `style` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
350
350
  * `"line"`, `"scatterLine"`, `"radarLine"`, or `"polarLine"`.
351
351
  * @default 'normal'
352
352
  */
@@ -378,7 +378,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
378
378
  type: SeriesType;
379
379
  /**
380
380
  * Specifies the data item field which contains the series `upper` value.
381
- * Use the `upperField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
381
+ * Use the `upperField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
382
382
  * @default 'upper'
383
383
  */
384
384
  upperField: string;
@@ -411,28 +411,28 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
411
411
  whiskers: SeriesWhiskers;
412
412
  /**
413
413
  * Specifies the name of the X axis.
414
- * 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.
415
- * For the Polar series, the [`xAxis`]({% slug api_charts_xaxis %}) range is expressed in degrees.
414
+ * 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.
415
+ * For the Polar series, the [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) range is expressed in degrees.
416
416
  * @default 'primary'
417
417
  */
418
418
  xAxis: string;
419
419
  /**
420
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis `high` value.
421
- * Use the `xErrorHighField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
420
+ * 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.
421
+ * 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
422
422
  * `"bubble"`.
423
423
  * @default 'xErrorHigh'
424
424
  */
425
425
  xErrorHighField: string;
426
426
  /**
427
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis `low` value.
428
- * Use the `xErrorLowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
427
+ * 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.
428
+ * 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
429
429
  * `"bubble"`.
430
430
  * @default 'xErrorLow'
431
431
  */
432
432
  xErrorLowField: string;
433
433
  /**
434
434
  * Specifies the data item field containing the `x` value.
435
- * Use the `xField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
435
+ * 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
436
436
  * `"polar"` series.
437
437
  * @default 'x'
438
438
  */
@@ -444,22 +444,22 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
444
444
  */
445
445
  yAxis: string;
446
446
  /**
447
- * Specifies the data item field that contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis `high` value.
448
- * The `yErrorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
447
+ * 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.
448
+ * 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
449
449
  * `"bubble"`.
450
450
  * @default 'yErrorHigh'
451
451
  */
452
452
  yErrorHighField: string;
453
453
  /**
454
- * Specifies the data item field that contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis `low` value.
455
- * The `yErrorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
454
+ * 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.
455
+ * 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
456
456
  * `"bubble"`.
457
457
  * @default 'yErrorLow'
458
458
  */
459
459
  yErrorLowField: string;
460
460
  /**
461
461
  * Specifies the data item field that contains the `y` value.
462
- * The `yField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
462
+ * 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"`.
463
463
  * @default 'y'
464
464
  */
465
465
  yField: string;
@@ -470,7 +470,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
470
470
  /**
471
471
  * Specifies the configuration options of the trendline series.
472
472
  *
473
- * The `trendline` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
473
+ * The `trendline` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
474
474
  * "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
475
475
  */
476
476
  trendline: SeriesTrendline;
@@ -488,7 +488,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
488
488
  pattern?: SeriesPattern | ((point: any) => SeriesPattern);
489
489
  /**
490
490
  * Specifies the data item field that contains the series pattern.
491
- * The `patternField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
491
+ * 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"`.
492
492
  */
493
493
  patternField?: string;
494
494
  /**
@@ -10,7 +10,7 @@ import { ConfigurationService } from '../common/configuration.service';
10
10
  import { TooltipTemplateService } from '../common/tooltip-template.service';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
- * Represents collection of one or more series items ([see example](slug:series_chart_charts)).
13
+ * Represents collection of one or more series items ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/series)).
14
14
  *
15
15
  * @example
16
16
  * ```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 Subtitle component
12
- * ([see example]({% slug title_chart_charts %})).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title)).
13
13
  *
14
14
  * @example
15
15
  * ```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 Title configuration
12
- * ([see example]({% slug title_chart_charts %})).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title)).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -7,13 +7,13 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
9
9
  * within the `<kendo-chart-tooltip>` component for the
10
- * [series tooltip](slug:tooltips_chart_charts#toc-specifying-a-template).
10
+ * [series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips#specifying-a-template).
11
11
  * The following context fields are frequently utilized:
12
12
  * - `let-category="category"`&mdash;The category name.
13
13
  * - `let-dataItem="dataItem"`&mdash;The original data item used to construct the point. It will be `null` if binding to an array.
14
14
  * - `let-series="series"`&mdash;The data series.
15
15
  * - `let-value="value"`&mdash;The value of the point (either a number or an object).
16
- * For the full list of available fields, refer to the [`TooltipTemplatePoint`](slug:api_charts_tooltiptemplatepoint).
16
+ * For the full list of available fields, refer to the [`TooltipTemplatePoint`](https://www.telerik.com/kendo-angular-ui/components/charts/api/tooltiptemplatepoint).
17
17
  *
18
18
  * @example
19
19
  * ```ts
@@ -7,12 +7,12 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents a directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
9
9
  * within the `<kendo-chart-tooltip>` component for the
10
- * [shared series tooltip](slug:tooltips_chart_charts#toc-shared-tooltip-customization).
10
+ * [shared series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips#shared-tooltip-customization).
11
11
  * The available fields in the template context are:
12
- * - `let-points="points"`&mdash;An array of the [`TooltipTemplatePoints`](slug:api_charts_tooltiptemplatepoint) category.
12
+ * - `let-points="points"`&mdash;An array of the [`TooltipTemplatePoints`](https://www.telerik.com/kendo-angular-ui/components/charts/api/tooltiptemplatepoint) category.
13
13
  * - `let-category="category"`&mdash;The category name.
14
14
  * - `let-categoryText="categoryText"`&mdash;The category name as text.
15
- * - `let-nameColumn="nameColumn"`&mdash;Returns a Boolean [`value`](slug:api_charts_seriesitemcomponent#toc-name) indicating whether the `name` property of the `SeriesItemComponent` is defined.
15
+ * - `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.
16
16
  * - `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`.
17
17
  * - `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`.
18
18
  *
@@ -13,7 +13,7 @@ import { SharedTooltipTemplateDirective } from './tooltip/shared-tooltip-templat
13
13
  import * as i0 from "@angular/core";
14
14
  /**
15
15
  * Represents the Kendo UI for Angular Chart Tooltip configuration
16
- * ([see example]({% slug tooltips_chart_charts %})).
16
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips)).
17
17
  */
18
18
  export declare class TooltipComponent extends SettingsComponent implements Tooltip, AfterContentChecked {
19
19
  configurationService: ConfigurationService;
@@ -7,7 +7,7 @@ import { ValueAxisCrosshair, ValueAxisCrosshairTooltip } from '../../common/prop
7
7
  import { SettingsComponent } from '../../common/settings.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * Represents the crosshair configuration options of the Chart value axis ([see example]({% slug crosshairs_chart_charts %})).
10
+ * Represents the crosshair configuration options of the Chart value axis ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
11
11
  *
12
12
  * @example
13
13
  * ```html
@@ -8,7 +8,7 @@ import { ValueAxisCrosshairTooltip } 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 configuration options of the crosshair tooltip in the Chart value axis ([see example]({% slug crosshairs_chart_charts %})).
11
+ * 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)).
12
12
  * The crosshair tooltip is displayed when the `visible` option is set to `true`.
13
13
  */
14
14
  export declare class ValueAxisCrosshairTooltipComponent extends SettingsComponent implements ValueAxisCrosshairTooltip {
@@ -32,7 +32,7 @@ export declare class ValueAxisCrosshairTooltipComponent extends SettingsComponen
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 value.
37
37
  *
38
38
  * @default '{0}'
@@ -37,7 +37,7 @@ export declare class ValueAxisLabelsComponent extends SettingsComponent implemen
37
37
  */
38
38
  font: string;
39
39
  /**
40
- * The format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
40
+ * 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.
41
41
  * Contains one placeholder (`"{0}"`) which represents the category value.
42
42
  * @default '{0}'
43
43
  */
@@ -9,7 +9,7 @@ import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/propert
9
9
  import { ValueAxisNotesIcon, ValueAxisNotesLabel, ValueAxisNotes } from '../../common/property-types';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
- * Represents the configuration of the value axis notes ([see example]({% slug notes_chart_charts %}#toc-axis-notes)).
12
+ * Represents the configuration of the value axis notes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes)).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -34,7 +34,7 @@ export declare class ValueAxisNotesLabelComponent extends SettingsComponent impl
34
34
  */
35
35
  font: string;
36
36
  /**
37
- * Specifies the format used to display the notes label. Uses the IntlService [`format`]({% slug api_intl_intlservice %}#toc-format) method.
37
+ * 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).
38
38
  * Contains one placeholder (`"{0}"`) which represents the axis value.
39
39
  * @default '{0}'
40
40
  */
@@ -79,7 +79,7 @@ export declare class ValueAxisItemComponent extends CollectionItemComponent impl
79
79
  */
80
80
  minorUnit: number;
81
81
  /**
82
- * 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.
82
+ * 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.
83
83
  * @default 'primary'
84
84
  */
85
85
  name: string;
@@ -8,7 +8,7 @@ import { SettingsComponent } from '../../common/settings.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents the crosshair configuration options of the X axis
11
- * ([see example]({% slug api_charts_xaxiscomponent %})).
11
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -31,7 +31,7 @@ export declare class XAxisCrosshairTooltipComponent extends SettingsComponent im
31
31
  */
32
32
  font: string;
33
33
  /**
34
- * Specifies the format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
34
+ * 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`.
35
35
  * Contains one placeholder (`"{0}"`) which represents the value.
36
36
  * @default '{0}'
37
37
  */
@@ -11,9 +11,9 @@ import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the configuration of the X-axis notes.
13
13
  * For an example on the basic usage of the `XAxisNotesComponent`,
14
- * refer to the [demo on the `XAxisComponent`]({% slug api_charts_xaxiscomponent %})
14
+ * refer to the [demo on the `XAxisComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)
15
15
  * or to the documentation about the
16
- * [axis notes]({% slug notes_chart_charts %}#toc-axis-notes).
16
+ * [axis notes](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes).
17
17
  *
18
18
  * @example
19
19
  * ```html
@@ -34,7 +34,7 @@ export declare class XAxisNotesLabelComponent extends SettingsComponent implemen
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
  */
@@ -12,7 +12,7 @@ import { XAxis, XAxisCrosshair, XAxisLabels, XAxisNotes, XAxisTitle } from '../c
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
14
  * Represents the Kendo UI for Angular Chart X Axis Item component
15
- * ([see example]({% slug api_charts_xaxiscomponent %})).
15
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)).
16
16
  *
17
17
  * @example
18
18
  * ```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 crosshair configuration options of the Y axis
11
- * ([see example]({% slug api_charts_yaxiscomponent %})).
11
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -45,7 +45,7 @@ export declare class YAxisLabelsComponent extends SettingsComponent implements Y
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
  */
@@ -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 Y-axis notes
13
- * ([see example]({% slug api_charts_yaxiscomponent %})).
13
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -34,7 +34,7 @@ export declare class YAxisNotesLabelComponent extends SettingsComponent implemen
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
  */
@@ -10,7 +10,7 @@ import { YAxis, YAxisCrosshair, YAxisLabels, YAxisNotes, YAxisTitle } from '../c
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the Kendo UI for Angular Chart Y Axis Item component
13
- * ([see example]({% slug api_charts_yaxiscomponent %})).
13
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents the Kendo UI Chart Breadcrumb component for Angular.
11
11
  *
12
- * Use this component to implement navigation for [Drilldown Charts](slug:drilldown_chart_charts).
12
+ * Use this component to implement navigation for [Drilldown Charts](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down).
13
13
  * Use the `chart` input to link the Breadcrumb to the Chart instance.
14
14
  */
15
15
  export declare class ChartBreadcrumbComponent implements OnInit, OnChanges, OnDestroy {