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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
  2. package/chart/axis-defaults/crosshair.component.d.ts +1 -1
  3. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +3 -3
  4. package/chart/axis-defaults/labels.component.d.ts +2 -2
  5. package/chart/axis-defaults/title.component.d.ts +1 -1
  6. package/chart/axis-defaults.component.d.ts +5 -5
  7. package/chart/category-axis-item/crosshair.component.d.ts +1 -1
  8. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +2 -2
  9. package/chart/category-axis-item/labels.component.d.ts +2 -2
  10. package/chart/category-axis-item/notes.component.d.ts +1 -1
  11. package/chart/category-axis-item/notes.label.component.d.ts +1 -1
  12. package/chart/category-axis-item/range-labels.component.d.ts +1 -1
  13. package/chart/category-axis-item.component.d.ts +4 -4
  14. package/chart/chart-area.component.d.ts +1 -1
  15. package/chart/donut-center-template.directive.d.ts +1 -1
  16. package/chart/legend.component.d.ts +4 -4
  17. package/chart/no-data-template.directive.d.ts +1 -1
  18. package/chart/pane-defaults.component.d.ts +1 -1
  19. package/chart/plot-area.component.d.ts +1 -1
  20. package/chart/series-defaults/labels.component.d.ts +1 -1
  21. package/chart/series-defaults/labels.from.component.d.ts +1 -1
  22. package/chart/series-defaults/labels.to.component.d.ts +1 -1
  23. package/chart/series-defaults/notes.component.d.ts +1 -1
  24. package/chart/series-defaults/notes.label.component.d.ts +2 -2
  25. package/chart/series-defaults.component.d.ts +3 -3
  26. package/chart/series-drilldown-template.directive.d.ts +1 -1
  27. package/chart/series-item/error-bars.component.d.ts +1 -1
  28. package/chart/series-item/extremes.component.d.ts +1 -1
  29. package/chart/series-item/labels.component.d.ts +3 -3
  30. package/chart/series-item/labels.from.component.d.ts +1 -1
  31. package/chart/series-item/labels.to.component.d.ts +1 -1
  32. package/chart/series-item/notes.component.d.ts +1 -1
  33. package/chart/series-item/notes.label.component.d.ts +1 -1
  34. package/chart/series-item/outliers.component.d.ts +1 -1
  35. package/chart/series-item/tooltip.component.d.ts +1 -1
  36. package/chart/series-item/trendline.component.d.ts +1 -1
  37. package/chart/series-item/trendline.forecast.component.d.ts +2 -2
  38. package/chart/series-item.component.d.ts +44 -44
  39. package/chart/series.component.d.ts +1 -1
  40. package/chart/subtitle.component.d.ts +1 -1
  41. package/chart/title.component.d.ts +1 -1
  42. package/chart/tooltip/series-tooltip-template.directive.d.ts +2 -2
  43. package/chart/tooltip/shared-tooltip-template.directive.d.ts +3 -3
  44. package/chart/tooltip.component.d.ts +1 -1
  45. package/chart/value-axis-item/crosshair.component.d.ts +1 -1
  46. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +2 -2
  47. package/chart/value-axis-item/labels.component.d.ts +1 -1
  48. package/chart/value-axis-item/notes.component.d.ts +1 -1
  49. package/chart/value-axis-item/notes.label.component.d.ts +1 -1
  50. package/chart/value-axis-item.component.d.ts +1 -1
  51. package/chart/x-axis-item/crosshair.component.d.ts +1 -1
  52. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
  53. package/chart/x-axis-item/notes.component.d.ts +2 -2
  54. package/chart/x-axis-item/notes.label.component.d.ts +1 -1
  55. package/chart/x-axis-item.component.d.ts +1 -1
  56. package/chart/y-axis-item/crosshair.component.d.ts +1 -1
  57. package/chart/y-axis-item/labels.component.d.ts +1 -1
  58. package/chart/y-axis-item/notes.component.d.ts +1 -1
  59. package/chart/y-axis-item/notes.label.component.d.ts +1 -1
  60. package/chart/y-axis-item.component.d.ts +1 -1
  61. package/chart-breadcrumb.component.d.ts +1 -1
  62. package/chart-options.interface.d.ts +10 -10
  63. package/chart.component.d.ts +10 -10
  64. package/events/axis-label-click-event.d.ts +1 -1
  65. package/events/drag-end-event.d.ts +1 -1
  66. package/events/drag-event.d.ts +1 -1
  67. package/events/drag-start-event.d.ts +1 -1
  68. package/events/drilldown-event.d.ts +1 -1
  69. package/events/legend-item-click-event.d.ts +1 -1
  70. package/events/legend-item-hover-event.d.ts +1 -1
  71. package/events/plot-area-click-event.d.ts +1 -1
  72. package/events/plot-area-hover-event.d.ts +1 -1
  73. package/events/render-event.d.ts +1 -1
  74. package/events/series-click-event.d.ts +1 -1
  75. package/events/series-hover-event.d.ts +1 -1
  76. package/events/zoom-end-event.d.ts +1 -1
  77. package/events/zoom-event.d.ts +1 -1
  78. package/events/zoom-start-event.d.ts +1 -1
  79. package/fesm2022/progress-kendo-angular-charts.mjs +179 -179
  80. package/field-types/axis-line.interface.d.ts +1 -1
  81. package/field-types/axis-ticks.interface.d.ts +1 -1
  82. package/field-types/border.interface.d.ts +1 -1
  83. package/field-types/category-base-unit.d.ts +2 -2
  84. package/field-types/grid-lines.interface.d.ts +1 -1
  85. package/field-types/line-style.d.ts +1 -1
  86. package/field-types/lock-axis.d.ts +1 -1
  87. package/field-types/margin.interface.d.ts +1 -1
  88. package/field-types/padding.interface.d.ts +1 -1
  89. package/field-types/plot-band.interface.d.ts +1 -1
  90. package/field-types/series-labels-alignment.d.ts +1 -1
  91. package/field-types/series-type.d.ts +6 -6
  92. package/field-types/week-start-day.enum.d.ts +1 -1
  93. package/option-types/axis-crosshair-tooltip.interface.d.ts +1 -1
  94. package/option-types/axis-defaults/crosshair.interface.d.ts +2 -2
  95. package/option-types/axis-defaults/labels.interface.d.ts +2 -2
  96. package/option-types/axis-defaults/title.interface.d.ts +1 -1
  97. package/option-types/axis-defaults.interface.d.ts +2 -2
  98. package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
  99. package/option-types/category-axis-item/labels.interface.d.ts +6 -6
  100. package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
  101. package/option-types/category-axis-item.interface.d.ts +10 -10
  102. package/option-types/legend/legend-title.interface.d.ts +1 -1
  103. package/option-types/legend.interface.d.ts +6 -6
  104. package/option-types/pane/title.interface.d.ts +1 -1
  105. package/option-types/pane-defaults.interface.d.ts +1 -1
  106. package/option-types/pane.interface.d.ts +1 -1
  107. package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
  108. package/option-types/series-defaults/labels.interface.d.ts +3 -3
  109. package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
  110. package/option-types/series-defaults/notes.label.interface.d.ts +3 -3
  111. package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
  112. package/option-types/series-defaults.interface.d.ts +3 -3
  113. package/option-types/series-item/error-bars.interface.d.ts +7 -7
  114. package/option-types/series-item/highlight.interface.d.ts +5 -5
  115. package/option-types/series-item/labels.from.interface.d.ts +1 -1
  116. package/option-types/series-item/labels.interface.d.ts +7 -7
  117. package/option-types/series-item/labels.to.interface.d.ts +1 -1
  118. package/option-types/series-item/notes.label.interface.d.ts +1 -1
  119. package/option-types/series-item/tooltip.interface.d.ts +1 -1
  120. package/option-types/series-item.interface.d.ts +71 -71
  121. package/option-types/subtitle.interface.d.ts +1 -1
  122. package/option-types/title.interface.d.ts +1 -1
  123. package/option-types/tooltip.interface.d.ts +1 -1
  124. package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
  125. package/option-types/value-axis-item/labels.interface.d.ts +1 -1
  126. package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
  127. package/option-types/value-axis-item.interface.d.ts +6 -6
  128. package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
  129. package/option-types/x-axis-item/labels.interface.d.ts +5 -5
  130. package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
  131. package/option-types/x-axis-item.interface.d.ts +7 -7
  132. package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
  133. package/option-types/y-axis-item/labels.interface.d.ts +5 -5
  134. package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
  135. package/option-types/y-axis-item.interface.d.ts +7 -7
  136. package/package-metadata.mjs +2 -2
  137. package/package.json +11 -11
  138. package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
  139. package/sankey/data-binding/flat-binding.event.d.ts +2 -2
  140. package/sankey/events/sankey-link-event.d.ts +1 -1
  141. package/sankey/events/sankey-node-event.d.ts +1 -1
  142. package/sankey/labels.component.d.ts +1 -1
  143. package/sankey/legend.component.d.ts +4 -4
  144. package/sankey/links.component.d.ts +1 -1
  145. package/sankey/nodes.component.d.ts +1 -1
  146. package/sankey/title.component.d.ts +1 -1
  147. package/sankey/tooltip/link-tooltip-template.directive.d.ts +2 -2
  148. package/sankey/tooltip/node-tooltip-template.directive.d.ts +2 -2
  149. package/sankey/tooltip.component.d.ts +1 -1
  150. package/sankey.component.d.ts +1 -1
  151. package/stock-chart/navigator/hint.component.d.ts +1 -1
  152. package/stock-chart/navigator/pane.component.d.ts +1 -1
  153. package/stock-chart/navigator/series-item.component.d.ts +1 -1
  154. package/stock-chart/navigator.component.d.ts +1 -1
@@ -12,24 +12,24 @@ export interface SeriesHighlight {
12
12
  /**
13
13
  * Specifies the border of the highlighted Chart series.
14
14
  * Computes the color automatically from the base point color.
15
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
15
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
16
16
  * `"donut"`, `"bubble"`, `"pie"`, `"candlestick"`, or `"ohlc"`.
17
17
  */
18
18
  border?: Border;
19
19
  /**
20
20
  * Specifies the highlight color. Accepts a valid CSS color string, including HEX and RGB.
21
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
21
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"`.
22
22
  */
23
23
  color?: string;
24
24
  /**
25
25
  * Specifies the line of the highlighted Chart series.
26
26
  * Computes the color automatically from the base point color.
27
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
27
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
28
28
  */
29
29
  line?: HighlightLine;
30
30
  /**
31
31
  * Specifies the opacity of the highlighted points.
32
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"pie"`, or `"donut"`.
32
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"pie"`, or `"donut"`.
33
33
  */
34
34
  opacity?: number;
35
35
  /**
@@ -38,7 +38,7 @@ export interface SeriesHighlight {
38
38
  inactiveOpacity?: number;
39
39
  /**
40
40
  * Specifies the appearance of the highlighted point markers.
41
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"line"`, `"area"`, `"scatter"`, `"scatterLine"`, or `"rangeArea"`.
41
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"line"`, `"area"`, `"scatter"`, `"scatterLine"`, or `"rangeArea"`.
42
42
  */
43
43
  markers?: MarkersHighlight;
44
44
  /**
@@ -32,7 +32,7 @@ export interface SeriesLabelsFrom {
32
32
  font?: string;
33
33
  /**
34
34
  * Sets the format of the `from` labels.
35
- * Uses the IntlService [`format`]({% slug api_intl_intlservice %}#toc-format) method.
35
+ * Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
36
36
  */
37
37
  format?: string;
38
38
  /**
@@ -13,7 +13,7 @@ import { SeriesLabelsTo } from './labels.to.interface';
13
13
  */
14
14
  export interface SeriesLabels {
15
15
  /**
16
- * Specifies the alignment of the label when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"`, `"funnel"`, `"pyramid"` or `"pie"`.
16
+ * 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"`.
17
17
  */
18
18
  align?: SeriesLabelsAlignment;
19
19
  /**
@@ -38,7 +38,7 @@ export interface SeriesLabels {
38
38
  */
39
39
  ariaContent?: (e: SeriesLabelsContentArgs) => string;
40
40
  /**
41
- * Specifies the distance between the labels when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
41
+ * Specifies the distance between the labels when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"`.
42
42
  */
43
43
  distance?: number;
44
44
  /**
@@ -46,7 +46,7 @@ export interface SeriesLabels {
46
46
  */
47
47
  font?: string;
48
48
  /**
49
- * Specifies the format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of the IntlService.
49
+ * Specifies the format of the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of the IntlService.
50
50
  */
51
51
  format?: string;
52
52
  /**
@@ -77,14 +77,14 @@ export interface SeriesLabels {
77
77
  visual?: (e: SeriesLabelsVisualArgs) => drawing.Element;
78
78
  /**
79
79
  * Specifies the `from` label configuration of the Chart series.
80
- * Displays the series from labels when either the [`series.labels.visible`]({% slug api_charts_serieslabels %}#toc-visible) or
81
- * the [`series.labels.from.visible`]({% slug api_charts_serieslabelsfrom %}#toc-visible) option is set to `true`.
80
+ * Displays the series from labels when either the [`series.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieslabels#visible) or
81
+ * the [`series.labels.from.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieslabelsfrom#visible) option is set to `true`.
82
82
  */
83
83
  from?: SeriesLabelsFrom;
84
84
  /**
85
85
  * Specifies the `to` label configuration of the Chart series.
86
- * Displays the series to labels when either the [`series.labels.visible`]({% slug api_charts_serieslabels %}#toc-visible) or
87
- * the [`series.labels.to.visible`]({% slug api_charts_serieslabelsto %}#toc-visible) option is set to `true`.
86
+ * Displays the series to labels when either the [`series.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieslabels#visible) or
87
+ * the [`series.labels.to.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieslabelsto#visible) option is set to `true`.
88
88
  */
89
89
  to?: SeriesLabelsTo;
90
90
  }
@@ -32,7 +32,7 @@ export interface SeriesLabelsTo {
32
32
  font?: string;
33
33
  /**
34
34
  * Sets the format of the `to` labels.
35
- * Uses [IntlService format]({% slug api_intl_intlservice %}#toc-format).
35
+ * Uses [IntlService format](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format).
36
36
  */
37
37
  format?: string;
38
38
  /**
@@ -32,7 +32,7 @@ export interface SeriesNotesLabel {
32
32
  font?: string;
33
33
  /**
34
34
  * Sets the format for displaying the notes label.
35
- * Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService` and contains one placeholder (`"{0}"`) which represents the axis value.
35
+ * Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService` and contains one placeholder (`"{0}"`) which represents the axis value.
36
36
  */
37
37
  format?: string;
38
38
  /**
@@ -27,7 +27,7 @@ export interface SeriesTooltip {
27
27
  font?: string;
28
28
  /**
29
29
  * Sets the format of the labels.
30
- * Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
30
+ * Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
31
31
  *
32
32
  * Use different value placeholders depending on the Chart type.
33
33
  *
@@ -43,24 +43,24 @@ export interface Series {
43
43
  aggregate?: any;
44
44
  /**
45
45
  * Determines whether the Chart automatically scales down to fit the content area.
46
- * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart))
46
+ * 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))
47
47
  */
48
48
  autoFit?: boolean;
49
49
  /**
50
50
  * Specifies the name of the value axis.
51
51
  * This option is supported for Scatter plots. For more information on Scatter plots, refer to
52
- * [`xAxis`]({% slug api_charts_xaxis %}) and [`yAxis`]({% slug api_charts_yaxis %}).
52
+ * [`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).
53
53
  */
54
54
  axis?: string;
55
55
  /**
56
56
  * Specifies the border of the Chart series.
57
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
57
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
58
58
  * `"bar"`, `"column"`, `"donut"`, `"pie"`, `"bubble"`, `"boxPlot"`, `"candlestick"`, or `"ohlc"`.
59
59
  */
60
60
  border?: Border;
61
61
  /**
62
62
  * Specifies the name of the category axis that the series uses.
63
- * If you do not specify a [`categoryAxis`]({% slug api_charts_categoryaxis %}), the Chart uses the first axis.
63
+ * If you do not specify a [`categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis), the Chart uses the first axis.
64
64
  */
65
65
  categoryAxis?: string;
66
66
  /**
@@ -70,7 +70,7 @@ export interface Series {
70
70
  categoryField?: string;
71
71
  /**
72
72
  * Specifies the data field that contains the `close` value.
73
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
73
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
74
74
  */
75
75
  closeField?: string;
76
76
  /**
@@ -81,34 +81,34 @@ export interface Series {
81
81
  color?: any;
82
82
  /**
83
83
  * Specifies the data item field which contains the series color.
84
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type)
84
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type)
85
85
  * is set to `"bar"`, `"column"`, `"rangeBar"`, `"rangeColumn"`, `"bubble"`, `"donut"`, `"pie"`, `"candlestick"`,
86
86
  * `"ohlc"`, or `"waterfall"`.
87
87
  */
88
88
  colorField?: string;
89
89
  /**
90
90
  * Specifies the label connectors options.
91
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"` and
92
- * [`series.labels.visible`]({% slug api_charts_serieslabels %}#toc-visible) is set to `true`.
91
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"` and
92
+ * [`series.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieslabels#visible) is set to `true`.
93
93
  */
94
94
  connectors?: LabelConnectors;
95
95
  /**
96
96
  * Specifies the data item field which contains the current value.
97
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bullet"` or `"verticalBullet"`.
97
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bullet"` or `"verticalBullet"`.
98
98
  */
99
99
  currentField?: string;
100
100
  /**
101
101
  * Specifies the dash type of line Chart.
102
- * Use this option only when the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"line"`.
102
+ * Use this option only when the [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) option is set to `"line"`.
103
103
  */
104
104
  dashType?: DashType;
105
105
  /**
106
106
  * Specifies the array of data items which represent the series data.
107
107
  *
108
108
  * You can set it to:
109
- * - Array of objects. Each point is bound to the field specified through the [`series.field`]({% slug api_charts_series %}#toc-field) option.
110
- * - Array of numbers. Supported when the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"area"`, `"bar"`, `"column"`, `"donut"`, `"pie"`, `"line"`, or `"waterfall"`.
111
- * - Array of arrays of numbers. Supported when the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"bubble"`, `"scatter"`, `"scatterLine"`, `"ohlc"`, `"polar"`, `"rangeBar"`, or `"rangeArea"`.
109
+ * - Array of objects. Each point is bound to the field specified through the [`series.field`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#field) option.
110
+ * - Array of numbers. Supported when the [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) option is set to `"area"`, `"bar"`, `"column"`, `"donut"`, `"pie"`, `"line"`, or `"waterfall"`.
111
+ * - Array of arrays of numbers. Supported when the [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) option is set to `"bubble"`, `"scatter"`, `"scatterLine"`, `"ohlc"`, `"polar"`, `"rangeBar"`, or `"rangeArea"`.
112
112
  *
113
113
  * Bubble series need arrays of three values—X value, Y value, and Size value—for example, `[1, 1, 10]`.
114
114
  *
@@ -121,45 +121,45 @@ export interface Series {
121
121
  data?: any[];
122
122
  /**
123
123
  * Specifies the series color when the open value is greater than the close value.
124
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"`.
124
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"`.
125
125
  */
126
126
  downColor?: string;
127
127
  /**
128
128
  * Specifies the data field which contains the color that applies when the `open` value is greater than the `close` value.
129
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"`.
129
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"`.
130
130
  */
131
131
  downColorField?: string;
132
132
  /**
133
- * Specifies the data field which contains the value to use to [drill down]({% slug drilldown_chart_charts %}) into detailed data for the point.
133
+ * Specifies the data field which contains the value to use to [drill down](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down) into detailed data for the point.
134
134
  */
135
135
  drilldownField?: string;
136
136
  /**
137
137
  * Determines whether the segments have the same height.
138
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
138
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"` or `"pyramid"`.
139
139
  * Setting it to `false` makes all segments have the same height.
140
140
  * Setting it to `true` bases the height of each segment on its value.
141
141
  */
142
142
  dynamicHeight?: boolean;
143
143
  /**
144
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"`.
144
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"`.
145
145
  * Setting it to `true` makes the ratio of the bases of each segment calculate based on the ratio of
146
146
  * `currentDataItem.value`/`nextDataItem.value`.
147
147
  * Charts always create the last element as a rectangle since there is no following element.
148
148
  */
149
149
  dynamicSlope?: boolean;
150
150
  /**
151
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) high value.
152
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
151
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) high value.
152
+ * 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"`, or `"area"`.
153
153
  */
154
154
  errorHighField?: string;
155
155
  /**
156
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) low value.
157
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
156
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) low value.
157
+ * 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"`, or `"area"`.
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
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
162
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"`.
163
163
  */
164
164
  explodeField?: string;
165
165
  /**
@@ -169,7 +169,7 @@ export interface Series {
169
169
  /**
170
170
  * Specifies the name of the parent series of the trendline.
171
171
  *
172
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
172
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
173
173
  * "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
174
174
  */
175
175
  for?: string;
@@ -180,34 +180,34 @@ export interface Series {
180
180
  /**
181
181
  * Specifies the distance between the categories expressed as a percentage of the bar width.
182
182
  * See the related spacing setting.
183
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
183
+ * This 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"`,
184
184
  * `"radarColumn"`, or `"waterfall"`.
185
185
  */
186
186
  gap?: number;
187
187
  /**
188
188
  * Specifies the data field which contains the high value.
189
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
189
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
190
190
  */
191
191
  highField?: string;
192
192
  /**
193
193
  * Specifies the diameter of the donut hole in pixels.
194
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"`.
194
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"`.
195
195
  */
196
196
  holeSize?: number;
197
197
  /**
198
198
  * Specifies the Chart line configuration options.
199
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"area"`, `"candlestick"`, `"ohlc"`, or
199
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"area"`, `"candlestick"`, `"ohlc"`, or
200
200
  * `"waterfall"`.
201
201
  */
202
202
  line?: SeriesLine;
203
203
  /**
204
204
  * Specifies the data field containing the low value.
205
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
205
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
206
206
  */
207
207
  lowField?: string;
208
208
  /**
209
209
  * Specifies the data item field which contains the series lower value.
210
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
210
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
211
211
  */
212
212
  lowerField?: string;
213
213
  /**
@@ -219,23 +219,23 @@ export interface Series {
219
219
  */
220
220
  maxSize?: number;
221
221
  /**
222
- * Specifies the configuration of the mean value indicator (line) for [Box Plot series]({% slug boxplot_seriestypes_charts %}).
222
+ * Specifies the configuration of the mean value indicator (line) for [Box Plot series](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/box-plot).
223
223
  * This option is not supported by other series types.
224
224
  */
225
225
  mean?: SeriesMedian;
226
226
  /**
227
227
  * Specifies the data item field which contains the series mean value.
228
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
228
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
229
229
  */
230
230
  meanField?: string;
231
231
  /**
232
- * Specifies the configuration of the median value indicator (line) for [Box Plot series]({% slug boxplot_seriestypes_charts %}).
232
+ * Specifies the configuration of the median value indicator (line) for [Box Plot series](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/box-plot).
233
233
  * This option is not supported by other series types.
234
234
  */
235
235
  median?: SeriesMedian;
236
236
  /**
237
237
  * Specifies the data item field which contains the series median value.
238
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
238
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
239
239
  */
240
240
  medianField?: string;
241
241
  /**
@@ -244,7 +244,7 @@ export interface Series {
244
244
  minSize?: number;
245
245
  /**
246
246
  * Specifies the behavior for handling missing values.
247
- * This option is available when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"area"`, `"rangeArea"`, `"line"`, `"scatterLine"`,
247
+ * This option is available when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"area"`, `"rangeArea"`, `"line"`, `"scatterLine"`,
248
248
  * `"radarLine"`, `"radarArea"`, `"polarLine"`, or `"polarArea"`.
249
249
  *
250
250
  * Supports the following values:
@@ -260,7 +260,7 @@ export interface Series {
260
260
  /**
261
261
  * Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`,
262
262
  * it means the top base is three times smaller than the bottom base.
263
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
263
+ * This option is supported 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`.
264
264
  */
265
265
  neckRatio?: number;
266
266
  /**
@@ -282,12 +282,12 @@ export interface Series {
282
282
  opacity?: number;
283
283
  /**
284
284
  * Specifies the data field which contains the open value.
285
- * This option is available when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
285
+ * This option is available when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
286
286
  */
287
287
  openField?: string;
288
288
  /**
289
289
  * Specifies the data item field which contains the series outliers value.
290
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
290
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
291
291
  */
292
292
  outliersField?: string;
293
293
  /**
@@ -296,22 +296,22 @@ export interface Series {
296
296
  overlay?: Overlay;
297
297
  /**
298
298
  * Specifies the padding around the Chart (equal on all sides).
299
- * This option is available when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
299
+ * This option is available when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"`.
300
300
  */
301
301
  padding?: number;
302
302
  /**
303
303
  * Specifies the data item field which contains the series `q1` value.
304
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
304
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
305
305
  */
306
306
  q1Field?: string;
307
307
  /**
308
308
  * Specifies the data item field which contains the series `q3` value.
309
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
309
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
310
310
  */
311
311
  q3Field?: string;
312
312
  /**
313
313
  * Specifies the space in pixels between the different segments of the Funnel or Pyramid Chart.
314
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
314
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"` or `"pyramid"`.
315
315
  */
316
316
  segmentSpacing?: number;
317
317
  /**
@@ -326,15 +326,15 @@ export interface Series {
326
326
  /**
327
327
  * Specifies the distance between series points within a category expressed as a percentage of the bar width.
328
328
  * See the related `gap` setting.
329
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
329
+ * This 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"`, or
330
330
  * `"radarColumn"`.
331
331
  */
332
332
  spacing?: number;
333
333
  /**
334
334
  * Determines whether the series stacks.
335
- * Interprets a string value as [`series.stack.group`]({% slug api_charts_seriesstack %}#toc-group).
335
+ * Interprets a string value as [`series.stack.group`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesstack#group).
336
336
  *
337
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
337
+ * 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"`,
338
338
  * `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
339
339
  * If not overridden, inherits the stack settings of the first series as a default value for the rest of the series.
340
340
  */
@@ -346,7 +346,7 @@ export interface Series {
346
346
  startAngle?: number;
347
347
  /**
348
348
  * Specifies the style options for the series.
349
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
349
+ * This option is supported 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
  */
352
352
  style?: LineStyle;
@@ -362,7 +362,7 @@ export interface Series {
362
362
  summaryField?: string;
363
363
  /**
364
364
  * Specifies the configuration options of the target.
365
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bullet"` or `"verticalBullet"`.
365
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bullet"` or `"verticalBullet"`.
366
366
  */
367
367
  target?: BulletTarget;
368
368
  /**
@@ -375,7 +375,7 @@ export interface Series {
375
375
  type?: SeriesType;
376
376
  /**
377
377
  * Specifies the data item field which contains the series upper value.
378
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
378
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
379
379
  */
380
380
  upperField?: string;
381
381
  /**
@@ -389,7 +389,7 @@ export interface Series {
389
389
  visibleInLegend?: boolean;
390
390
  /**
391
391
  * Specifies the data item field which indicates whether to show the point category name in the legend.
392
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"`, `"pyramid"`, `"donut"`, or `"pie"`.
392
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"`, `"pyramid"`, `"donut"`, or `"pie"`.
393
393
  */
394
394
  visibleInLegendField?: string;
395
395
  /**
@@ -399,31 +399,31 @@ export interface Series {
399
399
  visual?: (e: SeriesVisualArgs) => drawing.Element;
400
400
  /**
401
401
  * Specifies the line width.
402
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"line"`, `"scatterLine"`, `"radarLine"`, or
402
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"line"`, `"scatterLine"`, `"radarLine"`, or
403
403
  * `"polarLine"`.
404
404
  */
405
405
  width?: number;
406
406
  /**
407
407
  * Specifies the name of the X axis.
408
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
409
- * For the Polar series, Charts express the [`xAxis`]({% slug api_charts_xaxis %}) range in degrees.
408
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
409
+ * For the Polar series, Charts express the [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) range in degrees.
410
410
  */
411
411
  xAxis?: string;
412
412
  /**
413
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis high value.
414
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
413
+ * 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.
414
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
415
415
  * `"bubble"`.
416
416
  */
417
417
  xErrorHighField?: string;
418
418
  /**
419
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis low value.
420
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
419
+ * 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.
420
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
421
421
  * `"bubble"`.
422
422
  */
423
423
  xErrorLowField?: string;
424
424
  /**
425
425
  * Specifies the data item field containing the x value.
426
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
426
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
427
427
  * `"polar"` series.
428
428
  */
429
429
  xField?: string;
@@ -433,20 +433,20 @@ export interface Series {
433
433
  */
434
434
  yAxis?: string;
435
435
  /**
436
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis high value.
437
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
436
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) yAxis high value.
437
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
438
438
  * `"bubble"`.
439
439
  */
440
440
  yErrorHighField?: string;
441
441
  /**
442
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis low value.
443
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
442
+ * Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) yAxis low value.
443
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
444
444
  * `"bubble"`.
445
445
  */
446
446
  yErrorLowField?: string;
447
447
  /**
448
448
  * Specifies the data item field containing the y value.
449
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
449
+ * This 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"`.
450
450
  */
451
451
  yField?: string;
452
452
  /**
@@ -458,13 +458,13 @@ export interface Series {
458
458
  zIndex?: number;
459
459
  /**
460
460
  * Specifies the error bars of the Chart series.
461
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
461
+ * 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"`,
462
462
  * `"scatter"`, `"scatterLine"`, or `"bubble"`.
463
463
  */
464
464
  errorBars?: SeriesErrorBars;
465
465
  /**
466
466
  * Specifies the configuration of the Chart series extremes. Applies to extreme outliers.
467
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
467
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
468
468
  */
469
469
  extremes?: SeriesExtremes;
470
470
  /**
@@ -473,13 +473,13 @@ export interface Series {
473
473
  highlight?: SeriesHighlight;
474
474
  /**
475
475
  * Specifies the configuration of the Chart series label.
476
- * Displays the series labels when the [`series.labels.visible`]({% slug api_charts_serieslabels %}#toc-visible) option is set to `true`.
476
+ * Displays the series labels when the [`series.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieslabels#visible) option is set to `true`.
477
477
  */
478
478
  labels?: SeriesLabels;
479
479
  /**
480
480
  * Specifies the configuration of the Chart series marker.
481
- * Displays the series labels when the [`series.markers.visible`]({% slug api_charts_seriesmarkers %}#toc-visible) option is set to `true`.
482
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"area"`, `"rangeArea"`, `"line"`, `"scatter"`, `"scatterLine"`,
481
+ * Displays the series labels when the [`series.markers.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesmarkers#visible) option is set to `true`.
482
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"area"`, `"rangeArea"`, `"line"`, `"scatter"`, `"scatterLine"`,
483
483
  * `"radarLine"`, `"radarArea"`, `"polarLine"`, `"polarScatter"`, or `"polarArea"`.
484
484
  */
485
485
  markers?: SeriesMarkers;
@@ -494,7 +494,7 @@ export interface Series {
494
494
  notes?: SeriesNotes;
495
495
  /**
496
496
  * Specifies the configuration of the Chart series outliers. Applies to mild outliers.
497
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
497
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
498
498
  */
499
499
  outliers?: SeriesOutliers;
500
500
  /**
@@ -504,13 +504,13 @@ export interface Series {
504
504
  /**
505
505
  * Specifies the trendline configuration options.
506
506
  *
507
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
507
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
508
508
  * "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
509
509
  */
510
510
  trendline?: SeriesTrendline;
511
511
  /**
512
512
  * Specifies the configuration of the whiskers for the Chart series.
513
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
513
+ * This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
514
514
  */
515
515
  whiskers?: SeriesWhiskers;
516
516
  /**
@@ -519,7 +519,7 @@ export interface Series {
519
519
  pattern?: SeriesPattern | ((point: any) => SeriesPattern);
520
520
  /**
521
521
  * Specifies the data item field which contains the series pattern.
522
- * This option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
522
+ * This 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"`.
523
523
  */
524
524
  patternField?: string;
525
525
  }
@@ -5,7 +5,7 @@
5
5
  import { Border, Margin, Padding } from '../common/property-types';
6
6
  /**
7
7
  * Specifies the configuration options of the subtitle
8
- * ([see example]({% slug api_charts_subtitlecomponent %})).
8
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/subtitlecomponent)).
9
9
  */
10
10
  export interface Subtitle {
11
11
  /**
@@ -5,7 +5,7 @@
5
5
  import { Border, Margin, Padding } from '../common/property-types';
6
6
  /**
7
7
  * Specifies the configuration options of the title
8
- * ([see example]({% slug api_charts_titlecomponent %})).
8
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/titlecomponent)).
9
9
  */
10
10
  export interface Title {
11
11
  /**
@@ -25,7 +25,7 @@ export interface Tooltip {
25
25
  */
26
26
  font?: string;
27
27
  /**
28
- * Specifies the format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
28
+ * 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.
29
29
  *
30
30
  * The Area, Bar, Column, Funnel, Pyramid, Line, and Pie are represented by `{0}` as the value placeholder.
31
31
  *