@progress/kendo-react-charts 9.2.0-develop.2 → 9.2.0-develop.4

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 (278) hide show
  1. package/BaseChart.js +1 -1
  2. package/BaseChart.mjs +1 -1
  3. package/Chart.js +1 -1
  4. package/Chart.mjs +1 -1
  5. package/ChartBreadcrumb.js +1 -1
  6. package/ChartBreadcrumb.mjs +1 -1
  7. package/ChartContext.js +1 -1
  8. package/ChartContext.mjs +1 -1
  9. package/ChartNoDataOverlay.js +1 -1
  10. package/ChartNoDataOverlay.mjs +1 -1
  11. package/Container.js +1 -1
  12. package/Container.mjs +1 -1
  13. package/DonutCenter.js +1 -1
  14. package/DonutCenter.mjs +1 -1
  15. package/LICENSE.md +1 -1
  16. package/README.md +1 -1
  17. package/Sparkline.js +1 -1
  18. package/Sparkline.mjs +1 -1
  19. package/StockChart.js +1 -1
  20. package/StockChart.mjs +1 -1
  21. package/components/AxisDefaults.js +1 -1
  22. package/components/AxisDefaults.mjs +1 -1
  23. package/components/CategoryAxis.js +1 -1
  24. package/components/CategoryAxis.mjs +1 -1
  25. package/components/CategoryAxisItem.js +1 -1
  26. package/components/CategoryAxisItem.mjs +1 -1
  27. package/components/ChartArea.js +1 -1
  28. package/components/ChartArea.mjs +1 -1
  29. package/components/Legend.js +1 -1
  30. package/components/Legend.mjs +1 -1
  31. package/components/Navigator.js +1 -1
  32. package/components/Navigator.mjs +1 -1
  33. package/components/Pane.js +1 -1
  34. package/components/Pane.mjs +1 -1
  35. package/components/PaneDefaults.js +1 -1
  36. package/components/PaneDefaults.mjs +1 -1
  37. package/components/Panes.js +1 -1
  38. package/components/Panes.mjs +1 -1
  39. package/components/PlotArea.js +1 -1
  40. package/components/PlotArea.mjs +1 -1
  41. package/components/Series.js +1 -1
  42. package/components/Series.mjs +1 -1
  43. package/components/SeriesDefaults.js +1 -1
  44. package/components/SeriesDefaults.mjs +1 -1
  45. package/components/SeriesItem.js +1 -1
  46. package/components/SeriesItem.mjs +1 -1
  47. package/components/Subtitle.js +1 -1
  48. package/components/Subtitle.mjs +1 -1
  49. package/components/Title.js +1 -1
  50. package/components/Title.mjs +1 -1
  51. package/components/Tooltip.js +1 -1
  52. package/components/Tooltip.mjs +1 -1
  53. package/components/ValueAxis.js +1 -1
  54. package/components/ValueAxis.mjs +1 -1
  55. package/components/ValueAxisItem.js +1 -1
  56. package/components/ValueAxisItem.mjs +1 -1
  57. package/components/XAxis.js +1 -1
  58. package/components/XAxis.mjs +1 -1
  59. package/components/XAxisItem.js +1 -1
  60. package/components/XAxisItem.mjs +1 -1
  61. package/components/YAxis.js +1 -1
  62. package/components/YAxis.mjs +1 -1
  63. package/components/YAxisItem.js +1 -1
  64. package/components/YAxisItem.mjs +1 -1
  65. package/components/Zoomable.js +1 -1
  66. package/components/Zoomable.mjs +1 -1
  67. package/components/axis-defaults/Crosshair.js +1 -1
  68. package/components/axis-defaults/Crosshair.mjs +1 -1
  69. package/components/axis-defaults/CrosshairTooltip.js +1 -1
  70. package/components/axis-defaults/CrosshairTooltip.mjs +1 -1
  71. package/components/axis-defaults/Labels.js +1 -1
  72. package/components/axis-defaults/Labels.mjs +1 -1
  73. package/components/axis-defaults/Title.js +1 -1
  74. package/components/axis-defaults/Title.mjs +1 -1
  75. package/components/base/CollectionConfigurationComponent.js +1 -1
  76. package/components/base/CollectionConfigurationComponent.mjs +1 -1
  77. package/components/base/ConfigurationComponent.js +1 -1
  78. package/components/base/ConfigurationComponent.mjs +1 -1
  79. package/components/category-axis-item/Crosshair.js +1 -1
  80. package/components/category-axis-item/Crosshair.mjs +1 -1
  81. package/components/category-axis-item/CrosshairTooltip.js +1 -1
  82. package/components/category-axis-item/CrosshairTooltip.mjs +1 -1
  83. package/components/category-axis-item/Labels.js +1 -1
  84. package/components/category-axis-item/Labels.mjs +1 -1
  85. package/components/category-axis-item/Notes.js +1 -1
  86. package/components/category-axis-item/Notes.mjs +1 -1
  87. package/components/category-axis-item/NotesIcon.js +1 -1
  88. package/components/category-axis-item/NotesIcon.mjs +1 -1
  89. package/components/category-axis-item/NotesLabel.js +1 -1
  90. package/components/category-axis-item/NotesLabel.mjs +1 -1
  91. package/components/category-axis-item/RangeLabels.js +1 -1
  92. package/components/category-axis-item/RangeLabels.mjs +1 -1
  93. package/components/category-axis-item/Title.js +1 -1
  94. package/components/category-axis-item/Title.mjs +1 -1
  95. package/components/legend/InactiveItems.js +1 -1
  96. package/components/legend/InactiveItems.mjs +1 -1
  97. package/components/legend/Item.js +1 -1
  98. package/components/legend/Item.mjs +1 -1
  99. package/components/legend/Title.js +1 -1
  100. package/components/legend/Title.mjs +1 -1
  101. package/components/navigator/CategoryAxis.js +1 -1
  102. package/components/navigator/CategoryAxis.mjs +1 -1
  103. package/components/navigator/Hint.js +1 -1
  104. package/components/navigator/Hint.mjs +1 -1
  105. package/components/navigator/Pane.js +1 -1
  106. package/components/navigator/Pane.mjs +1 -1
  107. package/components/navigator/Select.js +1 -1
  108. package/components/navigator/Select.mjs +1 -1
  109. package/components/navigator/Series.js +1 -1
  110. package/components/navigator/Series.mjs +1 -1
  111. package/components/navigator/SeriesItem.js +1 -1
  112. package/components/navigator/SeriesItem.mjs +1 -1
  113. package/components/pane-defaults/Title.js +1 -1
  114. package/components/pane-defaults/Title.mjs +1 -1
  115. package/components/series-item/ErrorBars.js +1 -1
  116. package/components/series-item/ErrorBars.mjs +1 -1
  117. package/components/series-item/Extremes.js +1 -1
  118. package/components/series-item/Extremes.mjs +1 -1
  119. package/components/series-item/Highlight.js +1 -1
  120. package/components/series-item/Highlight.mjs +1 -1
  121. package/components/series-item/Labels.js +1 -1
  122. package/components/series-item/Labels.mjs +1 -1
  123. package/components/series-item/LabelsFrom.js +1 -1
  124. package/components/series-item/LabelsFrom.mjs +1 -1
  125. package/components/series-item/LabelsTo.js +1 -1
  126. package/components/series-item/LabelsTo.mjs +1 -1
  127. package/components/series-item/Markers.js +1 -1
  128. package/components/series-item/Markers.mjs +1 -1
  129. package/components/series-item/Notes.js +1 -1
  130. package/components/series-item/Notes.mjs +1 -1
  131. package/components/series-item/NotesIcon.js +1 -1
  132. package/components/series-item/NotesIcon.mjs +1 -1
  133. package/components/series-item/NotesLabel.js +1 -1
  134. package/components/series-item/NotesLabel.mjs +1 -1
  135. package/components/series-item/Outliers.js +1 -1
  136. package/components/series-item/Outliers.mjs +1 -1
  137. package/components/series-item/Tooltip.js +1 -1
  138. package/components/series-item/Tooltip.mjs +1 -1
  139. package/components/value-axis-item/Crosshair.js +1 -1
  140. package/components/value-axis-item/Crosshair.mjs +1 -1
  141. package/components/value-axis-item/CrosshairTooltip.js +1 -1
  142. package/components/value-axis-item/CrosshairTooltip.mjs +1 -1
  143. package/components/value-axis-item/Labels.js +1 -1
  144. package/components/value-axis-item/Labels.mjs +1 -1
  145. package/components/value-axis-item/Notes.js +1 -1
  146. package/components/value-axis-item/Notes.mjs +1 -1
  147. package/components/value-axis-item/NotesIcon.js +1 -1
  148. package/components/value-axis-item/NotesIcon.mjs +1 -1
  149. package/components/value-axis-item/NotesLabel.js +1 -1
  150. package/components/value-axis-item/NotesLabel.mjs +1 -1
  151. package/components/value-axis-item/Title.js +1 -1
  152. package/components/value-axis-item/Title.mjs +1 -1
  153. package/components/x-axis-item/Crosshair.js +1 -1
  154. package/components/x-axis-item/Crosshair.mjs +1 -1
  155. package/components/x-axis-item/CrosshairTooltip.js +1 -1
  156. package/components/x-axis-item/CrosshairTooltip.mjs +1 -1
  157. package/components/x-axis-item/Labels.js +1 -1
  158. package/components/x-axis-item/Labels.mjs +1 -1
  159. package/components/x-axis-item/Notes.js +1 -1
  160. package/components/x-axis-item/Notes.mjs +1 -1
  161. package/components/x-axis-item/NotesIcon.js +1 -1
  162. package/components/x-axis-item/NotesIcon.mjs +1 -1
  163. package/components/x-axis-item/NotesLabel.js +1 -1
  164. package/components/x-axis-item/NotesLabel.mjs +1 -1
  165. package/components/x-axis-item/Title.js +1 -1
  166. package/components/x-axis-item/Title.mjs +1 -1
  167. package/components/y-axis-item/Crosshair.js +1 -1
  168. package/components/y-axis-item/Crosshair.mjs +1 -1
  169. package/components/y-axis-item/CrosshairTooltip.js +1 -1
  170. package/components/y-axis-item/CrosshairTooltip.mjs +1 -1
  171. package/components/y-axis-item/Labels.js +1 -1
  172. package/components/y-axis-item/Labels.mjs +1 -1
  173. package/components/y-axis-item/Notes.js +1 -1
  174. package/components/y-axis-item/Notes.mjs +1 -1
  175. package/components/y-axis-item/NotesIcon.js +1 -1
  176. package/components/y-axis-item/NotesIcon.mjs +1 -1
  177. package/components/y-axis-item/NotesLabel.js +1 -1
  178. package/components/y-axis-item/NotesLabel.mjs +1 -1
  179. package/components/y-axis-item/Title.js +1 -1
  180. package/components/y-axis-item/Title.mjs +1 -1
  181. package/dist/cdn/js/kendo-react-charts.js +1 -1
  182. package/events/axis-label-click-event.js +1 -1
  183. package/events/axis-label-click-event.mjs +1 -1
  184. package/events/base-event.js +1 -1
  185. package/events/base-event.mjs +1 -1
  186. package/events/chart-event-builder.js +1 -1
  187. package/events/chart-event-builder.mjs +1 -1
  188. package/events/dom-event.js +1 -1
  189. package/events/dom-event.mjs +1 -1
  190. package/events/drag-end-event.js +1 -1
  191. package/events/drag-end-event.mjs +1 -1
  192. package/events/drag-event.js +1 -1
  193. package/events/drag-event.mjs +1 -1
  194. package/events/drag-start-event.js +1 -1
  195. package/events/drag-start-event.mjs +1 -1
  196. package/events/drilldown-event.js +1 -1
  197. package/events/drilldown-event.mjs +1 -1
  198. package/events/drilldown-state-change-event.js +1 -1
  199. package/events/drilldown-state-change-event.mjs +1 -1
  200. package/events/legend-item-click-event.js +1 -1
  201. package/events/legend-item-click-event.mjs +1 -1
  202. package/events/legend-item-hover-event.js +1 -1
  203. package/events/legend-item-hover-event.mjs +1 -1
  204. package/events/legend-item-leave-event.js +1 -1
  205. package/events/legend-item-leave-event.mjs +1 -1
  206. package/events/navigator-filter-event.js +1 -1
  207. package/events/navigator-filter-event.mjs +1 -1
  208. package/events/note-click-event.js +1 -1
  209. package/events/note-click-event.mjs +1 -1
  210. package/events/note-hover-event.js +1 -1
  211. package/events/note-hover-event.mjs +1 -1
  212. package/events/plot-area-click-event.js +1 -1
  213. package/events/plot-area-click-event.mjs +1 -1
  214. package/events/plot-area-hover-event.js +1 -1
  215. package/events/plot-area-hover-event.mjs +1 -1
  216. package/events/preventable-event.js +1 -1
  217. package/events/preventable-event.mjs +1 -1
  218. package/events/render-event.js +1 -1
  219. package/events/render-event.mjs +1 -1
  220. package/events/select-end-event.js +1 -1
  221. package/events/select-end-event.mjs +1 -1
  222. package/events/select-event.js +1 -1
  223. package/events/select-event.mjs +1 -1
  224. package/events/select-start-event.js +1 -1
  225. package/events/select-start-event.mjs +1 -1
  226. package/events/series-click-event.js +1 -1
  227. package/events/series-click-event.mjs +1 -1
  228. package/events/series-hover-event.js +1 -1
  229. package/events/series-hover-event.mjs +1 -1
  230. package/events/zoom-end-event.js +1 -1
  231. package/events/zoom-end-event.mjs +1 -1
  232. package/events/zoom-event.js +1 -1
  233. package/events/zoom-event.mjs +1 -1
  234. package/events/zoom-start-event.js +1 -1
  235. package/events/zoom-start-event.mjs +1 -1
  236. package/index.d.mts +56 -147
  237. package/index.d.ts +56 -147
  238. package/index.js +1 -1
  239. package/index.mjs +1 -1
  240. package/messages.js +1 -1
  241. package/messages.mjs +1 -1
  242. package/methods/index.js +1 -1
  243. package/methods/index.mjs +1 -1
  244. package/package-metadata.js +1 -1
  245. package/package-metadata.mjs +2 -2
  246. package/package.json +5 -5
  247. package/sankey/Sankey.js +1 -1
  248. package/sankey/Sankey.mjs +1 -1
  249. package/sankey/SankeyTooltip.js +1 -1
  250. package/sankey/SankeyTooltip.mjs +1 -1
  251. package/sankey/messages.js +1 -1
  252. package/sankey/messages.mjs +1 -1
  253. package/sankey/propTypes.js +1 -1
  254. package/sankey/propTypes.mjs +1 -1
  255. package/sankey/theme-service.js +1 -1
  256. package/sankey/theme-service.mjs +1 -1
  257. package/sankey/utils.js +1 -1
  258. package/sankey/utils.mjs +1 -1
  259. package/store/reducer.js +1 -1
  260. package/store/reducer.mjs +1 -1
  261. package/store/store.js +1 -1
  262. package/store/store.mjs +1 -1
  263. package/theming/theme-service.js +1 -1
  264. package/theming/theme-service.mjs +1 -1
  265. package/tooltip/Crosshair.js +1 -1
  266. package/tooltip/Crosshair.mjs +1 -1
  267. package/tooltip/CrosshairContainer.js +1 -1
  268. package/tooltip/CrosshairContainer.mjs +1 -1
  269. package/tooltip/Point.js +1 -1
  270. package/tooltip/Point.mjs +1 -1
  271. package/tooltip/Popup.js +1 -1
  272. package/tooltip/Popup.mjs +1 -1
  273. package/tooltip/Series.js +1 -1
  274. package/tooltip/Series.mjs +1 -1
  275. package/tooltip/SharedTooltipContent.js +1 -1
  276. package/tooltip/SharedTooltipContent.mjs +1 -1
  277. package/utils/index.js +1 -1
  278. package/utils/index.mjs +1 -1
package/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -83,6 +83,40 @@ export declare interface AutoBaseUnitSteps {
83
83
  years?: number[];
84
84
  }
85
85
 
86
+ /**
87
+ * @hidden
88
+ */
89
+ declare interface AxisCrosshairTooltip {
90
+ /**
91
+ * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
92
+ */
93
+ background?: string;
94
+ /**
95
+ * The border options of the tooltip.
96
+ */
97
+ border?: TooltipBorder;
98
+ /**
99
+ * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
100
+ */
101
+ color?: string;
102
+ /**
103
+ * The font of the tooltip.
104
+ */
105
+ font?: string;
106
+ /**
107
+ * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the value.
108
+ */
109
+ format?: string;
110
+ /**
111
+ * The padding of the crosshair tooltip. A numeric value sets all paddings.
112
+ */
113
+ padding?: Padding | number;
114
+ /**
115
+ * If set to `true`, the Chart displays the axis crosshair tooltip. By default, the axis crosshair tooltip is not visible.
116
+ */
117
+ visible?: boolean;
118
+ }
119
+
86
120
  /**
87
121
  * @hidden
88
122
  */
@@ -196,35 +230,7 @@ export declare interface AxisDefaultsCrosshair {
196
230
  /**
197
231
  * @hidden
198
232
  */
199
- export declare interface AxisDefaultsCrosshairTooltip {
200
- /**
201
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
202
- */
203
- background?: string;
204
- /**
205
- * The border options.
206
- */
207
- border?: Border;
208
- /**
209
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
210
- */
211
- color?: string;
212
- /**
213
- * The tooltip font.
214
- */
215
- font?: string;
216
- /**
217
- * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value.
218
- */
219
- format?: string;
220
- /**
221
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
222
- */
223
- padding?: Padding | number;
224
- /**
225
- * If set to `true`, the Chart displays the axis crosshair tooltip. By default, the axis crosshair tooltip is not visible.
226
- */
227
- visible?: boolean;
233
+ export declare interface AxisDefaultsCrosshairTooltip extends AxisCrosshairTooltip {
228
234
  }
229
235
 
230
236
  /**
@@ -1028,35 +1034,7 @@ export declare interface CategoryAxisCrosshair {
1028
1034
  /**
1029
1035
  * @hidden
1030
1036
  */
1031
- export declare interface CategoryAxisCrosshairTooltip {
1032
- /**
1033
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
1034
- */
1035
- background?: string;
1036
- /**
1037
- * The border options.
1038
- */
1039
- border?: Border;
1040
- /**
1041
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
1042
- */
1043
- color?: string;
1044
- /**
1045
- * The tooltip font.
1046
- */
1047
- font?: string;
1048
- /**
1049
- * The format used to display the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value.
1050
- */
1051
- format?: string;
1052
- /**
1053
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
1054
- */
1055
- padding?: Padding | number;
1056
- /**
1057
- * If set to `true`, the Chart displays the category axis crosshair tooltip. By default, the category axis crosshair tooltip is not visible.
1058
- */
1059
- visible?: boolean;
1037
+ export declare interface CategoryAxisCrosshairTooltip extends AxisCrosshairTooltip {
1060
1038
  }
1061
1039
 
1062
1040
  /**
@@ -7208,7 +7186,7 @@ export declare interface Tooltip {
7208
7186
  /**
7209
7187
  * The border configuration options.
7210
7188
  */
7211
- border?: Border;
7189
+ border?: TooltipBorder;
7212
7190
  /**
7213
7191
  * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
7214
7192
  */
@@ -7245,6 +7223,21 @@ export declare interface Tooltip {
7245
7223
  visible?: boolean;
7246
7224
  }
7247
7225
 
7226
+ /**
7227
+ * The border options of the tooltip.
7228
+ */
7229
+ export declare interface TooltipBorder extends Omit<Border, 'dashType'> {
7230
+ /**
7231
+ *
7232
+ * @hidden
7233
+ *
7234
+ * **Deprecated**. The `dashType` setting is ignored. Use the `border-style` CSS property instead.
7235
+ *
7236
+ * @deprecated
7237
+ */
7238
+ dashType?: DashType;
7239
+ }
7240
+
7248
7241
  /**
7249
7242
  * Represents the props of the Sankey tooltip content component.
7250
7243
  */
@@ -7525,35 +7518,7 @@ export declare interface ValueAxisCrosshair {
7525
7518
  /**
7526
7519
  * @hidden
7527
7520
  */
7528
- export declare interface ValueAxisCrosshairTooltip {
7529
- /**
7530
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
7531
- */
7532
- background?: string;
7533
- /**
7534
- * The border options of the tooltip.
7535
- */
7536
- border?: Border;
7537
- /**
7538
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
7539
- */
7540
- color?: string;
7541
- /**
7542
- * The font of the tooltip.
7543
- */
7544
- font?: string;
7545
- /**
7546
- * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the value.
7547
- */
7548
- format?: string;
7549
- /**
7550
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
7551
- */
7552
- padding?: Padding | number;
7553
- /**
7554
- * If set to `true`, the chart displays the value axis crosshair tooltip. By default, the value axis crosshair tooltip is not visible.
7555
- */
7556
- visible?: boolean;
7521
+ export declare interface ValueAxisCrosshairTooltip extends AxisCrosshairTooltip {
7557
7522
  }
7558
7523
 
7559
7524
  /**
@@ -8017,35 +7982,7 @@ export declare interface XAxisCrosshair {
8017
7982
  /**
8018
7983
  * @hidden
8019
7984
  */
8020
- export declare interface XAxisCrosshairTooltip {
8021
- /**
8022
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
8023
- */
8024
- background?: string;
8025
- /**
8026
- * The border options of the tooltip.
8027
- */
8028
- border?: Border;
8029
- /**
8030
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
8031
- */
8032
- color?: string;
8033
- /**
8034
- * The font of the tooltip.
8035
- */
8036
- font?: string;
8037
- /**
8038
- * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the value.
8039
- */
8040
- format?: string;
8041
- /**
8042
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
8043
- */
8044
- padding?: Padding | number;
8045
- /**
8046
- * If set to `true`, the Chart displays the crosshair tooltip of the Scatter chart X axis. By default, the crosshair tooltip of the Scatter chart X axis is not visible.
8047
- */
8048
- visible?: boolean;
7985
+ export declare interface XAxisCrosshairTooltip extends AxisCrosshairTooltip {
8049
7986
  }
8050
7987
 
8051
7988
  /**
@@ -8476,35 +8413,7 @@ export declare interface YAxisCrosshair {
8476
8413
  /**
8477
8414
  * @hidden
8478
8415
  */
8479
- export declare interface YAxisCrosshairTooltip {
8480
- /**
8481
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
8482
- */
8483
- background?: string;
8484
- /**
8485
- * The border options of the tooltip.
8486
- */
8487
- border?: Border;
8488
- /**
8489
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
8490
- */
8491
- color?: string;
8492
- /**
8493
- * The font of the tooltip.
8494
- */
8495
- font?: string;
8496
- /**
8497
- * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the value.
8498
- */
8499
- format?: string;
8500
- /**
8501
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
8502
- */
8503
- padding?: Padding | number;
8504
- /**
8505
- * If set to `true`, the Chart displays the crosshair tooltip of the Scatter chart Y axis. By default, the crosshair tooltip of the Scatter chart Y axis is not visible.
8506
- */
8507
- visible?: boolean;
8416
+ export declare interface YAxisCrosshairTooltip extends AxisCrosshairTooltip {
8508
8417
  }
8509
8418
 
8510
8419
  /**
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -83,6 +83,40 @@ export declare interface AutoBaseUnitSteps {
83
83
  years?: number[];
84
84
  }
85
85
 
86
+ /**
87
+ * @hidden
88
+ */
89
+ declare interface AxisCrosshairTooltip {
90
+ /**
91
+ * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
92
+ */
93
+ background?: string;
94
+ /**
95
+ * The border options of the tooltip.
96
+ */
97
+ border?: TooltipBorder;
98
+ /**
99
+ * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
100
+ */
101
+ color?: string;
102
+ /**
103
+ * The font of the tooltip.
104
+ */
105
+ font?: string;
106
+ /**
107
+ * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the value.
108
+ */
109
+ format?: string;
110
+ /**
111
+ * The padding of the crosshair tooltip. A numeric value sets all paddings.
112
+ */
113
+ padding?: Padding | number;
114
+ /**
115
+ * If set to `true`, the Chart displays the axis crosshair tooltip. By default, the axis crosshair tooltip is not visible.
116
+ */
117
+ visible?: boolean;
118
+ }
119
+
86
120
  /**
87
121
  * @hidden
88
122
  */
@@ -196,35 +230,7 @@ export declare interface AxisDefaultsCrosshair {
196
230
  /**
197
231
  * @hidden
198
232
  */
199
- export declare interface AxisDefaultsCrosshairTooltip {
200
- /**
201
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
202
- */
203
- background?: string;
204
- /**
205
- * The border options.
206
- */
207
- border?: Border;
208
- /**
209
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
210
- */
211
- color?: string;
212
- /**
213
- * The tooltip font.
214
- */
215
- font?: string;
216
- /**
217
- * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value.
218
- */
219
- format?: string;
220
- /**
221
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
222
- */
223
- padding?: Padding | number;
224
- /**
225
- * If set to `true`, the Chart displays the axis crosshair tooltip. By default, the axis crosshair tooltip is not visible.
226
- */
227
- visible?: boolean;
233
+ export declare interface AxisDefaultsCrosshairTooltip extends AxisCrosshairTooltip {
228
234
  }
229
235
 
230
236
  /**
@@ -1028,35 +1034,7 @@ export declare interface CategoryAxisCrosshair {
1028
1034
  /**
1029
1035
  * @hidden
1030
1036
  */
1031
- export declare interface CategoryAxisCrosshairTooltip {
1032
- /**
1033
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
1034
- */
1035
- background?: string;
1036
- /**
1037
- * The border options.
1038
- */
1039
- border?: Border;
1040
- /**
1041
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
1042
- */
1043
- color?: string;
1044
- /**
1045
- * The tooltip font.
1046
- */
1047
- font?: string;
1048
- /**
1049
- * The format used to display the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value.
1050
- */
1051
- format?: string;
1052
- /**
1053
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
1054
- */
1055
- padding?: Padding | number;
1056
- /**
1057
- * If set to `true`, the Chart displays the category axis crosshair tooltip. By default, the category axis crosshair tooltip is not visible.
1058
- */
1059
- visible?: boolean;
1037
+ export declare interface CategoryAxisCrosshairTooltip extends AxisCrosshairTooltip {
1060
1038
  }
1061
1039
 
1062
1040
  /**
@@ -7208,7 +7186,7 @@ export declare interface Tooltip {
7208
7186
  /**
7209
7187
  * The border configuration options.
7210
7188
  */
7211
- border?: Border;
7189
+ border?: TooltipBorder;
7212
7190
  /**
7213
7191
  * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
7214
7192
  */
@@ -7245,6 +7223,21 @@ export declare interface Tooltip {
7245
7223
  visible?: boolean;
7246
7224
  }
7247
7225
 
7226
+ /**
7227
+ * The border options of the tooltip.
7228
+ */
7229
+ export declare interface TooltipBorder extends Omit<Border, 'dashType'> {
7230
+ /**
7231
+ *
7232
+ * @hidden
7233
+ *
7234
+ * **Deprecated**. The `dashType` setting is ignored. Use the `border-style` CSS property instead.
7235
+ *
7236
+ * @deprecated
7237
+ */
7238
+ dashType?: DashType;
7239
+ }
7240
+
7248
7241
  /**
7249
7242
  * Represents the props of the Sankey tooltip content component.
7250
7243
  */
@@ -7525,35 +7518,7 @@ export declare interface ValueAxisCrosshair {
7525
7518
  /**
7526
7519
  * @hidden
7527
7520
  */
7528
- export declare interface ValueAxisCrosshairTooltip {
7529
- /**
7530
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
7531
- */
7532
- background?: string;
7533
- /**
7534
- * The border options of the tooltip.
7535
- */
7536
- border?: Border;
7537
- /**
7538
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
7539
- */
7540
- color?: string;
7541
- /**
7542
- * The font of the tooltip.
7543
- */
7544
- font?: string;
7545
- /**
7546
- * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the value.
7547
- */
7548
- format?: string;
7549
- /**
7550
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
7551
- */
7552
- padding?: Padding | number;
7553
- /**
7554
- * If set to `true`, the chart displays the value axis crosshair tooltip. By default, the value axis crosshair tooltip is not visible.
7555
- */
7556
- visible?: boolean;
7521
+ export declare interface ValueAxisCrosshairTooltip extends AxisCrosshairTooltip {
7557
7522
  }
7558
7523
 
7559
7524
  /**
@@ -8017,35 +7982,7 @@ export declare interface XAxisCrosshair {
8017
7982
  /**
8018
7983
  * @hidden
8019
7984
  */
8020
- export declare interface XAxisCrosshairTooltip {
8021
- /**
8022
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
8023
- */
8024
- background?: string;
8025
- /**
8026
- * The border options of the tooltip.
8027
- */
8028
- border?: Border;
8029
- /**
8030
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
8031
- */
8032
- color?: string;
8033
- /**
8034
- * The font of the tooltip.
8035
- */
8036
- font?: string;
8037
- /**
8038
- * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the value.
8039
- */
8040
- format?: string;
8041
- /**
8042
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
8043
- */
8044
- padding?: Padding | number;
8045
- /**
8046
- * If set to `true`, the Chart displays the crosshair tooltip of the Scatter chart X axis. By default, the crosshair tooltip of the Scatter chart X axis is not visible.
8047
- */
8048
- visible?: boolean;
7985
+ export declare interface XAxisCrosshairTooltip extends AxisCrosshairTooltip {
8049
7986
  }
8050
7987
 
8051
7988
  /**
@@ -8476,35 +8413,7 @@ export declare interface YAxisCrosshair {
8476
8413
  /**
8477
8414
  * @hidden
8478
8415
  */
8479
- export declare interface YAxisCrosshairTooltip {
8480
- /**
8481
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
8482
- */
8483
- background?: string;
8484
- /**
8485
- * The border options of the tooltip.
8486
- */
8487
- border?: Border;
8488
- /**
8489
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
8490
- */
8491
- color?: string;
8492
- /**
8493
- * The font of the tooltip.
8494
- */
8495
- font?: string;
8496
- /**
8497
- * The format for displaying the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the value.
8498
- */
8499
- format?: string;
8500
- /**
8501
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
8502
- */
8503
- padding?: Padding | number;
8504
- /**
8505
- * If set to `true`, the Chart displays the crosshair tooltip of the Scatter chart Y axis. By default, the crosshair tooltip of the Scatter chart Y axis is not visible.
8506
- */
8507
- visible?: boolean;
8416
+ export declare interface YAxisCrosshairTooltip extends AxisCrosshairTooltip {
8508
8417
  }
8509
8418
 
8510
8419
  /**
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/messages.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/messages.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/methods/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/methods/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-charts",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1734711600,
13
+ publishDate: 1736416243,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-charts",
3
- "version": "9.2.0-develop.2",
3
+ "version": "9.2.0-develop.4",
4
4
  "description": "React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -24,10 +24,10 @@
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-drawing": "^1.21.2",
26
26
  "@progress/kendo-licensing": "^1.3.4",
27
- "@progress/kendo-react-common": "9.2.0-develop.2",
28
- "@progress/kendo-react-intl": "9.2.0-develop.2",
29
- "@progress/kendo-react-layout": "9.2.0-develop.2",
30
- "@progress/kendo-react-popup": "9.2.0-develop.2",
27
+ "@progress/kendo-react-common": "9.2.0-develop.4",
28
+ "@progress/kendo-react-intl": "9.2.0-develop.4",
29
+ "@progress/kendo-react-layout": "9.2.0-develop.4",
30
+ "@progress/kendo-react-popup": "9.2.0-develop.4",
31
31
  "@progress/kendo-svg-icons": "^4.0.0",
32
32
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
33
33
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
package/sankey/Sankey.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/sankey/Sankey.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */