@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,82 +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, geometry } from '@progress/kendo-drawing';
9
- /**
10
- * The context for the series point visual function.
11
- */
12
- export interface SeriesVisualArgs {
13
- /**
14
- * The point category.
15
- */
16
- category: any;
17
- /**
18
- * A function that can be used to get the default visual.
19
- */
20
- createVisual: () => drawing.Element;
21
- /**
22
- * The center point of the segment.
23
- * Available for the Donut and Pie series.
24
- */
25
- center?: geometry.Point;
26
- /**
27
- * The point data item.
28
- */
29
- dataItem: any;
30
- /**
31
- * The end angle of the segment. Available for the Donut and Pie series.
32
- */
33
- endAngle?: number;
34
- /**
35
- * The inner radius of the segment. Available for the Donut and Pie series.
36
- */
37
- innerRadius?: number;
38
- /**
39
- * The point options.
40
- */
41
- options: any;
42
- /**
43
- * The point value represented as a percentage value. Available only for the Donut, Pie, and 100% stacked charts.
44
- */
45
- percentage?: number;
46
- /**
47
- * The segment points. Available for the Donut and Pie series.
48
- */
49
- points?: geometry.Point[];
50
- /**
51
- * The segment radius. Available for the Donut and Pie series.
52
- */
53
- radius?: number;
54
- /**
55
- * The rectangle that defines the normal position of the visual.
56
- */
57
- rect: geometry.Rect;
58
- /**
59
- * The sum of point values since the last `runningTotal` summary point. Available for the Waterfall series.
60
- */
61
- runningTotal?: number;
62
- /**
63
- * The instance of the Chart component.
64
- */
65
- sender: Object;
66
- /**
67
- * The point series.
68
- */
69
- series: any;
70
- /**
71
- * The start angle of the segment. Available for the Donut and Pie series.
72
- */
73
- startAngle?: number;
74
- /**
75
- * The sum of all previous series values. Available for the Waterfall series.
76
- */
77
- total?: number;
78
- /**
79
- * The point value.
80
- */
81
- value: any;
82
- }
@@ -1,33 +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, geometry } from '@progress/kendo-drawing';
9
- /**
10
- * The context for the title visual function.
11
- */
12
- export interface TitleVisualArgs {
13
- /**
14
- * A function that can be used to get the default visual.
15
- */
16
- createVisual: () => drawing.Element;
17
- /**
18
- * The title options.
19
- */
20
- options: any;
21
- /**
22
- * The rectangle that defines the normal position of the visual.
23
- */
24
- rect: geometry.Rect;
25
- /**
26
- * The instance of the Chart component.
27
- */
28
- sender: Object;
29
- /**
30
- * The text of the title.
31
- */
32
- text: string;
33
- }
@@ -1,46 +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 provided time-interval steps when `baseUnit` is set to either `"fit"` or `"auto"`.
10
- * The axis will try to divide the active period into the smallest possible units
11
- * that yield `maxDateGroups` or less discrete intervals.
12
- */
13
- export interface AutoBaseUnitSteps {
14
- /**
15
- * The preferred interval steps when displaying milliseconds.
16
- */
17
- milliseconds?: number[];
18
- /**
19
- * The preferred interval steps when displaying seconds.
20
- */
21
- seconds?: number[];
22
- /**
23
- * The preferred interval steps when displaying minutes.
24
- */
25
- minutes?: number[];
26
- /**
27
- * The preferred interval steps when displaying hours.
28
- */
29
- hours?: number[];
30
- /**
31
- * The preferred interval steps when displaying days.
32
- */
33
- days?: number[];
34
- /**
35
- * The preferred interval steps when displaying weeks.
36
- */
37
- weeks?: number[];
38
- /**
39
- * The preferred interval steps when displaying months.
40
- */
41
- months?: number[];
42
- /**
43
- * The preferred interval steps when displaying years.
44
- */
45
- years?: number[];
46
- }
@@ -1,22 +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 position of the axis labels.
10
- *
11
- * @example
12
- * ```jsx
13
- * <Chart>
14
- * <ChartValueAxis>
15
- * <ChartValueAxisItem :labels="{ position: 'end' }"/>
16
- * </ChartValueAxis>
17
- * </Chart>
18
- * );
19
- *
20
- * ```
21
- */
22
- export type AxisLabelsPosition = 'start' | 'end' | 'onAxis' | '';
@@ -1,29 +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 './dash-type';
9
- /**
10
- * The appearance settings for the axis lines. Affects the major and minor axis ticks, but not the grid lines (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
11
- */
12
- export interface AxisLine {
13
- /**
14
- * The color of the lines. Accepts a valid CSS color string, including hex and rgb. Setting the `color` option affects the major and minor axis ticks, but not the grid lines.
15
- */
16
- color?: string;
17
- /**
18
- * The dash type of the line.
19
- */
20
- dashType?: DashType;
21
- /**
22
- * If set to `true`, the Chart displays the axis lines. By default, the axis lines are visible.
23
- */
24
- visible?: boolean;
25
- /**
26
- * The width of the line in pixels. Affects the major and minor axis ticks, but not the grid lines.
27
- */
28
- width?: number;
29
- }
@@ -1,36 +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 appearance configuration for the major and minor axis ticks (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
10
- */
11
- export interface AxisTicks {
12
- /**
13
- * The color of the tick lines. Accepts a valid CSS color string, including hex and rgb.
14
- */
15
- color?: string;
16
- /**
17
- * The length of the tick line in pixels.
18
- */
19
- size?: number;
20
- /**
21
- * The number of ticks to skip at the beginning.
22
- */
23
- skip?: number;
24
- /**
25
- * The tick-rendering step. Renders every n<sup>th</sup> tick, where `n` is the step.
26
- */
27
- step?: number;
28
- /**
29
- * If set to `true,` the Chart displays the axis ticks. By default, only the major axis ticks are visible.
30
- */
31
- visible?: boolean;
32
- /**
33
- * The width of the ticks in pixels.
34
- */
35
- width?: number;
36
- }
@@ -1,21 +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 position of an axis title.
10
- *
11
- * @example
12
- * ```jsx
13
- * <Chart>
14
- * <ChartValueAxis>
15
- * <ChartValueAxisItem :title="{ text: 'Title', position: 'top' }"/>
16
- * </ChartValueAxis>
17
- * </Chart>
18
- *
19
- * ```
20
- */
21
- export type AxisTitlePosition = 'top' | 'bottom' | 'left' | 'right' | 'center';
@@ -1,23 +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 `baseUnit` type of an X or Y axis.
10
- *
11
- * @example
12
- * ```jsx
13
- * <Chart>
14
- * <ChartXAxis>
15
- * <ChartXAxisItem :base-unit="baseUnit" />
16
- * </ChartXAxis>
17
- * <ChartSeries>
18
- * <ChartSeriesItem :type="'scatter'" :data-items="data" />
19
- * </ChartSeries>
20
- * </Chart>
21
- * ```
22
- */
23
- export type BaseUnit = 'milliseconds' | 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'years';
@@ -1,25 +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 './dash-type';
9
- /**
10
- * The appearance settings for the border lines (see the [basic usage example]({% slug api_charts_charttitleprops %})).
11
- */
12
- export interface Border {
13
- /**
14
- * The color of the border line. Accepts a valid CSS color string, including hex and rgb.
15
- */
16
- color?: string;
17
- /**
18
- * The dash type of the border line.
19
- */
20
- dashType?: DashType;
21
- /**
22
- * The width of the border line in pixels.
23
- */
24
- width?: number;
25
- }
@@ -1,16 +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 appearance settings for the target line of the Bullet series.
10
- */
11
- export interface BulletTargetLine {
12
- /**
13
- * The width of the Bullet target line in pixels.
14
- */
15
- width?: number;
16
- }
@@ -1,26 +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 { Border } from './border.interface';
9
- import { BulletTargetLine } from './bullet-target-line.interface';
10
- /**
11
- * The appearance settings for the target of the Bullet series.
12
- */
13
- export interface BulletTarget {
14
- /**
15
- * The width of the border in pixels. By default, the border width is set to `zero`, which means that the border is not visible.
16
- */
17
- border?: Border;
18
- /**
19
- * The target color.
20
- */
21
- color?: string;
22
- /**
23
- * The appearance settings for the target line of the Bullet series.
24
- */
25
- line?: BulletTargetLine;
26
- }
@@ -1,54 +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 { BaseUnit } from './base-unit';
9
- /**
10
- * The `baseUnit` type of the category axis.
11
- *
12
- * @example
13
- * ```jsx
14
- * <template>
15
- * <Chart>
16
- * <ChartCategoryAxis>
17
- * <ChartCategoryAxisItem :base-unit="baseUnit" />
18
- * </ChartCategoryAxis>
19
- * <ChartSeries>
20
- * <ChartSeriesItem :category-field="category" :data-items="dataItems" />
21
- * </ChartSeries>
22
- * </Chart>
23
- * </template>
24
- * <script>
25
- * import {
26
- * Chart,
27
- * ChartCategoryAxis,
28
- * ChartCategoryAxisItem,
29
- * ChartSeries,
30
- * ChartSeriesItem
31
- * } from '@progress/kendo-vue-charts';
32
- *
33
- * export default {
34
- * components: {
35
- * Chart,
36
- * ChartCategoryAxis,
37
- * ChartCategoryAxisItem,
38
- * ChartSeries,
39
- * ChartSeriesItem
40
- * },
41
- * data () {
42
- * return {
43
- * baseUnit: "months",
44
- * dataItems: [
45
- * { category: new Date(2000, 0, 1), value: 1 },
46
- * { category: new Date(2001, 0, 1), value: 1}
47
- * ]
48
- * };
49
- * }
50
- * }
51
- * </script>
52
- * ```
53
- */
54
- export type CategoryBaseUnit = BaseUnit | 'auto' | 'fit';
@@ -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
- /**
9
- * The dash line type.
10
- *
11
- * @example
12
- * ```jsx
13
- * <template>
14
- * <Chart>
15
- * <ChartSeries>
16
- * <ChartSeriesItem :type="'line'" :data-items="dataItems" :dash-type="'dot'" />
17
- * </ChartSeries>
18
- * </Chart>
19
- * </template>
20
- * <script>
21
- * import {
22
- * Chart,
23
- * ChartSeries,
24
- * ChartSeriesItem
25
- * } from '@progress/kendo-vue-charts';
26
- *
27
- * export default {
28
- * components: {
29
- * Chart,
30
- * ChartSeries,
31
- * ChartSeriesItem
32
- * },
33
- * data () {
34
- * return {
35
- * dataItems: [1, 2, 3]
36
- * };
37
- * }
38
- * }
39
- * </script>
40
- * ```
41
- */
42
- export type DashType = 'dash' | 'dashDot' | 'dot' | 'longDash' | 'longDashDot' | 'longDashDotDot' | 'solid';
@@ -1,46 +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 format that is used to display the labels when they are dates.
10
- *
11
- * The Chart selects the appropriate format for the current `baseUnit`. Setting the `format` option of the labels overrides the date formats.
12
- */
13
- export interface DateFormats {
14
- /**
15
- * The provided format when the axis `baseUnit` is set to `"milliseconds"`.
16
- */
17
- milliseconds?: string;
18
- /**
19
- * The provided format when the axis `baseUnit` is set to `"seconds"`.
20
- */
21
- seconds?: string;
22
- /**
23
- * The provided format when the axis `baseUnit` is set to `"minutes"`.
24
- */
25
- minutes?: string;
26
- /**
27
- * The provided format when the axis `baseUnit` is set to `"hours"`.
28
- */
29
- hours?: string;
30
- /**
31
- * The provided format when the axis `baseUnit` is set to `"days"`.
32
- */
33
- days?: string;
34
- /**
35
- * The provided format when the axis `baseUnit` is set to `"weeks"`.
36
- */
37
- weeks?: string;
38
- /**
39
- * The provided format when the axis `baseUnit` is set to `"months"`.
40
- */
41
- months?: string;
42
- /**
43
- * The provided format when the axis `baseUnit` is set to `"years"`.
44
- */
45
- years?: string;
46
- }
@@ -1,22 +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 { LockAxis } from './lock-axis';
9
- import { ModifierKey } from './modifier-key';
10
- /**
11
- * Configures the drag behavior during the pan and zoom operations.
12
- */
13
- export interface DragAction {
14
- /**
15
- * Specifies a keyboard key that has to be pressed to activate the gesture.
16
- */
17
- key?: ModifierKey;
18
- /**
19
- * Specifies an axis that will not be panned or zoomed.
20
- */
21
- lock?: LockAxis;
22
- }
@@ -1,21 +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 './dash-type';
9
- /**
10
- * The appearance settings for the error bar lines.
11
- */
12
- export interface ErrorBarLine {
13
- /**
14
- * The dash type of the line.
15
- */
16
- dashType?: DashType;
17
- /**
18
- * The width of the line in pixels.
19
- */
20
- width?: number;
21
- }
@@ -1,37 +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 './dash-type';
9
- /**
10
- * The appearance configuration for the major and minor axis grid lines (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
11
- */
12
- export interface GridLines {
13
- /**
14
- * The color of the grid lines. Accepts a valid CSS color string, including hex and rgb.
15
- */
16
- color?: string;
17
- /**
18
- * The dash type of the grid lines.
19
- */
20
- dashType?: DashType;
21
- /**
22
- * The number of lines to skip at the beginning.
23
- */
24
- skip?: number;
25
- /**
26
- * The tick-rendering step. Renders every n<sup>th</sup> line, where `n` is the step.
27
- */
28
- step?: number;
29
- /**
30
- * If set to `true`, the Chart displays the lines. By default, only the major axis grid lines are visible.
31
- */
32
- visible?: boolean;
33
- /**
34
- * The width of the lines in pixels.
35
- */
36
- width?: number;
37
- }
@@ -1,29 +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 './dash-type';
9
- /**
10
- * The appearance settings for the highlight line of the Candlestick and OHLC series.
11
- */
12
- export interface HighlightLine {
13
- /**
14
- * The color of the highlighted line. Accepts a valid CSS color string, including hex and rgb. The default color is computed from the base-point color.
15
- */
16
- color?: string;
17
- /**
18
- * The dash type of the line.
19
- */
20
- dashType?: DashType;
21
- /**
22
- * The opacity of the line. By default, the border is opaque (`opacity = 1`).
23
- */
24
- opacity?: number;
25
- /**
26
- * The width of the line in pixels.
27
- */
28
- width?: number;
29
- }
@@ -1,24 +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 appearance settings for the label connectors on the Donut and Pie series.
10
- */
11
- export interface LabelConnectors {
12
- /**
13
- * The color of the connecting line. Accepts a valid CSS color string, including hex and rgb.
14
- */
15
- color?: string;
16
- /**
17
- * The distance between the connector line and the main chart.
18
- */
19
- padding?: number;
20
- /**
21
- * The width of the connector line in pixels.
22
- */
23
- width?: number;
24
- }
@@ -1,26 +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 rotation configuration for the axis labels.
10
- */
11
- export interface LabelRotation {
12
- /**
13
- * The alignment of the rotated labels relative to the slot center.
14
- *
15
- * The supported values are:
16
- * * `"end"`
17
- * * `"center"`
18
- *
19
- * By default, the Charts align the closest end of the label to the center. If set to `"center"`, the center of the rotated label will be aligned instead.
20
- */
21
- align?: 'end' | 'center';
22
- /**
23
- * The rotation angle of the labels. By default, the labels are not rotated. Can be set to `"auto"`. In this case, the labels will be rotated only if the slot size is not sufficient for the entire labels.
24
- */
25
- angle?: number | 'auto';
26
- }