@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
@@ -28,7 +28,7 @@ export interface ValueAxisCrosshair {
28
28
  width?: number;
29
29
  /**
30
30
  * Configures the crosshair tooltip options.
31
- * The crosshair tooltip is displayed when the [`valueAxis.crosshair.tooltip.visible`]({% slug api_charts_valueaxiscrosshairtooltip %}#toc-visible) option is set to `true`.
31
+ * The crosshair tooltip is displayed when the [`valueAxis.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxiscrosshairtooltip#visible) option is set to `true`.
32
32
  */
33
33
  tooltip?: ValueAxisCrosshairTooltip;
34
34
  }
@@ -32,7 +32,7 @@ export interface ValueAxisLabels {
32
32
  */
33
33
  font?: string;
34
34
  /**
35
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
35
+ * 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.
36
36
  * Contains one placeholder (`"{0}"`) which represents the category value.
37
37
  */
38
38
  format?: string;
@@ -32,7 +32,7 @@ export interface ValueAxisNotesLabel {
32
32
  font?: string;
33
33
  /**
34
34
  * Sets the format used to display the notes label.
35
- * Uses the `IntlService` [`format`]({% slug api_intl_intlservice %}#toc-format) method and contains one placeholder (`"{0}"`) which represents the axis value.
35
+ * Uses the `IntlService` [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method and contains one placeholder (`"{0}"`) which represents the axis value.
36
36
  */
37
37
  format?: string;
38
38
  /**
@@ -42,7 +42,7 @@ export interface ValueAxis {
42
42
  majorTicks?: AxisTicks;
43
43
  /**
44
44
  * Specifies the interval between major divisions.
45
- * If [`valueAxis.type`]({% slug api_charts_valueaxis %}#toc-type) is set to `"log"`, the `majorUnit` value is used for the base of the
45
+ * If [`valueAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxis#type) is set to `"log"`, the `majorUnit` value is used for the base of the
46
46
  * logarithm.
47
47
  */
48
48
  majorUnit?: number;
@@ -65,14 +65,14 @@ export interface ValueAxis {
65
65
  minorTicks?: AxisTicks;
66
66
  /**
67
67
  * Specifies the interval between minor divisions.
68
- * Defaults to one-fifth (1/5) of the [`valueAxis.majorUnit`]({% slug api_charts_valueaxis %}#toc-majorunit).
69
- * If [`valueAxis.type`]({% slug api_charts_valueaxis %}#toc-type) is set to `"log"`, the `minorUnit` value represents the number of divisions
68
+ * Defaults to one-fifth (1/5) of the [`valueAxis.majorUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxis#majorunit).
69
+ * If [`valueAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxis#type) is set to `"log"`, the `minorUnit` value represents the number of divisions
70
70
  * between two major units and defaults to the major unit minus one.
71
71
  */
72
72
  minorUnit?: number;
73
73
  /**
74
74
  * Specifies the unique axis name.
75
- * Use this to associate a series with a value axis by using the [`series.axis`]({% slug api_charts_series %}#toc-axis) option.
75
+ * Use this to associate a series with a value axis by using the [`series.axis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#axis) option.
76
76
  */
77
77
  name?: string;
78
78
  /**
@@ -109,7 +109,7 @@ export interface ValueAxis {
109
109
  /**
110
110
  * Specifies the crosshair configuration options.
111
111
  *
112
- * The crosshair displays when the [`valueAxis.crosshair.visible`]({% slug api_charts_valueaxiscrosshair %}#toc-visible) option is set to `true`.
112
+ * The crosshair displays when the [`valueAxis.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxiscrosshair#visible) option is set to `true`.
113
113
  */
114
114
  crosshair?: ValueAxisCrosshair;
115
115
  /**
@@ -123,7 +123,7 @@ export interface ValueAxis {
123
123
  /**
124
124
  * Specifies the title configuration of the value axis.
125
125
  *
126
- * To display the title, set the [`valueAxis.title.text`]({% slug api_charts_valueaxistitle %}#toc-text) option.
126
+ * To display the title, set the [`valueAxis.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxistitle#text) option.
127
127
  */
128
128
  title?: ValueAxisTitle;
129
129
  }
@@ -26,7 +26,7 @@ export interface XAxisCrosshair {
26
26
  width?: number;
27
27
  /**
28
28
  * Specifies the options of the crosshair tooltip.
29
- * The crosshair tooltip is displayed when the [`xAxis.crosshair.tooltip.visible`]({% slug api_charts_xaxiscrosshairtooltip %}#toc-visible) option is set to `true`.
29
+ * The crosshair tooltip is displayed when the [`xAxis.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscrosshairtooltip#visible) option is set to `true`.
30
30
  */
31
31
  tooltip?: XAxisCrosshairTooltip;
32
32
  }
@@ -28,14 +28,14 @@ export interface XAxisLabels {
28
28
  content?: (e: AxisLabelContentArgs) => string;
29
29
  /**
30
30
  * Specifies the culture to use when formatting date values.
31
- * You must load the specified culture as demonstrated in the [Internationalization Overview]({% slug overview_intl %}).
31
+ * You must load the specified culture 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
- * Specifies the format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
35
+ * Specifies the format for displaying the labels when the X values are dates. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) of IntlService.
36
36
  * Contains one placeholder (`"{0}"`) which represents the category value.
37
- * Charts select the appropriate format for the current [`xAxis.baseUnit`]({% slug api_charts_xaxis %}#toc-baseunit). Setting the
38
- * [`categoryAxis.labels.format`]({% slug api_charts_categoryaxislabels %}#toc-format) option overrides the date formats.
37
+ * Charts select the appropriate format for the current [`xAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#baseunit). Setting the
38
+ * [`categoryAxis.labels.format`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#format) option overrides the date formats.
39
39
  */
40
40
  dateFormats?: DateFormats;
41
41
  /**
@@ -43,7 +43,7 @@ export interface XAxisLabels {
43
43
  */
44
44
  font?: string;
45
45
  /**
46
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
46
+ * 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.
47
47
  * Contains one placeholder (`"{0}"`) which represents the category value.
48
48
  */
49
49
  format?: string;
@@ -32,7 +32,7 @@ export interface XAxisNotesLabel {
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
  /**
@@ -49,8 +49,8 @@ export interface XAxis {
49
49
  majorTicks?: AxisTicks;
50
50
  /**
51
51
  * The interval between major divisions.
52
- * If this is a date axis, the value represents the number of [`xAxis.baseUnits`]({% slug api_charts_xaxis %}#toc-baseunit) between major divisions.
53
- * If [`xAxis.type`]({% slug api_charts_xaxis %}#toc-type) is set to `"log"`, the `majorUnit` value is used for the base of the logarithm.
52
+ * If this is a date axis, the value represents the number of [`xAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#baseunit) between major divisions.
53
+ * If [`xAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#type) is set to `"log"`, the `majorUnit` value is used for the base of the logarithm.
54
54
  */
55
55
  majorUnit?: number;
56
56
  /**
@@ -71,13 +71,13 @@ export interface XAxis {
71
71
  */
72
72
  minorTicks?: AxisTicks;
73
73
  /**
74
- * The interval between minor divisions. It defaults to 1/5 of the [`xAxis.majorUnit`]({% slug api_charts_xaxis %}#toc-majorunit).
75
- * If [`xAxis.type`]({% slug api_charts_xaxis %}#toc-type) is set to `"log"`, the `minorUnit` value represents the number of divisions between
74
+ * The interval between minor divisions. It defaults to 1/5 of the [`xAxis.majorUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#majorunit).
75
+ * If [`xAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#type) is set to `"log"`, the `minorUnit` value represents the number of divisions between
76
76
  * two major units and defaults to the major unit minus one.
77
77
  */
78
78
  minorUnit?: number;
79
79
  /**
80
- * The unique axis name. Used to associate a series with a X axis by using the [`series.xAxis`]({% slug api_charts_series %}#toc-xaxis) option.
80
+ * The unique axis name. Used to associate a series with a X axis by using the [`series.xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#xaxis) option.
81
81
  */
82
82
  name?: string;
83
83
  /**
@@ -119,7 +119,7 @@ export interface XAxis {
119
119
  visible?: boolean;
120
120
  /**
121
121
  * The configuration options of the crosshair.
122
- * The crosshair is displayed when the [`xAxis.crosshair.visible`]({% slug api_charts_xaxiscrosshair %}#toc-visible) option is set to `true`.
122
+ * The crosshair is displayed when the [`xAxis.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscrosshair#visible) option is set to `true`.
123
123
  */
124
124
  crosshair?: XAxisCrosshair;
125
125
  /**
@@ -132,7 +132,7 @@ export interface XAxis {
132
132
  notes?: XAxisNotes;
133
133
  /**
134
134
  * The title configuration of the Scatter Chart X axis.
135
- * To display the title, set the [`xAxis.title.text`]({% slug api_charts_xaxistitle %}#toc-text) option.
135
+ * To display the title, set the [`xAxis.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxistitle#text) option.
136
136
  */
137
137
  title?: XAxisTitle;
138
138
  /**
@@ -28,7 +28,7 @@ export interface YAxisCrosshair {
28
28
  width?: number;
29
29
  /**
30
30
  * Configures the crosshair tooltip options.
31
- * The crosshair tooltip is displayed when the [`yAxis.crosshair.tooltip.visible`]({% slug api_charts_yaxiscrosshairtooltip %}#toc-visible) option is set to `true`.
31
+ * The crosshair tooltip is displayed when the [`yAxis.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscrosshairtooltip#visible) option is set to `true`.
32
32
  */
33
33
  tooltip?: YAxisCrosshairTooltip;
34
34
  }
@@ -28,14 +28,14 @@ export interface YAxisLabels {
28
28
  content?: (e: AxisLabelContentArgs) => string;
29
29
  /**
30
30
  * Specifies the culture to use when formatting date values.
31
- * You must load the specified culture as demonstrated in the [Internationalization Overview]({% slug overview_intl %}).
31
+ * You must load the specified culture 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
- * Specifies the format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
35
+ * Specifies the format for displaying the labels when the X values are dates. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
36
36
  * Contains one placeholder (`"{0}"`) which represents the category value.
37
- * Charts select the appropriate format for the current [`yAxis.baseUnit`]({% slug api_charts_yaxis %}#toc-baseunit). Setting the
38
- * [`categoryAxis.labels.format`]({% slug api_charts_categoryaxislabels %}#toc-format) option overrides the date formats.
37
+ * Charts select the appropriate format for the current [`yAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#baseunit). Setting the
38
+ * [`categoryAxis.labels.format`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#format) option overrides the date formats.
39
39
  */
40
40
  dateFormats?: DateFormats;
41
41
  /**
@@ -43,7 +43,7 @@ export interface YAxisLabels {
43
43
  */
44
44
  font?: string;
45
45
  /**
46
- * Specifies the format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
46
+ * 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.
47
47
  * Contains one placeholder (`"{0}"`) which represents the category value.
48
48
  */
49
49
  format?: string;
@@ -32,7 +32,7 @@ export interface YAxisNotesLabel {
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
  /**
@@ -49,8 +49,8 @@ export interface YAxis {
49
49
  majorTicks?: AxisTicks;
50
50
  /**
51
51
  * The interval between major divisions.
52
- * If this is a date axis, the value represents the number of [`yAxis.baseUnits`]({% slug api_charts_yaxis %}#toc-baseunit) between major divisions.
53
- * If the [`yAxis.type`]({% slug api_charts_yaxis %}#toc-type) is set to `"log"`, the `majorUnit` value is used for the base of the logarithm.
52
+ * If this is a date axis, the value represents the number of [`yAxis.baseUnits`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#baseunit) between major divisions.
53
+ * If the [`yAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#type) is set to `"log"`, the `majorUnit` value is used for the base of the logarithm.
54
54
  */
55
55
  majorUnit?: number;
56
56
  /**
@@ -71,13 +71,13 @@ export interface YAxis {
71
71
  */
72
72
  minorTicks?: AxisTicks;
73
73
  /**
74
- * The interval between minor divisions. It defaults to one-fifth (1/5) of [`yAxis.majorUnit`]({% slug api_charts_yaxis %}#toc-majorunit).
75
- * If [`yAxis.type`]({% slug api_charts_yaxis %}#toc-type) is set to `"log"`, the `minorUnit` value represents the number of divisions between
74
+ * The interval between minor divisions. It defaults to one-fifth (1/5) of [`yAxis.majorUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#majorunit).
75
+ * If [`yAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#type) is set to `"log"`, the `minorUnit` value represents the number of divisions between
76
76
  * two major units and defaults to the major unit minus one.
77
77
  */
78
78
  minorUnit?: number;
79
79
  /**
80
- * The unique axis name. Used to associate a series with a Y axis by using the [`series.yAxis`]({% slug api_charts_series %}#toc-yaxis) option.
80
+ * The unique axis name. Used to associate a series with a Y axis by using the [`series.yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#yaxis) option.
81
81
  */
82
82
  name?: string;
83
83
  /**
@@ -114,7 +114,7 @@ export interface YAxis {
114
114
  visible?: boolean;
115
115
  /**
116
116
  * The configuration options of the crosshair.
117
- * The crosshair is displayed when the [`yAxis.crosshair.visible`]({% slug api_charts_yaxiscrosshair %}#toc-visible) option is set to `true`.
117
+ * The crosshair is displayed when the [`yAxis.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscrosshair#visible) option is set to `true`.
118
118
  */
119
119
  crosshair?: YAxisCrosshair;
120
120
  /**
@@ -127,7 +127,7 @@ export interface YAxis {
127
127
  notes?: YAxisNotes;
128
128
  /**
129
129
  * The title configuration of the Scatter Chart Y axis.
130
- * To display the title, set the [`yAxis.title.text`]({% slug api_charts_yaxistitle %}#toc-text) option.
130
+ * To display the title, set the [`yAxis.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxistitle#text) option.
131
131
  */
132
132
  title?: YAxisTitle;
133
133
  }
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1769600085,
11
- "version": "22.1.0-develop.9",
10
+ "publishDate": 1770666755,
11
+ "version": "23.0.0-develop.10",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "22.1.0-develop.9",
3
+ "version": "23.0.0-develop.10",
4
4
  "description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -42,7 +42,7 @@
42
42
  "package": {
43
43
  "productName": "Kendo UI for Angular",
44
44
  "productCode": "KENDOUIANGULAR",
45
- "publishDate": 1769600085,
45
+ "publishDate": 1770666755,
46
46
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
47
47
  }
48
48
  },
@@ -51,20 +51,20 @@
51
51
  "@angular/common": "19 - 21",
52
52
  "@angular/core": "19 - 21",
53
53
  "@angular/platform-browser": "19 - 21",
54
- "@progress/kendo-drawing": "^1.23.1",
54
+ "@progress/kendo-drawing": "^1.24.0",
55
55
  "@progress/kendo-licensing": "^1.10.0",
56
- "@progress/kendo-angular-common": "22.1.0-develop.9",
57
- "@progress/kendo-angular-intl": "22.1.0-develop.9",
58
- "@progress/kendo-angular-icons": "22.1.0-develop.9",
59
- "@progress/kendo-angular-l10n": "22.1.0-develop.9",
60
- "@progress/kendo-angular-popup": "22.1.0-develop.9",
61
- "@progress/kendo-angular-navigation": "22.1.0-develop.9",
56
+ "@progress/kendo-angular-common": "23.0.0-develop.10",
57
+ "@progress/kendo-angular-intl": "23.0.0-develop.10",
58
+ "@progress/kendo-angular-icons": "23.0.0-develop.10",
59
+ "@progress/kendo-angular-l10n": "23.0.0-develop.10",
60
+ "@progress/kendo-angular-popup": "23.0.0-develop.10",
61
+ "@progress/kendo-angular-navigation": "23.0.0-develop.10",
62
62
  "rxjs": "^6.5.3 || ^7.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "tslib": "^2.3.1",
66
- "@progress/kendo-angular-schematics": "22.1.0-develop.9",
67
- "@progress/kendo-charts": "2.9.0",
66
+ "@progress/kendo-angular-schematics": "23.0.0-develop.10",
67
+ "@progress/kendo-charts": "2.11.0",
68
68
  "@progress/kendo-svg-icons": "^4.0.0"
69
69
  },
70
70
  "schematics": "./schematics/collection.json",
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents a directive that encapsulates the retrieval of the nodes and links when flat data is provided.
11
11
  *
12
- * See [Data Binding - Binding to Flat Data]({% slug data_binding_sankey %}#toc-binding-to-flat-data).
12
+ * See [Data Binding - Binding to Flat Data](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/data-binding#binding-to-flat-data).
13
13
  */
14
14
  export declare class SankeyFlatBindingDirective implements OnChanges {
15
15
  private sankey;
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SankeyData } from "../api-types";
6
6
  /**
7
- * Represents the arguments for the `dataBound` event of the [`[kendoSankeyFlatBinding]`]({% slug api_charts_sankeyflatbindingdirective %}) directive.
7
+ * Represents the arguments for the `dataBound` event of the [`[kendoSankeyFlatBinding]`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeyflatbindingdirective) directive.
8
8
  */
9
9
  export declare class SankeyFlatBindingDataBoundEvent {
10
10
  /**
@@ -12,7 +12,7 @@ export declare class SankeyFlatBindingDataBoundEvent {
12
12
  */
13
13
  originalData: any[];
14
14
  /**
15
- * Contains the newly created [`SankeyData`]({% slug api_charts_sankeydata %}).
15
+ * Contains the newly created [`SankeyData`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeydata).
16
16
  *
17
17
  * The Sankey diagram receives changes to this object.
18
18
  */
@@ -6,7 +6,7 @@ import { SankeyEvent, SankeyLinkDataItem } from '@progress/kendo-charts';
6
6
  import { SankeyComponent } from '../../sankey.component';
7
7
  import { SankeyBaseEvent } from './sankey-base-event';
8
8
  /**
9
- * Represents the arguments for the link-related events of the [`SankeyComponent`]({% slug api_charts_sankeycomponent %}).
9
+ * Represents the arguments for the link-related events of the [`SankeyComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeycomponent).
10
10
  */
11
11
  export declare class SankeyLinkEvent extends SankeyBaseEvent {
12
12
  /**
@@ -6,7 +6,7 @@ import { SankeyEvent, SankeyNodeDataItem } from '@progress/kendo-charts';
6
6
  import { SankeyBaseEvent } from './sankey-base-event';
7
7
  import { SankeyComponent } from '../../sankey.component';
8
8
  /**
9
- * Represents the arguments for the node-related events of the [`SankeyComponent`]({% slug api_charts_sankeycomponent %}).
9
+ * Represents the arguments for the node-related events of the [`SankeyComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeycomponent).
10
10
  */
11
11
  export declare class SankeyNodeEvent extends SankeyBaseEvent {
12
12
  /**
@@ -9,7 +9,7 @@ import { Border, Padding } from '../common/property-types';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the configuration options of the Sankey labels
12
- * ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
13
13
  */
14
14
  export declare class SankeyLabelsComponent extends SettingsComponent implements SankeyLabelDefaults {
15
15
  configurationService: ConfigurationService;
@@ -9,13 +9,13 @@ import { SankeyLegend } from './api-types';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the configuration options of the Sankey legend
12
- * ([see example]({% slug legend_sankey %})).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/legend)).
13
13
  */
14
14
  export declare class SankeyLegendComponent extends SettingsComponent implements SankeyLegend {
15
15
  configurationService: ConfigurationService;
16
16
  /**
17
- * Aligns the legend horizontally when [`legend.position`]({% slug api_charts_sankeylegend %}#toc-position) is set to `"top"` or `"bottom"`.
18
- * Aligns the legend vertically when [`legend.position`]({% slug api_charts_sankeylegend %}#toc-position) is set to `"left"` or `"right"`.
17
+ * Aligns the legend horizontally when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#position) is set to `"top"` or `"bottom"`.
18
+ * Aligns the legend vertically when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#position) is set to `"left"` or `"right"`.
19
19
  * @default 'center'
20
20
  */
21
21
  align: 'start' | 'center' | 'end';
@@ -58,7 +58,7 @@ export declare class SankeyLegendComponent extends SettingsComponent implements
58
58
  padding: Padding | number;
59
59
  /**
60
60
  * Sets the position of the Sankey legend.
61
- * Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](slug:api_charts_sankeylegend#toc-offsetx) and [`legend.offsetY`](slug:api_charts_sankeylegend#toc-offsety) options.
61
+ * Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#offsetx) and [`legend.offsetY`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#offsety) options.
62
62
  * @default 'right'
63
63
  */
64
64
  position: 'top' | 'bottom' | 'left' | 'right' | 'custom';
@@ -9,7 +9,7 @@ import { FocusHighlight } from '@progress/kendo-charts';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the configuration options of the Sankey links
12
- * ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
13
13
  */
14
14
  export declare class SankeyLinksComponent extends SettingsComponent implements SankeyLinkDefaults {
15
15
  configurationService: ConfigurationService;
@@ -9,7 +9,7 @@ import { FocusHighlight } from '@progress/kendo-charts';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the configuration options of the Sankey nodes
12
- * ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
13
13
  */
14
14
  export declare class SankeyNodesComponent extends SettingsComponent implements SankeyNodeDefaults {
15
15
  configurationService: ConfigurationService;
@@ -9,7 +9,7 @@ import { SettingsComponent } from '../common/settings.component';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the configuration options of the Sankey title or text
12
- * ([see example]({% slug title_sankey %})).
12
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/title)).
13
13
  *
14
14
  * @example
15
15
  * ```html
@@ -7,12 +7,12 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Selects a [template](link:site.data.urls.angular['templatesyntax'])
9
9
  * within the `<kendo-sankey-tooltip>` component for the
10
- * [links tooltip](slug:tooltip_sankey#toc-specifying-a-link-tooltip-template).
10
+ * [links tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip#specifying-a-link-tooltip-template).
11
11
  * The following context fields are frequently utilized:
12
12
  * - `let-source="source"`&mdash;The link source data item..
13
13
  * - `let-target="target"`&mdash;The link target data item.
14
14
  * - `let-value="value"`&mdash;The link value.
15
- * Refer to the [`SankeyLinkTooltipTemplateContext`](slug:api_charts_sankeylinktooltiptemplatecontext) for the full list of available fields.
15
+ * Refer to the [`SankeyLinkTooltipTemplateContext`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylinktooltiptemplatecontext) for the full list of available fields.
16
16
  *
17
17
  * @example
18
18
  * ```html
@@ -7,12 +7,12 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Selects a [template](link:site.data.urls.angular['templatesyntax'])
9
9
  * within the `<kendo-sankey-tooltip>` component for the
10
- * [series tooltip](slug:tooltip_sankey#toc-specifying-a-node-tooltip-template).
10
+ * [series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip#specifying-a-node-tooltip-template).
11
11
  * The following context fields are frequently utilized:
12
12
  * - `let-color="color"`&mdash;The node color.
13
13
  * - `let-label="label"`&mdash;The node label data.
14
14
  * - `let-value="value"`&mdash;The node value.
15
- * Refer to the [`SankeyNodeTooltipTemplateContext`](slug:api_charts_sankeynodetooltiptemplatecontext) for the full list of available fields.
15
+ * Refer to the [`SankeyNodeTooltipTemplateContext`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeynodetooltiptemplatecontext) for the full list of available fields.
16
16
  *
17
17
  * @example
18
18
  * ```ts
@@ -12,7 +12,7 @@ import { SankeyTooltipTemplateService } from './tooltip/tooltip-template.service
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
14
  * Represents the Sankey tooltip
15
- * ([see example]({% slug tooltip_sankey %})).
15
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip)).
16
16
  */
17
17
  export declare class SankeyTooltipComponent extends SettingsComponent implements SankeyTooltip, AfterContentChecked {
18
18
  configurationService: ConfigurationService;
@@ -223,7 +223,7 @@ export declare class SankeyComponent implements AfterViewInit, OnChanges, OnDest
223
223
  exportVisual(options?: SankeyExportVisualOptions): Group;
224
224
  protected init(): void;
225
225
  /**
226
- * Reloads the Sankey appearance settings from the current [Kendo UI Theme]({% slug themesandstyles %}).
226
+ * Reloads the Sankey appearance settings from the current [Kendo UI Theme](https://www.telerik.com/kendo-angular-ui/components/common/components/styling).
227
227
  *
228
228
  * Call this method after loading a different theme stylesheet.
229
229
  */
@@ -8,7 +8,7 @@ import { NavigatorHint, NavigatorHintContentArgs } from '../option-types';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents the default options of the navigator hint
11
- * ([see example](slug:overview_stockchart_charts)).
11
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
12
12
  */
13
13
  export declare class NavigatorHintComponent extends SettingsComponent implements NavigatorHint {
14
14
  configurationService: ConfigurationService;
@@ -7,7 +7,7 @@ import { PaneComponent } from '../../chart/pane.component';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the navigator pane of the StockChart
10
- * ([see example](slug:overview_stockchart_charts)).
10
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
11
11
  */
12
12
  export declare class NavigatorPaneComponent extends PaneComponent {
13
13
  protected configurationService: ConfigurationService;
@@ -8,7 +8,7 @@ import { SeriesItemComponent } from '../../chart/series-item.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents a series item in the StockChart navigator
11
- * ([see example]({% slug overview_stockchart_charts %})).
11
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
12
12
  *
13
13
  * @example
14
14
  * ```html
@@ -8,7 +8,7 @@ import { CategoryAxis, Pane, Series } from '../common/property-types';
8
8
  import { Navigator, NavigatorHint, NavigatorSelect } from './option-types';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the Kendo UI StockChart Navigator component for Angular ([see runnable example](slug:overview_stockchart_charts)).
11
+ * Represents the Kendo UI StockChart Navigator component for Angular ([see runnable example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
12
12
  *
13
13
  * @example
14
14
  * ```ts