@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
@@ -6,7 +6,7 @@ import { DashType } from './dash-type';
6
6
  /**
7
7
  * Specifies the appearance settings for the axis lines.
8
8
  * Affects the major and minor axis ticks, but not the grid lines
9
- * ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
9
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
10
10
  */
11
11
  export interface AxisLine {
12
12
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
6
  * Specifies the appearance configuration for the major and minor axis ticks
7
- * ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
7
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
8
8
  */
9
9
  export interface AxisTicks {
10
10
  /**
@@ -5,7 +5,7 @@
5
5
  import { DashType } from './dash-type';
6
6
  /**
7
7
  * Specifies the appearance settings for the border lines
8
- * ([see example](slug:title_chart_charts#toc-basics)).
8
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title#basics)).
9
9
  */
10
10
  export interface Border {
11
11
  /**
@@ -7,9 +7,9 @@ import { BaseUnit } from './base-unit';
7
7
  * Specifies the `baseUnit` type of the category axis.
8
8
  *
9
9
  * The possible values are:
10
- * - [`BaseUnit`](slug:api_charts_baseunit)—Sets the base time interval for the axis labels.
10
+ * - [`BaseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/baseunit)—Sets the base time interval for the axis labels.
11
11
  * - `"auto"`—Automatically determines the base unit by the minimum difference between subsequent categories.
12
- * - `"fit"`—Adjusts the [`categoryAxis.baseUnitStep`](slug:api_charts_categoryaxis#toc-baseunitstep) and base unit so that the number of categories does not exceed [`categoryAxis.maxDateGroups`](slug:api_charts_categoryaxis#toc-maxdategroups), and uses the [`series.aggregate`](slug:api_charts_series#toc-aggregate) function to aggregate data based on the selected base unit.
12
+ * - `"fit"`—Adjusts the [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) and base unit so that the number of categories does not exceed [`categoryAxis.maxDateGroups`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#maxdategroups), and uses the [`series.aggregate`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#aggregate) function to aggregate data based on the selected base unit.
13
13
  *
14
14
  * @example
15
15
  * ```ts
@@ -5,7 +5,7 @@
5
5
  import { DashType } from './dash-type';
6
6
  /**
7
7
  * Specifies the appearance configuration for the major and minor axis grid lines
8
- * ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
8
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
9
9
  */
10
10
  export interface GridLines {
11
11
  /**
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * The possible values are:
9
9
  * - `"normal"`—Connects the values with a straight line.
10
- * - `"step"`—Connects the values with a right-angled line. Available when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"line"`.
10
+ * - `"step"`—Connects the values with a right-angled line. Available when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"line"`.
11
11
  * - `"smooth"`—Connects the values with a smooth line. Not supported for stacked area series with missing values.
12
12
  *
13
13
  * @example
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Specifies an axis for locking during the pan and zoom operations ([see example](slug:panzoom_chart_charts#toc-disabling-pan-and-zoom-directions)).
6
+ * Specifies an axis for locking during the pan and zoom operations ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/pan-zoom#disabling-pan-and-zoom-directions)).
7
7
  *
8
8
  * The possible values are:
9
9
  * - `"none"`—Locks no axis.
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
6
  * Specifies the margin configuration for each side
7
- * ([see example]({% slug api_charts_titlecomponent %})).
7
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/titlecomponent)).
8
8
  */
9
9
  export interface Margin {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Margin } from './margin.interface';
6
6
  /**
7
- * Specifies the padding configuration for each side accepted by the [`padding`](slug:api_charts_titlecomponent#toc-padding) option.
7
+ * Specifies the padding configuration for each side accepted by the [`padding`](https://www.telerik.com/kendo-angular-ui/components/charts/api/titlecomponent#padding) option.
8
8
  */
9
9
  export interface Padding extends Margin {
10
10
  }
@@ -28,7 +28,7 @@ export interface PlotBand {
28
28
  *
29
29
  * To display a label, set the text option.
30
30
  *
31
- * See [Plot Bands - Labels]({% slug plotbands_chart_charts %}#toc-labels) for sample usage.
31
+ * See [Plot Bands - Labels](https://www.telerik.com/kendo-angular-ui/components/charts/elements/plot-bands#labels) for sample usage.
32
32
  */
33
33
  label?: PlotBandLabel;
34
34
  }
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Specifies the alignment of the label when [`series.type`](slug:api_charts_series#toc-type) is set to `"donut"`, `"funnel"`, `"pyramid"` or `"pie"`.
6
+ * Specifies the alignment of the label when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"`, `"funnel"`, `"pyramid"` or `"pie"`.
7
7
  *
8
8
  * The supported values for `"donut"` and `"pie"` are:
9
9
  *
@@ -14,21 +14,21 @@
14
14
  * - `"candlestick"`—Shows data as candlesticks, which display the open, close, high, and low values of a series.
15
15
  * - `"column"`—Shows data as sets of vertical bars that display the relationship between individual items and the whole category.
16
16
  * - `"donut"`—Shows data as a series of rings that are sliced depending on the value.
17
- * - `"exponentialTrendline"`—Shows an exponential [trendline]({% slug trendlines_chart_charts %}#toc-exponential-trendline) for the specified parent series.
17
+ * - `"exponentialTrendline"`—Shows an exponential [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#exponential-trendline) for the specified parent series.
18
18
  * - `"funnel"`—Shows data as a funnel, which is useful for sales data visualization.
19
19
  * - `"heatmap"`—Shows data as a heatmap, which is useful for comparing values in a matrix.
20
20
  * - `"horizontalWaterfall"`—Shows data as a horizontal waterfall chart, which is useful for comparing positive and negative values over a period.
21
21
  * - `"line"`—Shows data as continuous lines that connect data points evenly distributed along the category field.
22
- * - `"linearTrendline"`—Shows a linear [trendline]({% slug trendlines_chart_charts %}#toc-linear-trendline) for the specified parent series.
23
- * - `"logarithmicTrendline"`—Shows a logarithmic [trendline]({% slug trendlines_chart_charts %}#toc-logarithmic-trendline) for the specified parent series.
24
- * - `"movingAverageTrendline"`—Shows a moving average [trendline]({% slug trendlines_chart_charts %}#toc-moving-average-trendline) for the specified parent series.
22
+ * - `"linearTrendline"`—Shows a linear [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#linear-trendline) for the specified parent series.
23
+ * - `"logarithmicTrendline"`—Shows a logarithmic [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#logarithmic-trendline) for the specified parent series.
24
+ * - `"movingAverageTrendline"`—Shows a moving average [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#moving-average-trendline) for the specified parent series.
25
25
  * - `"ohlc"`—Shows data as OHLC (open-high-low-close) bars, which display the open, high, low, and close values of a series.
26
26
  * - `"pie"`—Shows data as a series of pie slices, which display the contribution of each value to a total.
27
27
  * - `"polarArea"`—Shows data as a series of polar area segments, which display the contribution of each value to a total.
28
28
  * - `"polarLine"`—Shows data as continuous lines that connect data points evenly distributed along the category field.
29
29
  * - `"polarScatter"`—Shows data as points distributed in a polar coordinate system.
30
- * - `"polynomialTrendline"`—Shows a polynomial [trendline]({% slug trendlines_chart_charts %}#toc-polynomial-trendline) for the specified parent series.
31
- * - `"powerTrendline"`—Shows a power [trendline]({% slug trendlines_chart_charts %}#toc-power-trendline) for the specified parent series.
30
+ * - `"polynomialTrendline"`—Shows a polynomial [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#polynomial-trendline) for the specified parent series.
31
+ * - `"powerTrendline"`—Shows a power [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#power-trendline) for the specified parent series.
32
32
  * - `"pyramid"`—Shows data as a pyramid divided in segments proportional to each value.
33
33
  * - `"radarArea"`—Shows data as a series of radar area segments, which display the contribution of each value to a total.
34
34
  * - `"radarColumn"`—Shows data as sets of vertical bars that display the relationship between individual items and the whole category.
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Specifies the `weekStartDay` of a [CategoryAxisItemComponent]({% slug api_charts_categoryaxisitemcomponent %}).
6
+ * Specifies the `weekStartDay` of a [CategoryAxisItemComponent](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxisitemcomponent).
7
7
  */
8
8
  export declare enum WeekStartDay {
9
9
  /**
@@ -25,7 +25,7 @@ export interface AxisCrosshairTooltip {
25
25
  */
26
26
  font?: string;
27
27
  /**
28
- * The format for displaying the tooltip. Uses the [`format`](slug:api_intl_intlservice#toc-format) method of `IntlService`.
28
+ * 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`.
29
29
  * Contains one placeholder (`"{0}"`) which represents the value.
30
30
  */
31
31
  format?: string;
@@ -6,7 +6,7 @@ import { DashType } from '../../common/property-types';
6
6
  import { AxisDefaultsCrosshairTooltip } from './crosshair.tooltip.interface';
7
7
  /**
8
8
  * Specifies the configuration options of the axis crosshair
9
- * ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
9
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
10
10
  */
11
11
  export interface AxisDefaultsCrosshair {
12
12
  /**
@@ -32,7 +32,7 @@ export interface AxisDefaultsCrosshair {
32
32
  width?: number;
33
33
  /**
34
34
  * Specifies the options of the crosshair tooltip.
35
- * The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`](slug:api_charts_axisdefaultscrosshairtooltip#toc-visible)
35
+ * The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultscrosshairtooltip#visible)
36
36
  * option is set to `true`.
37
37
  */
38
38
  tooltip?: AxisDefaultsCrosshairTooltip;
@@ -6,7 +6,7 @@ import { drawing } from '@progress/kendo-drawing';
6
6
  import { AxisLabelContentArgs, AxisLabelVisualArgs, LabelRotation, Margin, Padding } from '../../common/property-types';
7
7
  /**
8
8
  * Specifies the configuration options for the axis label
9
- * ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
9
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
10
10
  */
11
11
  export interface AxisDefaultsLabels {
12
12
  /**
@@ -19,7 +19,7 @@ export interface AxisDefaultsLabels {
19
19
  */
20
20
  font?: string;
21
21
  /**
22
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
22
+ * 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.
23
23
  * Contains one placeholder (`"{0}"`) which represents the category value.
24
24
  */
25
25
  format?: string;
@@ -6,7 +6,7 @@ import { drawing } from '@progress/kendo-drawing';
6
6
  import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
7
7
  /**
8
8
  * Specifies the configuration options for the axis title
9
- * ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
9
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
10
10
  */
11
11
  export interface AxisDefaultsTitle {
12
12
  /**
@@ -73,7 +73,7 @@ export interface AxisDefaults {
73
73
  visible?: boolean;
74
74
  /**
75
75
  * Specifies the crosshair configuration options.
76
- * Displays the crosshair when the [`axisDefaults.crosshair.visible`](slug:api_charts_axisdefaultscrosshair#toc-visible) option is set to `true`.
76
+ * Displays the crosshair when the [`axisDefaults.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultscrosshair#visible) option is set to `true`.
77
77
  */
78
78
  crosshair?: AxisDefaultsCrosshair;
79
79
  /**
@@ -82,7 +82,7 @@ export interface AxisDefaults {
82
82
  labels?: AxisDefaultsLabels;
83
83
  /**
84
84
  * Specifies the title configuration of the axis.
85
- * To display the title, set the [`axisDefaults.title.text`](slug:api_charts_axisdefaultstitle#toc-text) option.
85
+ * To display the title, set the [`axisDefaults.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultstitle#text) option.
86
86
  */
87
87
  title?: AxisDefaultsTitle;
88
88
  }
@@ -31,7 +31,7 @@ export interface CategoryAxisCrosshair {
31
31
  width?: number;
32
32
  /**
33
33
  * Specifies the options of the crosshair tooltip.
34
- * The crosshair tooltip displays when the [`categoryAxis.crosshair.tooltip.visible`]({% slug api_charts_categoryaxiscrosshairtooltip %}#toc-visible) option is set to `true`.
34
+ * The crosshair tooltip displays when the [`categoryAxis.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxiscrosshairtooltip#visible) option is set to `true`.
35
35
  */
36
36
  tooltip?: CategoryAxisCrosshairTooltip;
37
37
  }
@@ -28,17 +28,17 @@ export interface CategoryAxisLabels {
28
28
  content?: (e: AxisLabelContentArgs) => string;
29
29
  /**
30
30
  * Specifies the culture to use when formatting date values.
31
- * The specified culture must be loaded as demonstrated in the [Internationalization Overview]({% slug overview_intl %}).
31
+ * The specified culture must be loaded as demonstrated in the [Internationalization Overview](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization).
32
32
  */
33
33
  culture?: string;
34
34
  /**
35
35
  * Specifies the format for displaying the labels of the date category axis.
36
36
  * The `{0}` placeholder represents the category value.
37
- * The Chart selects the appropriate format for the current [`categoryAxis.baseUnit`]({% slug api_charts_categoryaxis %}#toc-baseunit) option.
38
- * Setting the [`categoryAxis.labels.format`]({% slug api_charts_categoryaxislabels %}#toc-format) option overrides the date formats.
39
- * For more information, refer to the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
37
+ * The Chart selects the appropriate format for the current [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) option.
38
+ * Setting the [`categoryAxis.labels.format`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#format) option overrides the date formats.
39
+ * For more information, refer to the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
40
40
  *
41
- * For Radar Charts, the feature is not supported. Use [`categoryAxis.labels.format`]({% slug api_charts_categoryaxislabels %}#toc-format) instead.
41
+ * For Radar Charts, the feature is not supported. Use [`categoryAxis.labels.format`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#format) instead.
42
42
  */
43
43
  dateFormats?: DateFormats;
44
44
  /**
@@ -46,7 +46,7 @@ export interface CategoryAxisLabels {
46
46
  */
47
47
  font?: string;
48
48
  /**
49
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
49
+ * 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.
50
50
  * Contains one placeholder (`"{0}"`) which represents the category value.
51
51
  */
52
52
  format?: string;
@@ -29,7 +29,7 @@ export interface CategoryAxisNotesLabel {
29
29
  */
30
30
  font?: string;
31
31
  /**
32
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
32
+ * 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.
33
33
  * Contains one placeholder (`"{0}"`) which represents the category value.
34
34
  */
35
35
  format?: string;
@@ -29,12 +29,12 @@ export interface CategoryAxis {
29
29
  background?: string;
30
30
  /**
31
31
  * Sets the base time interval for the date axis.
32
- * The default base unit is automatically determined by the minimum difference between subsequent categories. Use `"fit"` to set a base unit and [`categoryAxis.baseUnitStep`](slug:api_charts_categoryaxis#toc-baseunitstep) so the total number of categories does not exceed [`categoryAxis.maxDateGroups`](slug:api_charts_categoryaxis#toc-maxdategroups). Series data is aggregated for the specified base unit by using the [`series.aggregate`](slug:api_charts_series#toc-aggregate) function.
32
+ * The default base unit is automatically determined by the minimum difference between subsequent categories. Use `"fit"` to set a base unit and [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) so the total number of categories does not exceed [`categoryAxis.maxDateGroups`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#maxdategroups). Series data is aggregated for the specified base unit by using the [`series.aggregate`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#aggregate) function.
33
33
  */
34
34
  baseUnit?: CategoryBaseUnit;
35
35
  /**
36
36
  * Sets the step (interval) between categories in base units.
37
- * Use `"auto"` to set the step so the total number of categories does not exceed [`categoryAxis.maxDateGroups`](slug:api_charts_categoryaxis#toc-maxdategroups). This option is ignored if [`categoryAxis.baseUnit`](slug:api_charts_categoryaxis#toc-baseunit) is set to `"fit"`.
37
+ * Use `"auto"` to set the step so the total number of categories does not exceed [`categoryAxis.maxDateGroups`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#maxdategroups). This option is ignored if [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) is set to `"fit"`.
38
38
  */
39
39
  baseUnitStep?: number | 'auto';
40
40
  /**
@@ -44,12 +44,12 @@ export interface CategoryAxis {
44
44
  categories?: any[];
45
45
  /**
46
46
  * Sets the color to apply to all axis elements.
47
- * Accepts a valid CSS color string, including HEX and RGB and can be overridden by [`categoryAxis.labels.color`](slug:api_charts_categoryaxislabels#toc-color) and [`categoryAxis.line.color`](slug:api_charts_axisline#toc-color).
47
+ * Accepts a valid CSS color string, including HEX and RGB and can be overridden by [`categoryAxis.labels.color`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#color) and [`categoryAxis.line.color`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisline#color).
48
48
  */
49
49
  color?: string;
50
50
  /**
51
51
  * Determines if the Chart positions categories and series points on major ticks.
52
- * This removes the empty space before and after the series. The default value is `false` except for `"area"`, `"verticalArea"`, `"rangeArea"`, and `"verticalRangeArea"`. This option is ignored if [`series.type`](slug:api_charts_series#toc-type) is set to `"bar"`, `"column"`, `"boxPlot"`, `"ohlc"`, `"candlestick"`, or `"waterfall"`.
52
+ * This removes the empty space before and after the series. The default value is `false` except for `"area"`, `"verticalArea"`, `"rangeArea"`, and `"verticalRangeArea"`. This option is ignored if [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"boxPlot"`, `"ohlc"`, `"candlestick"`, or `"waterfall"`.
53
53
  */
54
54
  justified?: boolean;
55
55
  /**
@@ -68,11 +68,11 @@ export interface CategoryAxis {
68
68
  majorTicks?: AxisTicks;
69
69
  /**
70
70
  * Sets the last date displayed on a date category axis or the index of the last category displayed on a category axis.
71
- * By default, the max value is the same as the last category. This is often used in combination with [`categoryAxis.min`]({% slug api_charts_categoryaxis %}#toc-min) and [`categoryAxis.roundToBaseUnit`]({% slug api_charts_categoryaxis %}#toc-roundtobaseunit) to set up a fixed date range.
71
+ * By default, the max value is the same as the last category. This is often used in combination with [`categoryAxis.min`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#min) and [`categoryAxis.roundToBaseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#roundtobaseunit) to set up a fixed date range.
72
72
  */
73
73
  max?: any;
74
74
  /**
75
- * Sets the maximum number of groups (categories) to display when [`categoryAxis.baseUnit`]({% slug api_charts_categoryaxis %}#toc-baseunit) is set to `"fit"` or [`categoryAxis.baseUnitStep`]({% slug api_charts_categoryaxis %}#toc-baseunitstep) is set to `"auto"`.
75
+ * Sets the maximum number of groups (categories) to display when [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) is set to `"fit"` or [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) is set to `"auto"`.
76
76
  */
77
77
  maxDateGroups?: number;
78
78
  /**
@@ -82,7 +82,7 @@ export interface CategoryAxis {
82
82
  maxDivisions?: number;
83
83
  /**
84
84
  * Sets the first date displayed on a date category axis or the index of the first category displayed on a category axis.
85
- * By default, the min value is the same as the first category. This is often used in combination with [`categoryAxis.max`]({% slug api_charts_categoryaxis %}#toc-max) and [`categoryAxis.roundToBaseUnit`]({% slug api_charts_categoryaxis %}#toc-roundtobaseunit) to set up a fixed date range.
85
+ * By default, the min value is the same as the first category. This is often used in combination with [`categoryAxis.max`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#max) and [`categoryAxis.roundToBaseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#roundtobaseunit) to set up a fixed date range.
86
86
  */
87
87
  min?: any;
88
88
  /**
@@ -96,7 +96,7 @@ export interface CategoryAxis {
96
96
  minorTicks?: AxisTicks;
97
97
  /**
98
98
  * Sets the unique axis name.
99
- * Used to associate a series with a category axis, which utilizes the [`series.categoryAxis`]({% slug api_charts_series %}#toc-categoryaxis) option.
99
+ * Used to associate a series with a category axis, which utilizes the [`series.categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#categoryaxis) option.
100
100
  */
101
101
  name?: string;
102
102
  /**
@@ -142,7 +142,7 @@ export interface CategoryAxis {
142
142
  weekStartDay?: WeekStartDay;
143
143
  /**
144
144
  * Configures the crosshair options.
145
- * The crosshair is displayed when the [`categoryAxis.crosshair.visible`]({% slug api_charts_categoryaxiscrosshair %}#toc-visible) option is set to `true`.
145
+ * The crosshair is displayed when the [`categoryAxis.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxiscrosshair#visible) option is set to `true`.
146
146
  */
147
147
  crosshair?: CategoryAxisCrosshair;
148
148
  /**
@@ -160,7 +160,7 @@ export interface CategoryAxis {
160
160
  select?: CategoryAxisSelect;
161
161
  /**
162
162
  * Configures the title of the category axis.
163
- * To display the title, set the [`categoryAxis.title.text`]({% slug api_charts_categoryaxistitle %}#toc-text) option.
163
+ * To display the title, set the [`categoryAxis.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxistitle#text) option.
164
164
  */
165
165
  title?: CategoryAxisTitle;
166
166
  }
@@ -6,7 +6,7 @@ import { Element } from '@progress/kendo-drawing';
6
6
  import { Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
7
7
  /**
8
8
  * Represents the configuration options for the Legend title
9
- * ([see example](slug:legend_chart_charts#adding-a-title)).
9
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend#adding-a-title)).
10
10
  */
11
11
  export interface LegendTitle {
12
12
  /**
@@ -7,12 +7,12 @@ import { LegendInactiveItems } from './legend/inactive-items.interface';
7
7
  import { LegendItem } from './legend/item.interface';
8
8
  import { LegendMarkers } from './legend/markers.interface';
9
9
  /**
10
- * Specifies the configuration options of the Chart legend ([see examples](slug:legend_chart_charts)).
10
+ * Specifies the configuration options of the Chart legend ([see examples](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend)).
11
11
  */
12
12
  export interface Legend {
13
13
  /**
14
- * Specifies how the legend aligns horizontally when [`legend.position`]({% slug api_charts_legend %}#toc-position) is set to `"top"` or `"bottom"`
15
- * or aligns vertically when [`legend.position`]({% slug api_charts_legend %}#toc-position) is set to `"left"` or `"right"`.
14
+ * Specifies how the legend aligns horizontally when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#position) is set to `"top"` or `"bottom"`
15
+ * or aligns vertically when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#position) is set to `"left"` or `"right"`.
16
16
  */
17
17
  align?: 'start' | 'center' | 'end';
18
18
  /**
@@ -24,7 +24,7 @@ export interface Legend {
24
24
  */
25
25
  border?: Border;
26
26
  /**
27
- * Specifies the height of the legend when [`legend.orientation`]({% slug api_charts_legend %}#toc-orientation) is set to `"vertical"`.
27
+ * Specifies the height of the legend when [`legend.orientation`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#orientation) is set to `"vertical"`.
28
28
  */
29
29
  height?: number;
30
30
  /**
@@ -57,7 +57,7 @@ export interface Legend {
57
57
  padding?: Padding | number;
58
58
  /**
59
59
  * Specifies the positions of the Chart legend.
60
- * 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.
60
+ * 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.
61
61
  */
62
62
  position?: 'top' | 'bottom' | 'left' | 'right' | 'custom';
63
63
  /**
@@ -69,7 +69,7 @@ export interface Legend {
69
69
  */
70
70
  visible?: boolean;
71
71
  /**
72
- * Specifies the legend width when the [`legend.orientation`]({% slug api_charts_legend %}#toc-orientation) is set to `"horizontal"`.
72
+ * Specifies the legend width when the [`legend.orientation`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#orientation) is set to `"horizontal"`.
73
73
  */
74
74
  width?: number;
75
75
  /**
@@ -50,7 +50,7 @@ export interface PanesTitle {
50
50
  * The available argument fields are:
51
51
  *
52
52
  * - `text`—The label text.
53
- * - `rect`—The [geometry Rect]({% slug api_kendo-drawing_geometry_rect %}) that defines where the visual has to be rendered.
53
+ * - `rect`—The [geometry Rect](https://www.telerik.com/kendo-angular-ui/components/drawing/api/geometry_rect) that defines where the visual has to be rendered.
54
54
  * - `sender`—The Chart instance (might be `undefined`).
55
55
  * - `options`—The label options.
56
56
  * - `createVisual`—A function that can be used to get the default visual.
@@ -35,7 +35,7 @@ export interface PaneDefaults {
35
35
  padding?: Padding | number;
36
36
  /**
37
37
  * Specifies the title configuration of the pane.
38
- * To display the title, set the [`panes.title.text`]({% slug api_charts_panestitle %}#toc-text) option.
38
+ * To display the title, set the [`panes.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/panestitle#text) option.
39
39
  */
40
40
  title?: PanesTitle;
41
41
  }
@@ -42,7 +42,7 @@ export interface Pane {
42
42
  padding?: Padding | number;
43
43
  /**
44
44
  * Configures the title of the pane.
45
- * To display the title, set the [`panes.title.text`]({% slug api_charts_panestitle %}#toc-text) option.
45
+ * To display the title, set the [`panes.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/panestitle#text) option.
46
46
  */
47
47
  title?: string | PanesTitle;
48
48
  }
@@ -29,7 +29,7 @@ export interface SeriesDefaultsLabelsFrom {
29
29
  */
30
30
  font?: string;
31
31
  /**
32
- * Specifies the format of the `from` labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) of IntlService.
32
+ * 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.
33
33
  */
34
34
  format?: string;
35
35
  /**
@@ -32,7 +32,7 @@ export interface SeriesDefaultsLabels {
32
32
  */
33
33
  font?: string;
34
34
  /**
35
- * Specifies the format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
35
+ * 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.
36
36
  */
37
37
  format?: string;
38
38
  /**
@@ -58,12 +58,12 @@ export interface SeriesDefaultsLabels {
58
58
  visual?: (e: SeriesLabelsVisualArgs) => drawing.Element;
59
59
  /**
60
60
  * Specifies the Chart series `from` label configuration.
61
- * Displays the series labels when either the [`seriesDefaults.labels.visible`]({% slug api_charts_seriesdefaultslabels %}#toc-visible) or the [`seriesDefaults.labels.from.visible`]({% slug api_charts_seriesdefaultslabelsfrom %}#toc-visible) option is set to `true`.
61
+ * Displays the series labels when either the [`seriesDefaults.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabels#visible) or the [`seriesDefaults.labels.from.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabelsfrom#visible) option is set to `true`.
62
62
  */
63
63
  from?: SeriesDefaultsLabelsFrom;
64
64
  /**
65
65
  * Specifies the Chart series `to` label configuration.
66
- * Displays the series labels when either the [`seriesDefaults.labels.visible`]({% slug api_charts_seriesdefaultslabels %}#toc-visible) or the [`seriesDefaults.labels.to.visible`]({% slug api_charts_seriesdefaultslabelsto %}#toc-visible) option is set to `true`.
66
+ * Displays the series labels when either the [`seriesDefaults.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabels#visible) or the [`seriesDefaults.labels.to.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabelsto#visible) option is set to `true`.
67
67
  */
68
68
  to?: SeriesDefaultsLabelsTo;
69
69
  }
@@ -29,7 +29,7 @@ export interface SeriesDefaultsLabelsTo {
29
29
  */
30
30
  font?: string;
31
31
  /**
32
- * Specifies the format of the `to` labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
32
+ * 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.
33
33
  */
34
34
  format?: string;
35
35
  /**
@@ -29,7 +29,7 @@ export interface SeriesDefaultsNotesLabel {
29
29
  */
30
30
  font?: string;
31
31
  /**
32
- * Specifies the format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
32
+ * 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.
33
33
  * Contains one placeholder (`"{0}"`) which represents the axis value.
34
34
  */
35
35
  format?: string;
@@ -42,8 +42,8 @@ export interface SeriesDefaultsNotesLabel {
42
42
  */
43
43
  rotation?: number;
44
44
  /**
45
- * Determines whether the Chart displays the [`seriesDefaults`]({% slug api_charts_seriesdefaults %}) notes label.
46
- * When set to `true`, the label is visible. By default, the [`seriesDefaults`]({% slug api_charts_seriesdefaults %}) notes label is visible.
45
+ * Determines whether the Chart displays the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaults) notes label.
46
+ * When set to `true`, the label is visible. By default, the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaults) notes label is visible.
47
47
  */
48
48
  visible?: boolean;
49
49
  }
@@ -24,7 +24,7 @@ export interface SeriesDefaultsTooltip {
24
24
  */
25
25
  font?: string;
26
26
  /**
27
- * Specifies the format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
27
+ * 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`.
28
28
  *
29
29
  * Area, Bar, Column, Funnel, Pyramid, Line, and Pie charts are represented by `{0}` as the value placeholder.
30
30
  *
@@ -142,13 +142,13 @@ export interface SeriesDefaults {
142
142
  overlay?: Overlay;
143
143
  /**
144
144
  * Specifies the space between the Chart series as a proportion of the series width.
145
- * The `spacing` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
145
+ * The `spacing` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
146
146
  * and `"waterfall"`.
147
147
  */
148
148
  spacing?: number;
149
149
  /**
150
150
  * Determines whether the series has to be stacked.
151
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
151
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
152
152
  * `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
153
153
  */
154
154
  stack?: boolean | string | SeriesStack;
@@ -163,7 +163,7 @@ export interface SeriesDefaults {
163
163
  visual?: (e: SeriesVisualArgs) => drawing.Element;
164
164
  /**
165
165
  * Specifies the label configuration of the Chart series.
166
- * Displays the series labels when the [`seriesDefaults.labels.visible`]({% slug api_charts_seriesdefaultslabels %}#toc-visible) option is set to `true`.
166
+ * Displays the series labels when the [`seriesDefaults.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabels#visible) option is set to `true`.
167
167
  */
168
168
  labels?: SeriesDefaultsLabels;
169
169
  /**
@@ -22,7 +22,7 @@ export interface SeriesErrorBars {
22
22
  line?: ErrorBarLine;
23
23
  /**
24
24
  * Specifies the error bars value.
25
- * Supports the value option when [series.type]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
25
+ * Supports the value option when [series.type](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
26
26
  *
27
27
  * Supports the following value types:
28
28
  *
@@ -42,15 +42,15 @@ export interface SeriesErrorBars {
42
42
  */
43
43
  visual?: (e: ErrorBarsVisualArgs) => drawing.Element;
44
44
  /**
45
- * Specifies the value of the [`xAxis`]({% slug api_charts_xaxis %}) error bars. For a list of the supported value
46
- * types, refer to the [`series.errorBars.value`]({% slug api_charts_serieserrorbars %}#toc-value) option.
47
- * Supports the `xValue` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
45
+ * Specifies the value of the [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) error bars. For a list of the supported value
46
+ * types, refer to the [`series.errorBars.value`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieserrorbars#value) option.
47
+ * Supports the `xValue` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
48
48
  */
49
49
  xValue?: string;
50
50
  /**
51
- * Specifies the value of the [`yAxis`]({% slug api_charts_yaxis %}) error bars. For a list of supported value types, refer
52
- * to the [`series.errorBars.value`]({% slug api_charts_serieserrorbars %}#toc-value) option.
53
- * Supports the `yValue` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
51
+ * Specifies the value of the [`yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis) error bars. For a list of supported value types, refer
52
+ * to the [`series.errorBars.value`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieserrorbars#value) option.
53
+ * Supports the `yValue` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
54
54
  */
55
55
  yValue?: string;
56
56
  }