@progress/kendo-vue-charts 9.3.0-develop.6 → 9.3.0-develop.7

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 (268) hide show
  1. package/BaseChart.d.ts +16 -16
  2. package/Chart.d.ts +16 -16
  3. package/common/api-types.d.ts +24 -7
  4. package/common/events.d.ts +1 -0
  5. package/common/property-types.d.ts +4 -130
  6. package/components/AxisDefaults.d.ts +29 -29
  7. package/components/CategoryAxisItem.d.ts +54 -54
  8. package/components/ChartArea.d.ts +7 -7
  9. package/components/Legend.d.ts +31 -31
  10. package/components/Navigator.d.ts +15 -15
  11. package/components/Pane.d.ts +10 -10
  12. package/components/PaneDefaults.d.ts +11 -11
  13. package/components/PlotArea.d.ts +8 -8
  14. package/components/SeriesDefaults.d.ts +23 -23
  15. package/components/SeriesItem.d.ts +83 -68
  16. package/components/Title.d.ts +16 -16
  17. package/components/Tooltip.d.ts +8 -8
  18. package/components/ValueAxisItem.d.ts +36 -36
  19. package/components/XAxisItem.d.ts +39 -39
  20. package/components/YAxisItem.d.ts +39 -39
  21. package/components/axis-defaults/Crosshair.d.ts +6 -6
  22. package/components/axis-defaults/CrosshairTooltip.d.ts +6 -6
  23. package/components/axis-defaults/Labels.d.ts +14 -14
  24. package/components/axis-defaults/Title.d.ts +14 -14
  25. package/components/category-axis-item/Crosshair.d.ts +6 -6
  26. package/components/category-axis-item/CrosshairTooltip.d.ts +6 -6
  27. package/components/category-axis-item/Labels.d.ts +23 -23
  28. package/components/category-axis-item/Notes.d.ts +23 -15
  29. package/components/category-axis-item/NotesIcon.d.ts +6 -6
  30. package/components/category-axis-item/NotesLabel.d.ts +9 -9
  31. package/components/category-axis-item/RangeLabels.d.ts +3 -3
  32. package/components/category-axis-item/Select.d.ts +2 -2
  33. package/components/category-axis-item/Title.d.ts +14 -14
  34. package/components/legend/InactiveItems.d.ts +3 -3
  35. package/components/legend/Item.d.ts +18 -18
  36. package/components/legend/Title.d.ts +17 -17
  37. package/components/navigator/CategoryAxis.d.ts +54 -54
  38. package/components/navigator/Hint.d.ts +3 -3
  39. package/components/navigator/Pane.d.ts +10 -10
  40. package/components/navigator/Select.d.ts +2 -2
  41. package/components/navigator/SeriesItem.d.ts +80 -64
  42. package/components/navigator/category-axis/Crosshair.d.ts +6 -6
  43. package/components/navigator/category-axis/CrosshairTooltip.d.ts +6 -6
  44. package/components/navigator/category-axis/Labels.d.ts +23 -23
  45. package/components/navigator/category-axis/Notes.d.ts +23 -15
  46. package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
  47. package/components/navigator/category-axis/NotesLabel.d.ts +9 -9
  48. package/components/navigator/category-axis/Select.d.ts +2 -2
  49. package/components/navigator/category-axis/Title.d.ts +14 -14
  50. package/components/navigator/pane/Title.d.ts +9 -9
  51. package/components/navigator/series-item/ErrorBars.d.ts +8 -8
  52. package/components/navigator/series-item/Extremes.d.ts +6 -6
  53. package/components/navigator/series-item/Highlight.d.ts +12 -12
  54. package/components/navigator/series-item/Labels.d.ts +26 -26
  55. package/components/navigator/series-item/LabelsFrom.d.ts +14 -14
  56. package/components/navigator/series-item/LabelsTo.d.ts +14 -14
  57. package/components/navigator/series-item/Markers.d.ts +9 -9
  58. package/components/navigator/series-item/Notes.d.ts +15 -15
  59. package/components/navigator/series-item/NotesIcon.d.ts +6 -6
  60. package/components/navigator/series-item/NotesLabel.d.ts +9 -9
  61. package/components/navigator/series-item/Outliers.d.ts +6 -6
  62. package/components/navigator/series-item/Tooltip.d.ts +6 -6
  63. package/components/pane/Title.d.ts +9 -9
  64. package/components/pane-defaults/Title.d.ts +9 -9
  65. package/components/series-defaults/Labels.d.ts +20 -20
  66. package/components/series-defaults/LabelsFrom.d.ts +11 -11
  67. package/components/series-defaults/LabelsTo.d.ts +11 -11
  68. package/components/series-defaults/Notes.d.ts +12 -12
  69. package/components/series-defaults/NotesIcon.d.ts +6 -6
  70. package/components/series-defaults/NotesLabel.d.ts +9 -9
  71. package/components/series-defaults/Tooltip.d.ts +6 -6
  72. package/components/series-item/ErrorBars.d.ts +8 -8
  73. package/components/series-item/Extremes.d.ts +6 -6
  74. package/components/series-item/Highlight.d.ts +9 -9
  75. package/components/series-item/Labels.d.ts +26 -26
  76. package/components/series-item/LabelsFrom.d.ts +14 -14
  77. package/components/series-item/LabelsTo.d.ts +14 -14
  78. package/components/series-item/Markers.d.ts +9 -9
  79. package/components/series-item/Notes.d.ts +15 -15
  80. package/components/series-item/NotesIcon.d.ts +6 -6
  81. package/components/series-item/NotesLabel.d.ts +9 -9
  82. package/components/series-item/Outliers.d.ts +6 -6
  83. package/components/series-item/Tooltip.d.ts +6 -6
  84. package/components/value-axis-item/Crosshair.d.ts +1 -1
  85. package/components/value-axis-item/CrosshairTooltip.d.ts +6 -6
  86. package/components/value-axis-item/Labels.d.ts +17 -17
  87. package/components/value-axis-item/Notes.d.ts +23 -15
  88. package/components/value-axis-item/NotesIcon.d.ts +6 -6
  89. package/components/value-axis-item/NotesLabel.d.ts +9 -9
  90. package/components/value-axis-item/Title.d.ts +14 -14
  91. package/components/x-axis-item/Crosshair.d.ts +3 -3
  92. package/components/x-axis-item/CrosshairTooltip.d.ts +6 -6
  93. package/components/x-axis-item/Labels.d.ts +20 -20
  94. package/components/x-axis-item/Notes.d.ts +23 -15
  95. package/components/x-axis-item/NotesIcon.d.ts +6 -6
  96. package/components/x-axis-item/NotesLabel.d.ts +9 -9
  97. package/components/x-axis-item/Title.d.ts +14 -14
  98. package/components/y-axis-item/Crosshair.d.ts +3 -3
  99. package/components/y-axis-item/CrosshairTooltip.d.ts +6 -6
  100. package/components/y-axis-item/Labels.d.ts +20 -20
  101. package/components/y-axis-item/Notes.d.ts +23 -15
  102. package/components/y-axis-item/NotesIcon.d.ts +6 -6
  103. package/components/y-axis-item/NotesLabel.d.ts +9 -9
  104. package/components/y-axis-item/Title.d.ts +14 -14
  105. package/dist/cdn/js/kendo-vue-charts.js +1 -1
  106. package/events/axis-label-click-event.d.ts +1 -1
  107. package/events/drag-end-event.d.ts +1 -1
  108. package/events/drag-event.d.ts +1 -1
  109. package/events/drag-start-event.d.ts +1 -1
  110. package/events/legend-item-click-event.d.ts +1 -1
  111. package/events/legend-item-hover-event.d.ts +1 -1
  112. package/events/legend-item-leave-event.d.ts +1 -1
  113. package/events/note-click-event.d.ts +1 -1
  114. package/events/note-hover-event.d.ts +1 -1
  115. package/events/select-end-event.d.ts +1 -1
  116. package/events/select-event.d.ts +1 -1
  117. package/events/select-start-event.d.ts +1 -1
  118. package/events/series-click-event.d.ts +1 -2
  119. package/events/series-hover-event.d.ts +1 -2
  120. package/events/zoom-end-event.d.ts +1 -1
  121. package/events/zoom-event.d.ts +1 -1
  122. package/events/zoom-start-event.d.ts +1 -1
  123. package/index.d.mts +2 -1
  124. package/index.d.ts +2 -1
  125. package/index.js +1 -1
  126. package/index.mjs +229 -226
  127. package/package-metadata.js +1 -1
  128. package/package-metadata.mjs +2 -2
  129. package/package.json +6 -6
  130. package/api-types/axis-range.interface.d.ts +0 -20
  131. package/api-types/chart-axis.interface.d.ts +0 -43
  132. package/api-types/chart-pane.interface.d.ts +0 -21
  133. package/api-types/chart-plotarea.interface.d.ts +0 -21
  134. package/api-types/event-axis-options.interface.d.ts +0 -16
  135. package/api-types/event-series-options.interface.d.ts +0 -24
  136. package/api-types/series-point.interface.d.ts +0 -45
  137. package/argument-types/axis-label-visual-args.interface.d.ts +0 -49
  138. package/argument-types/axis-note-visual-args.interface.d.ts +0 -33
  139. package/argument-types/error-bars-visual-args.interface.d.ts +0 -37
  140. package/argument-types/highlight-toggle-args.interface.d.ts +0 -41
  141. package/argument-types/highlight-visual-args.interface.d.ts +0 -57
  142. package/argument-types/legend-item-visual-args.interface.d.ts +0 -33
  143. package/argument-types/legend-labels-content-args.interface.d.ts +0 -28
  144. package/argument-types/markers-visual-args.interface.d.ts +0 -45
  145. package/argument-types/plot-band-label-visual-args.interface.d.ts +0 -33
  146. package/argument-types/series-labels-visual-args.interface.d.ts +0 -33
  147. package/argument-types/series-note-visual-args.interface.d.ts +0 -49
  148. package/argument-types/series-visual-args.interface.d.ts +0 -82
  149. package/argument-types/title-visual-args.interface.d.ts +0 -33
  150. package/field-types/auto-base-unit-steps.interface.d.ts +0 -46
  151. package/field-types/axis-labels-position.d.ts +0 -22
  152. package/field-types/axis-line.interface.d.ts +0 -29
  153. package/field-types/axis-ticks.interface.d.ts +0 -36
  154. package/field-types/axis-title-position.d.ts +0 -21
  155. package/field-types/base-unit.d.ts +0 -23
  156. package/field-types/border.interface.d.ts +0 -25
  157. package/field-types/bullet-target-line.interface.d.ts +0 -16
  158. package/field-types/bullet-target.interface.d.ts +0 -26
  159. package/field-types/category-base-unit.d.ts +0 -54
  160. package/field-types/dash-type.d.ts +0 -42
  161. package/field-types/date-formats.interface.d.ts +0 -46
  162. package/field-types/drag-action.interface.d.ts +0 -22
  163. package/field-types/error-bar-line.interface.d.ts +0 -21
  164. package/field-types/grid-lines.interface.d.ts +0 -37
  165. package/field-types/highlight-line.interface.d.ts +0 -29
  166. package/field-types/label-connectors.interface.d.ts +0 -24
  167. package/field-types/label-rotation.interface.d.ts +0 -26
  168. package/field-types/legend-labels.interface.d.ts +0 -35
  169. package/field-types/line-style.d.ts +0 -42
  170. package/field-types/lock-axis.d.ts +0 -11
  171. package/field-types/margin.interface.d.ts +0 -28
  172. package/field-types/marker-type.d.ts +0 -43
  173. package/field-types/modifier-key.d.ts +0 -11
  174. package/field-types/mousewheel-select.interface.d.ts +0 -25
  175. package/field-types/mousewheel-zoom.interface.d.ts +0 -17
  176. package/field-types/negative-bubble-values.interface.d.ts +0 -20
  177. package/field-types/note-label-position.d.ts +0 -60
  178. package/field-types/note-line.interface.d.ts +0 -29
  179. package/field-types/note-position.d.ts +0 -57
  180. package/field-types/overlay.interface.d.ts +0 -22
  181. package/field-types/padding.interface.d.ts +0 -13
  182. package/field-types/plot-band-label.interface.d.ts +0 -94
  183. package/field-types/plot-band.interface.d.ts +0 -37
  184. package/field-types/series-labels-position.d.ts +0 -23
  185. package/field-types/series-line.interface.d.ts +0 -35
  186. package/field-types/series-stack.interface.d.ts +0 -24
  187. package/field-types/series-type.d.ts +0 -86
  188. package/field-types/trendline-forecast.interface.d.ts +0 -20
  189. package/field-types/week-start-day.enum.d.ts +0 -40
  190. package/option-types/axis-crosshair-tooltip.interface.d.ts +0 -42
  191. package/option-types/axis-defaults/crosshair.interface.d.ts +0 -48
  192. package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +0 -13
  193. package/option-types/axis-defaults/labels.interface.d.ts +0 -76
  194. package/option-types/axis-defaults/title.interface.d.ts +0 -74
  195. package/option-types/axis-defaults.interface.d.ts +0 -80
  196. package/option-types/category-axis-item/crosshair.interface.d.ts +0 -47
  197. package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +0 -13
  198. package/option-types/category-axis-item/labels.interface.d.ts +0 -110
  199. package/option-types/category-axis-item/notes.icon.interface.d.ts +0 -39
  200. package/option-types/category-axis-item/notes.interface.d.ts +0 -52
  201. package/option-types/category-axis-item/notes.label.interface.d.ts +0 -53
  202. package/option-types/category-axis-item/range-labels.interface.d.ts +0 -31
  203. package/option-types/category-axis-item/select.interface.d.ts +0 -33
  204. package/option-types/category-axis-item/title.interface.d.ts +0 -72
  205. package/option-types/category-axis-item.interface.d.ts +0 -166
  206. package/option-types/chart-area.interface.d.ts +0 -37
  207. package/option-types/legend/inactive-items.interface.d.ts +0 -17
  208. package/option-types/legend/item.interface.d.ts +0 -124
  209. package/option-types/legend/legend-title.interface.d.ts +0 -68
  210. package/option-types/legend.interface.d.ts +0 -110
  211. package/option-types/navigator/hint.interface.d.ts +0 -28
  212. package/option-types/navigator/select.interface.d.ts +0 -25
  213. package/option-types/navigator.interface.d.ts +0 -39
  214. package/option-types/pane/title.interface.d.ts +0 -63
  215. package/option-types/pane-defaults/title.interface.d.ts +0 -59
  216. package/option-types/pane-defaults.interface.d.ts +0 -46
  217. package/option-types/pane.interface.d.ts +0 -46
  218. package/option-types/plot-area.interface.d.ts +0 -33
  219. package/option-types/series-defaults/labels.from.interface.d.ts +0 -58
  220. package/option-types/series-defaults/labels.interface.d.ts +0 -80
  221. package/option-types/series-defaults/labels.to.interface.d.ts +0 -58
  222. package/option-types/series-defaults/notes.icon.interface.d.ts +0 -39
  223. package/option-types/series-defaults/notes.interface.d.ts +0 -43
  224. package/option-types/series-defaults/notes.label.interface.d.ts +0 -53
  225. package/option-types/series-defaults/tooltip.interface.d.ts +0 -48
  226. package/option-types/series-defaults.interface.d.ts +0 -103
  227. package/option-types/series-item/error-bars.interface.d.ts +0 -62
  228. package/option-types/series-item/extremes.interface.d.ts +0 -39
  229. package/option-types/series-item/highlight.interface.d.ts +0 -70
  230. package/option-types/series-item/labels.from.interface.d.ts +0 -74
  231. package/option-types/series-item/labels.interface.d.ts +0 -103
  232. package/option-types/series-item/labels.to.interface.d.ts +0 -72
  233. package/option-types/series-item/markers.interface.d.ts +0 -68
  234. package/option-types/series-item/notes.icon.interface.d.ts +0 -39
  235. package/option-types/series-item/notes.interface.d.ts +0 -53
  236. package/option-types/series-item/notes.label.interface.d.ts +0 -53
  237. package/option-types/series-item/outliers.interface.d.ts +0 -39
  238. package/option-types/series-item/tooltip.interface.d.ts +0 -49
  239. package/option-types/series-item/trendline.interface.d.ts +0 -37
  240. package/option-types/series-item.interface.d.ts +0 -481
  241. package/option-types/title.interface.d.ts +0 -62
  242. package/option-types/tooltip-border.interface.d.ts +0 -22
  243. package/option-types/tooltip.interface.d.ts +0 -56
  244. package/option-types/value-axis-item/crosshair.interface.d.ts +0 -33
  245. package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +0 -13
  246. package/option-types/value-axis-item/labels.interface.d.ts +0 -88
  247. package/option-types/value-axis-item/notes.icon.interface.d.ts +0 -39
  248. package/option-types/value-axis-item/notes.interface.d.ts +0 -52
  249. package/option-types/value-axis-item/notes.label.interface.d.ts +0 -53
  250. package/option-types/value-axis-item/title.interface.d.ts +0 -73
  251. package/option-types/value-axis-item.interface.d.ts +0 -121
  252. package/option-types/x-axis-item/crosshair.interface.d.ts +0 -33
  253. package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +0 -13
  254. package/option-types/x-axis-item/labels.interface.d.ts +0 -95
  255. package/option-types/x-axis-item/notes.icon.interface.d.ts +0 -39
  256. package/option-types/x-axis-item/notes.interface.d.ts +0 -53
  257. package/option-types/x-axis-item/notes.label.interface.d.ts +0 -53
  258. package/option-types/x-axis-item/title.interface.d.ts +0 -72
  259. package/option-types/x-axis-item.interface.d.ts +0 -142
  260. package/option-types/y-axis-item/crosshair.interface.d.ts +0 -33
  261. package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +0 -13
  262. package/option-types/y-axis-item/labels.interface.d.ts +0 -95
  263. package/option-types/y-axis-item/notes.icon.interface.d.ts +0 -39
  264. package/option-types/y-axis-item/notes.interface.d.ts +0 -52
  265. package/option-types/y-axis-item/notes.label.interface.d.ts +0 -53
  266. package/option-types/y-axis-item/title.interface.d.ts +0 -73
  267. package/option-types/y-axis-item.interface.d.ts +0 -138
  268. package/option-types/zoomable.interface.d.ts +0 -21
@@ -1,86 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- /**
9
- * The series type.
10
- *
11
- * The supported values are:
12
- * - `"area"`—Displays the data as continuous lines that show trends over time, evenly distributed along the category field.
13
- * - `"bar"`—Displays the data as sets of horizontal bars that show the relationship between individual items and the whole category.
14
- * - `"boxPlot"`—Displays the data as a box-and-whisker diagram, which shows the distribution of values in a series.
15
- * - `"bubble"`—Displays the data as bubbles, where each bubble represents a value from the series data.
16
- * - `"bullet"`—Displays the data as vertical bars that show the performance measure, and markers that show the comparative measure.
17
- * - `"candlestick"`—Displays the data as candlesticks, which show the open, close, high, and low values of a series.
18
- * - `"column"`—Displays the data as sets of vertical bars that show the relationship between individual items and the whole category.
19
- * - `"donut"`—Displays the data as a series of rings that are sliced depending on the value.
20
- * - `"exponentialTrendline"`—Displays an exponential [trendline]({% slug trendlines_chart_charts %}#toc-exponential-trendline) for the specified parent series.
21
- * - `"funnel"`—Displays the data as a funnel, which is useful for sales data visualization.
22
- * - `"heatmap"`—Displays the data as a heatmap, which is useful for comparing values in a matrix.
23
- * - `"horizontalWaterfall"`—Displays the data as a horizontal waterfall chart, which is useful for comparing positive and negative values over a period.
24
- * - `"line"`—Displays the data as continuous lines that connect data points evenly distributed along the category field.
25
- * - `"linearTrendline"`—Displays a linear [trendline]({% slug trendlines_chart_charts %}#toc-linear-trendline) for the specified parent series.
26
- * - `"logarithmicTrendline"`—Displays a logarithmic [trendline]({% slug trendlines_chart_charts %}#toc-logarithmic-trendline) for the specified parent series.
27
- * - `"movingAverageTrendline"`—Displays a moving average [trendline]({% slug trendlines_chart_charts %}#toc-moving-average-trendline) for the specified parent series.
28
- * - `"ohlc"`—Displays the data as OHLC (open-high-low-close) bars, which show the open, high, low, and close values of a series.
29
- * - `"pie"`—Displays the data as a series of pie slices, which show the contribution of each value to a total.
30
- * - `"polarArea"`—Displays the data as a series of polar area segments, which show the contribution of each value to a total.
31
- * - `"polarLine"`—Displays the data as continuous lines that connect data points evenly distributed along the category field.
32
- * - `"polarScatter"`—Displays the data as points distributed in a polar coordinate system.
33
- * - `"polynomialTrendline"`—Displays a polynomial [trendline]({% slug trendlines_chart_charts %}#toc-polynomial-trendline) for the specified parent series.
34
- * - `"powerTrendline"`—Displays a power [trendline]({% slug trendlines_chart_charts %}#toc-power-trendline) for the specified parent series.
35
- * - `"pyramid"`—Displays the data as a pyramid divided in segments proportional to each value.
36
- * - `"radarArea"`—Displays the data as a series of radar area segments, which show the contribution of each value to a total.
37
- * - `"radarColumn"`—Displays the data as sets of vertical bars that show the relationship between individual items and the whole category.
38
- * - `"radarLine"`—Displays the data as continuous lines that connect data points evenly distributed along the category field.
39
- * - `"rangeArea"`—Displays the data as a series of range area segments, which show the contribution of each value to a total.
40
- * - `"rangeBar"`—Displays the data as sets of horizontal bars that show the relationship between individual items and the whole category.
41
- * - `"rangeColumn"`—Displays the data as sets of vertical bars that show the relationship between individual items and the whole category.
42
- * - `"scatter"`—Displays the data as points that show the relationship between two variables.
43
- * - `"scatterLine"`—Displays the data as continuous lines that connect data points evenly distributed along the category field.
44
- * - `"verticalArea"`—Displays the data as continuous lines that show trends over time, evenly distributed along the category field.
45
- * - `"verticalBoxPlot"`—Displays the data as a box-and-whisker diagram, which shows the distribution of values in a series.
46
- * - `"verticalBullet"`—Displays the data as vertical bars that show the performance measure, and markers that show the comparative measure.
47
- * - `"verticalLine"`—Displays the data as continuous lines that connect data points evenly distributed along the category field.
48
- * - `"verticalRangeArea"`—Displays the data as a series of range area segments, which show the contribution of each value to a total.
49
- * - `"waterfall"`—Displays the data as a waterfall chart, which is useful for comparing positive and negative values over a period.
50
- *
51
- * @example
52
- * ```jsx
53
- * <template>
54
- * <Chart>
55
- * <ChartSeries>
56
- * <ChartSeriesItem
57
- * :type="'line'"
58
- * :data-items="dataItems"
59
- * :type="seriesType"
60
- * />
61
- * </ChartSeries>
62
- * </Chart>
63
- * </template>
64
- * <script>
65
- * import {
66
- * Chart,
67
- * ChartSeries,
68
- * ChartSeriesItem,
69
- * } from '@progress/kendo-vue-charts';
70
- * export default {
71
- * components: {
72
- * Chart,
73
- * ChartSeries,
74
- * ChartSeriesItem,
75
- * },
76
- * data() {
77
- * return {
78
- * dataItems: [1, 2, 3],
79
- * seriesType: 'verticalLine',
80
- * };
81
- * },
82
- * };
83
- * </script>
84
- * ```
85
- */
86
- export type SeriesType = 'area' | 'bar' | 'boxPlot' | 'bubble' | 'bullet' | 'candlestick' | 'column' | 'donut' | 'exponentialTrendline' | 'funnel' | 'pyramid' | 'heatmap' | 'horizontalWaterfall' | 'line' | 'linearTrendline' | 'logarithmicTrendline' | 'movingAverageTrendline' | 'ohlc' | 'pie' | 'polarArea' | 'polarLine' | 'polarScatter' | 'polynomialTrendline' | 'powerTrendline' | 'radarArea' | 'radarColumn' | 'radarLine' | 'rangeArea' | 'rangeBar' | 'rangeColumn' | 'scatter' | 'scatterLine' | 'verticalArea' | 'verticalBoxPlot' | 'verticalBullet' | 'verticalLine' | 'verticalRangeArea' | 'waterfall';
@@ -1,20 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- /**
9
- * The series trendline forecast settings.
10
- */
11
- export interface TrendlineForecast {
12
- /**
13
- * The number of intervals to extend the trendline before the first data point.
14
- */
15
- before?: number;
16
- /**
17
- * The number of intervals to extend the trendline after the last data point.
18
- */
19
- after?: number;
20
- }
@@ -1,40 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- /**
9
- * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitemprops %}).
10
- */
11
- export declare enum WeekStartDay {
12
- /**
13
- * Specifies Sunday as the first day of the week.
14
- */
15
- Sunday = 0,
16
- /**
17
- * Specifies Monday as the first day of the week.
18
- */
19
- Monday = 1,
20
- /**
21
- * Specifies Tuesday as the first day of the week.
22
- */
23
- Tuesday = 2,
24
- /**
25
- * Specifies Wednesday as the first day of the week.
26
- */
27
- Wednesday = 3,
28
- /**
29
- * Specifies Thursday as the first day of the week.
30
- */
31
- Thursday = 4,
32
- /**
33
- * Specifies Friday as the first day of the week.
34
- */
35
- Friday = 5,
36
- /**
37
- * Specifies Saturday as the first day of the week.
38
- */
39
- Saturday = 6
40
- }
@@ -1,42 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { Padding } from '../common/property-types';
9
- import { TooltipBorder } from './tooltip-border.interface';
10
- /**
11
- * @hidden
12
- */
13
- export interface AxisCrosshairTooltip {
14
- /**
15
- * The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
16
- */
17
- background?: string;
18
- /**
19
- * The border options of the tooltip.
20
- */
21
- border?: TooltipBorder;
22
- /**
23
- * The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
24
- */
25
- color?: string;
26
- /**
27
- * The font of the tooltip.
28
- */
29
- font?: string;
30
- /**
31
- * 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.
32
- */
33
- format?: string;
34
- /**
35
- * The padding of the crosshair tooltip. A numeric value sets all paddings.
36
- */
37
- padding?: Padding | number;
38
- /**
39
- * If set to `true`, the Chart displays the axis crosshair tooltip. By default, the axis crosshair tooltip is not visible.
40
- */
41
- visible?: boolean;
42
- }
@@ -1,48 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { DashType } from '../../common/property-types';
9
- import { AxisDefaultsCrosshairTooltip } from './crosshair.tooltip.interface';
10
- /**
11
- * @hidden
12
- */
13
- export interface AxisDefaultsCrosshair {
14
- /**
15
- * The color of the crosshair. Accepts a valid CSS color string, including `hex` and `rgb`.
16
- */
17
- color?: string;
18
- /**
19
- * The dash type of the crosshair.
20
- *
21
- * The following dash types are supported:
22
- *
23
- * - `"dash"`&mdash;A line which consists of dashes.
24
- * - `"dashDot"`&mdash;A line which consists of a repeating pattern of dash-dot.
25
- * - `"dot"`&mdash;A line which consists of dots.
26
- * - `"longDash"`&mdash;A line which consists of a repeating pattern of long-dash.
27
- * - `"longDashDot"`&mdash;A line which consists of a repeating pattern of long-dash-dot.
28
- * - `"longDashDotDot"`&mdash;A line which consists of a repeating pattern of long-dash-dot-dot.
29
- * - `"solid"`&mdash;A solid line.
30
- */
31
- dashType?: DashType | string;
32
- /**
33
- * The opacity of the crosshair. By default, the crosshair is opaque.
34
- */
35
- opacity?: number;
36
- /**
37
- * If set to `true`, the Chart displays the axis crosshair. By default, the axis crosshair is not visible.
38
- */
39
- visible?: boolean;
40
- /**
41
- * The width of the crosshair in pixels.
42
- */
43
- width?: number;
44
- /**
45
- * The options of the crosshair tooltip. The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`]({% slug api_charts_chartaxisdefaultscrosshairtooltipprops %}#toc-visible) option is set to `true`.
46
- */
47
- tooltip?: AxisDefaultsCrosshairTooltip;
48
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
9
- /**
10
- * @hidden
11
- */
12
- export interface AxisDefaultsCrosshairTooltip extends AxisCrosshairTooltip {
13
- }
@@ -1,76 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { drawing } from '@progress/kendo-drawing';
9
- import { AxisLabelVisualArgs, LabelRotation, Margin, Padding } from '../../common/property-types';
10
- /**
11
- * @hidden
12
- */
13
- export interface AxisDefaultsLabels {
14
- /**
15
- * The function which returns the label content. The text can be split into multiple lines by using the line feed characters (`"\n"`).
16
- *
17
- * The available fields in the function argument are:
18
- *
19
- * - `value`&mdash;The category value.
20
- * - `dataItem`&mdash;The data item if a field i specified. If the category does not have a corresponding item in the data, an empty object is passed.
21
- * - `format`&mdash;The default format of the label.
22
- * - `culture`&mdash;The default culture (if set) of the label.
23
- */
24
- content?: (e: any) => string;
25
- /**
26
- * The font style of the labels.
27
- */
28
- font?: string;
29
- /**
30
- * The format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value.
31
- */
32
- format?: string;
33
- /**
34
- * The margin of the labels. A numeric value sets all margins.
35
- */
36
- margin?: Margin | number;
37
- /**
38
- * If set to `true`, the Chart mirrors the axis labels and ticks. If the labels are normally on the left side of the axis, the mirroring of the axis renders them to the right.
39
- */
40
- mirror?: boolean;
41
- /**
42
- * The padding of the labels. A numeric value sets all paddings.
43
- */
44
- padding?: Padding | number;
45
- /**
46
- * The rotation angle of the labels ([see example]({% slug axes_chart_charts %}#toc-limiting-the-number-of-labels)). By default, the labels are not rotated. If the axis is horizontal, can be set to `"auto"`. In this case, the labels are rotated only if the slot size is not sufficient for the entire labels.
47
- */
48
- rotation?: LabelRotation | number | 'auto';
49
- /**
50
- * The number of labels to skip. By default, no labels are skipped.
51
- */
52
- skip?: number;
53
- /**
54
- * The label-rendering step&mdash;renders every n<sup>th</sup> label. By default, every label is rendered.
55
- */
56
- step?: number;
57
- /**
58
- * If set to `true`, the Chart displays the axis labels. By default, the axis labels are visible.
59
- */
60
- visible?: boolean;
61
- /**
62
- * A function that for creating a custom visual for the labels.
63
- *
64
- * The available argument fields are:
65
- * - `createVisual`&mdash;A function for getting the default visual.
66
- * - `culture`&mdash;The default culture (if set) of the label.
67
- * - `dataItem`&mdash;The data item if a field has been specified.
68
- * - `format`&mdash;The default format of the label.
69
- * - `options`&mdash;The label options.
70
- * - `rect`&mdash;The geometry [`Rect`]({% slug api_kendo-drawing_geometry_rect %}) that defines where the visual has to be rendered.
71
- * - `sender`&mdash;The Chart instance (can be `undefined`).
72
- * - `text`&mdash;The label text.
73
- * - `value`&mdash;The category value.
74
- */
75
- visual?: (e: AxisLabelVisualArgs) => drawing.Element;
76
- }
@@ -1,74 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { drawing } from '@progress/kendo-drawing';
9
- import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
10
- /**
11
- * @hidden
12
- */
13
- export interface AxisDefaultsTitle {
14
- /**
15
- * The background color of the title. Accepts a valid CSS color string, including hex and rgb.
16
- */
17
- background?: string;
18
- /**
19
- * The border of the title.
20
- */
21
- border?: Border;
22
- /**
23
- * The text color of the title. Accepts a valid CSS color string, including hex and rgb.
24
- */
25
- color?: string;
26
- /**
27
- * The font style of the title.
28
- */
29
- font?: string;
30
- /**
31
- * The margin of the title. A numeric value sets all margins.
32
- */
33
- margin?: Margin | number;
34
- /**
35
- * The padding of the title. A numeric value sets all paddings.
36
- */
37
- padding?: Padding | number;
38
- /**
39
- * The position of the title.
40
- *
41
- * The supported values are:
42
- *
43
- * - `"top"`&mdash;The axis title is positioned on the top (applicable for the vertical axis).
44
- * - `"bottom"`&mdash;The axis title is positioned on the bottom (applicable for the vertical axis).
45
- * - `"left"`&mdash;The axis title is positioned on the left (applicable for the horizontal axis).
46
- * - `"right"`&mdash;The axis title is positioned on the right (applicable for the horizontal axis).
47
- * - `"center"`&mdash;The axis title is positioned in the center.
48
- */
49
- position?: AxisTitlePosition | string;
50
- /**
51
- * The rotation angle of the title. By default, the title is not rotated.
52
- */
53
- rotation?: number;
54
- /**
55
- * The text of the title. The text can be split into multiple lines by using the line feed characters (`"\n"`).
56
- */
57
- text?: string;
58
- /**
59
- * If set to `true`, the Chart displays the axis title. By default, the axis title is visible.
60
- */
61
- visible?: boolean;
62
- /**
63
- * A function that can be used to create a custom visual for the title.
64
- *
65
- * The available argument fields are:
66
- *
67
- * - `text`&mdash;The label text.
68
- * - `rect`&mdash;The geometry [`Rect`]({% slug api_kendo-drawing_geometry_rect %}) that defines where the visual has to be rendered.
69
- * - `sender`&mdash;The Chart instance (can be `undefined`).
70
- * - `options`&mdash;The label options.
71
- * - `createVisual`&mdash;A function for getting the default visual.
72
- */
73
- visual?: (e: TitleVisualArgs) => drawing.Element;
74
- }
@@ -1,80 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types';
9
- import { AxisDefaultsCrosshair } from './axis-defaults/crosshair.interface';
10
- import { AxisDefaultsLabels } from './axis-defaults/labels.interface';
11
- import { AxisDefaultsTitle } from './axis-defaults/title.interface';
12
- /**
13
- * @hidden
14
- */
15
- export interface AxisDefaults {
16
- /**
17
- * The background color of the axis.
18
- */
19
- background?: string;
20
- /**
21
- * The color to apply to all axis elements. Accepts a valid CSS color string, including hex and rgb.
22
- */
23
- color?: string;
24
- /**
25
- * The configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.
26
- */
27
- line?: AxisLine;
28
- /**
29
- * The configuration of the major grid lines. These are the lines that are an extension of the major ticks through the body of the Chart.
30
- */
31
- majorGridLines?: GridLines;
32
- /**
33
- * The configuration of the axis major ticks.
34
- */
35
- majorTicks?: AxisTicks;
36
- /**
37
- * The configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the Chart.
38
- */
39
- minorGridLines?: GridLines;
40
- /**
41
- * The configuration of the axis minor ticks.
42
- */
43
- minorTicks?: AxisTicks;
44
- /**
45
- * If set to `true`, the Chart prevents the axis range from snapping to zero. Setting it to `false`, forces the axis range to snap to zero.
46
- */
47
- narrowRange?: boolean;
48
- /**
49
- * The name of the pane in which the axis has to be rendered. If not set, the axis will be rendered in the first (default) pane.
50
- */
51
- pane?: string;
52
- /**
53
- * The plot bands of the axis.
54
- */
55
- plotBands?: PlotBand[];
56
- /**
57
- * If set to `true`, the axis direction is reversed. By default, categories are listed from left to right and from bottom to top.
58
- */
59
- reverse?: boolean;
60
- /**
61
- * The angle (degrees) of the first category on the axis. Angles increase clockwise with zero to the left. Negative values are acceptable.
62
- */
63
- startAngle?: number;
64
- /**
65
- * If set to `true`, the Chart displays the axis. By default, the axis is visible.
66
- */
67
- visible?: boolean;
68
- /**
69
- * The crosshair configuration options. The crosshair is displayed when the [`axisDefaults.crosshair.visible`]({% slug api_charts_chartaxisdefaultscrosshairprops %}#toc-visible) option is set to `true`.
70
- */
71
- crosshair?: AxisDefaultsCrosshair;
72
- /**
73
- * The configuration of the axis labels.
74
- */
75
- labels?: AxisDefaultsLabels;
76
- /**
77
- * The title configuration of the axis. To display the title, set the [`axisDefaults.title.text`]({% slug api_charts_chartaxisdefaultstitleprops %}#toc-text) option.
78
- */
79
- title?: AxisDefaultsTitle;
80
- }
@@ -1,47 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { DashType } from '../../common/property-types';
9
- import { CategoryAxisCrosshairTooltip } from './crosshair.tooltip.interface';
10
- /**
11
- * @hidden
12
- */
13
- export interface CategoryAxisCrosshair {
14
- /**
15
- * The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.
16
- */
17
- color?: string;
18
- /**
19
- * The dash type of the crosshair.
20
- *
21
- * The following dash types are supported:
22
- * - `"dash"`&mdash;A line consisting of dashes.
23
- * - `"dashDot"`&mdash;A line consisting of a repeating pattern of dash-dot.
24
- * - `"dot"`&mdash;A line consisting of dots.
25
- * - `"longDash"`&mdash;A line consisting of a repeating pattern of long-dash.
26
- * - `"longDashDot"`&mdash;A line consisting of a repeating pattern of long-dash-dot.
27
- * - `"longDashDotDot"`&mdash;A line consisting of a repeating pattern of long-dash-dot-dot.
28
- * - `"solid"`&mdash;A solid line.
29
- */
30
- dashType?: DashType | string;
31
- /**
32
- * The opacity of the crosshair. By default, the crosshair is opaque.
33
- */
34
- opacity?: number;
35
- /**
36
- * If set to `true`, the Chart displays the category axis crosshair. By default, the category axis crosshair is not visible.
37
- */
38
- visible?: boolean;
39
- /**
40
- * The width of the crosshair in pixels.
41
- */
42
- width?: number;
43
- /**
44
- * The options of the crosshair tooltip. The crosshair tooltip is displayed when the [`categoryAxis.crosshair.tooltip.visible`]({% slug api_charts_chartcategoryaxiscrosshairtooltipprops %}#toc-visible) option is set to `true`.
45
- */
46
- tooltip?: CategoryAxisCrosshairTooltip;
47
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
9
- /**
10
- * @hidden
11
- */
12
- export interface CategoryAxisCrosshairTooltip extends AxisCrosshairTooltip {
13
- }
@@ -1,110 +0,0 @@
1
- /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
7
- */
8
- import { drawing } from '@progress/kendo-drawing';
9
- import { AxisLabelsPosition, AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types';
10
- /**
11
- * @hidden
12
- */
13
- export interface CategoryAxisLabels {
14
- /**
15
- * The background color of the labels. Accepts a valid CSS color string, including hex and rgb.
16
- */
17
- background?: string;
18
- /**
19
- * The border of the labels.
20
- */
21
- border?: Border;
22
- /**
23
- * The text color of the labels. Accepts a valid CSS color string, including hex and rgb.
24
- */
25
- color?: string;
26
- /**
27
- * The function which returns the label content. You can split the text into multiple lines by using the line feed characters (`"\n"`).
28
- *
29
- * The fields available in the function argument are:
30
- * - `value`&mdash;The category value.
31
- * - `dataItem`&mdash;The data item if a field is specified. If the category does not have a corresponding item in the data, an empty object is passed.
32
- * - `format`&mdash;The default format of the label.
33
- * - `culture`&mdash;The default culture (if set) of the label.
34
- * - `text`&mdash;The default label text.
35
- * - `index`&mdash;The index of the label.
36
- * - `count`&mdash;The total number of rendered labels.
37
- */
38
- content?: (e: any) => string;
39
- /**
40
- * The culture to use when formatting date values. The specified culture must be loaded as demonstrated in the [Internationalization Overview]({% slug overview_intl %}).
41
- */
42
- culture?: string;
43
- /**
44
- * The format for displaying the labels of the date category axis. The `{0}` placeholder represents the category value. The Chart selects the appropriate format for the current [`categoryAxis.baseUnit`]({% slug api_charts_chartcategoryaxisitemprops %}#toc-baseunit) option.
45
- *
46
- * Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) option overrides the date formats. For more information, refer to the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
47
- *
48
- * > Not supported for Radar Charts. Use [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) instead.
49
- */
50
- dateFormats?: DateFormats;
51
- /**
52
- * The font style of the labels.
53
- */
54
- font?: string;
55
- /**
56
- * The format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value.
57
- */
58
- format?: string;
59
- /**
60
- * The margin of the labels. A numeric value sets all margins.
61
- */
62
- margin?: Margin | number;
63
- /**
64
- * If set to `true`, the Chart mirrors the axis labels and ticks. If the labels are normally on the left side of the axis, the mirroring of the axis renders them to the right.
65
- */
66
- mirror?: boolean;
67
- /**
68
- * The padding of the labels. A numeric value sets all paddings.
69
- */
70
- padding?: Padding | number;
71
- /**
72
- * The position of the axis labels. By default, labels are positioned next to the axis.
73
- * * When `position` is set to `end`, the labels are placed at the end of the crossing axis&mdash;
74
- * typically, at the top or right end of the Chart unless the crossing axis was reversed.
75
- * * When `position` is set to `start`, the labels are placed at the start of the crossing axis&mdash;
76
- * typically, at the left or bottom end of the Chart unless the crossing axis was reversed.
77
- */
78
- position?: AxisLabelsPosition | string;
79
- /**
80
- * The rotation angle of the labels. By default, the labels are not rotated. If the axis is horizontal, can be set to `"auto"`. In this case, the labels are rotated only if the slot size is not sufficient for the entire labels.
81
- */
82
- rotation?: LabelRotation | number | 'auto';
83
- /**
84
- * The number of labels to skip. By default, no labels are skipped.
85
- */
86
- skip?: number;
87
- /**
88
- * The rendering step of the label&mdash;renders every n<sup>th</sup> label. By default, every label is rendered.
89
- */
90
- step?: number;
91
- /**
92
- * If set to `true`, the Chart displays the category axis labels. By default, the category axis labels are visible.
93
- */
94
- visible?: boolean;
95
- /**
96
- * A function for creating a custom visual for the labels.
97
- *
98
- * The available argument fields are:
99
- * - `createVisual`&mdash;A function for getting the default visual.
100
- * - `culture`&mdash;The default culture (if set) on the label.
101
- * - `dataItem`&mdash;The data item if a field is specified.
102
- * - `format`&mdash;The default format of the label.
103
- * - `options`&mdash;The label options.
104
- * - `rect`&mdash;The geometry [`Rect`]({% slug api_kendo-drawing_geometry_rect %}) that defines where the visual has to be rendered.
105
- * - `sender`&mdash;The Chart instance (might be `undefined`).
106
- * - `text`&mdash;The label text.
107
- * - `value`&mdash;The category value.
108
- */
109
- visual?: (e: AxisLabelVisualArgs) => drawing.Element;
110
- }