@progress/kendo-angular-charts 17.0.0-develop.3 → 17.0.0-develop.31

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 (517) hide show
  1. package/README.md +52 -49
  2. package/chart/axis-defaults/crosshair.component.d.ts +1 -1
  3. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +1 -1
  4. package/chart/axis-defaults/labels.component.d.ts +1 -1
  5. package/chart/axis-defaults/title.component.d.ts +1 -1
  6. package/chart/axis-defaults.component.d.ts +1 -1
  7. package/chart/category-axis-item/crosshair.component.d.ts +1 -1
  8. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
  9. package/chart/category-axis-item/labels.component.d.ts +1 -1
  10. package/chart/category-axis-item/notes.component.d.ts +1 -1
  11. package/chart/category-axis-item/notes.icon.component.d.ts +1 -1
  12. package/chart/category-axis-item/notes.label.component.d.ts +1 -1
  13. package/chart/category-axis-item/select.component.d.ts +1 -1
  14. package/chart/category-axis-item/title.component.d.ts +1 -1
  15. package/chart/category-axis-item.component.d.ts +1 -1
  16. package/chart/chart-area.component.d.ts +1 -1
  17. package/chart/legend/inactive-items.component.d.ts +1 -1
  18. package/chart/legend/item.component.d.ts +1 -1
  19. package/chart/legend.component.d.ts +1 -1
  20. package/chart/localization/custom-messages.component.d.ts +23 -0
  21. package/chart/localization/localized-messages.directive.d.ts +16 -0
  22. package/chart/localization/messages.d.ts +17 -0
  23. package/chart/no-data-template.directive.d.ts +17 -0
  24. package/chart/pane/title.component.d.ts +1 -1
  25. package/chart/pane-defaults/title.component.d.ts +1 -1
  26. package/chart/pane-defaults.component.d.ts +1 -1
  27. package/chart/pane.component.d.ts +1 -1
  28. package/chart/plot-area.component.d.ts +1 -1
  29. package/chart/series-defaults/labels.component.d.ts +1 -1
  30. package/chart/series-defaults/labels.from.component.d.ts +1 -1
  31. package/chart/series-defaults/labels.to.component.d.ts +1 -1
  32. package/chart/series-defaults/notes.component.d.ts +1 -1
  33. package/chart/series-defaults/notes.icon.component.d.ts +1 -1
  34. package/chart/series-defaults/notes.label.component.d.ts +1 -1
  35. package/chart/series-defaults/tooltip.component.d.ts +1 -1
  36. package/chart/series-defaults.component.d.ts +1 -1
  37. package/chart/series-item/error-bars.component.d.ts +1 -1
  38. package/chart/series-item/extremes.component.d.ts +1 -1
  39. package/chart/series-item/highlight.component.d.ts +1 -1
  40. package/chart/series-item/labels.component.d.ts +1 -1
  41. package/chart/series-item/labels.from.component.d.ts +1 -1
  42. package/chart/series-item/labels.to.component.d.ts +1 -1
  43. package/chart/series-item/markers.component.d.ts +1 -1
  44. package/chart/series-item/notes.component.d.ts +1 -1
  45. package/chart/series-item/notes.icon.component.d.ts +1 -1
  46. package/chart/series-item/notes.label.component.d.ts +1 -1
  47. package/chart/series-item/outliers.component.d.ts +1 -1
  48. package/chart/series-item/tooltip.component.d.ts +1 -1
  49. package/chart/series-item/trendline.component.d.ts +1 -1
  50. package/chart/series-item/trendline.forecast.component.d.ts +1 -1
  51. package/chart/series-item.component.d.ts +11 -2
  52. package/chart/subtitle.component.d.ts +1 -1
  53. package/chart/title.component.d.ts +1 -1
  54. package/chart/tooltip/base-tooltip.d.ts +1 -1
  55. package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -3
  56. package/chart/tooltip/crosshair-tooltips-container.component.d.ts +2 -2
  57. package/chart/tooltip/tooltip-popup.component.d.ts +1 -3
  58. package/chart/tooltip.component.d.ts +1 -1
  59. package/chart/value-axis-item/crosshair.component.d.ts +1 -1
  60. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +1 -1
  61. package/chart/value-axis-item/labels.component.d.ts +1 -1
  62. package/chart/value-axis-item/notes.component.d.ts +1 -1
  63. package/chart/value-axis-item/notes.icon.component.d.ts +1 -1
  64. package/chart/value-axis-item/notes.label.component.d.ts +1 -1
  65. package/chart/value-axis-item/title.component.d.ts +1 -1
  66. package/chart/value-axis-item.component.d.ts +1 -1
  67. package/chart/x-axis-item/crosshair.component.d.ts +1 -1
  68. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
  69. package/chart/x-axis-item/labels.component.d.ts +1 -1
  70. package/chart/x-axis-item/notes.component.d.ts +1 -1
  71. package/chart/x-axis-item/notes.icon.component.d.ts +1 -1
  72. package/chart/x-axis-item/notes.label.component.d.ts +1 -1
  73. package/chart/x-axis-item/title.component.d.ts +1 -1
  74. package/chart/x-axis-item.component.d.ts +1 -1
  75. package/chart/y-axis-item/crosshair.component.d.ts +1 -1
  76. package/chart/y-axis-item/crosshair.tooltip.component.d.ts +1 -1
  77. package/chart/y-axis-item/labels.component.d.ts +1 -1
  78. package/chart/y-axis-item/notes.component.d.ts +1 -1
  79. package/chart/y-axis-item/notes.icon.component.d.ts +1 -1
  80. package/chart/y-axis-item/notes.label.component.d.ts +1 -1
  81. package/chart/y-axis-item/title.component.d.ts +1 -1
  82. package/chart/y-axis-item.component.d.ts +1 -1
  83. package/chart/zoomable.component.d.ts +1 -1
  84. package/chart-breadcrumb.component.d.ts +1 -1
  85. package/chart-options.interface.d.ts +7 -0
  86. package/chart.component.d.ts +8 -1
  87. package/chart.directives.d.ts +4 -1
  88. package/chart.module.d.ts +92 -89
  89. package/charts.module.d.ts +135 -132
  90. package/common/property-types.d.ts +1 -0
  91. package/directives.d.ts +5 -2
  92. package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.component.mjs +28 -3
  93. package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.tooltip.component.mjs +29 -3
  94. package/esm2022/chart/axis-defaults/labels.component.mjs +105 -0
  95. package/{esm2020 → esm2022}/chart/axis-defaults/title.component.mjs +39 -3
  96. package/{esm2020 → esm2022}/chart/axis-defaults.component.mjs +40 -3
  97. package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.component.mjs +28 -3
  98. package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.tooltip.component.mjs +29 -3
  99. package/esm2022/chart/category-axis-item/labels.component.mjs +129 -0
  100. package/{esm2020 → esm2022}/chart/category-axis-item/notes.component.mjs +11 -3
  101. package/{esm2020 → esm2022}/chart/category-axis-item/notes.icon.component.mjs +9 -3
  102. package/{esm2020/chart/y-axis-item → esm2022/chart/category-axis-item}/notes.label.component.mjs +37 -5
  103. package/{esm2020 → esm2022}/chart/category-axis-item/range-labels.component.mjs +4 -3
  104. package/{esm2020 → esm2022}/chart/category-axis-item/select.component.mjs +9 -3
  105. package/{esm2020 → esm2022}/chart/category-axis-item/title.component.mjs +40 -3
  106. package/{esm2020 → esm2022}/chart/category-axis-item.component.mjs +76 -3
  107. package/{esm2020 → esm2022}/chart/category-axis.component.mjs +6 -3
  108. package/{esm2020 → esm2022}/chart/chart-area.component.mjs +30 -3
  109. package/{esm2020 → esm2022}/chart/donut-center-template.directive.mjs +4 -3
  110. package/{esm2020 → esm2022}/chart/legend/inactive-items.component.mjs +5 -3
  111. package/{esm2020 → esm2022}/chart/legend/item.component.mjs +11 -3
  112. package/esm2022/chart/legend.component.mjs +136 -0
  113. package/esm2022/chart/localization/custom-messages.component.mjs +49 -0
  114. package/esm2022/chart/localization/localized-messages.directive.mjs +39 -0
  115. package/esm2022/chart/localization/messages.mjs +27 -0
  116. package/esm2022/chart/no-data-template.directive.mjs +28 -0
  117. package/{esm2020 → esm2022}/chart/pane/title.component.mjs +31 -3
  118. package/{esm2020 → esm2022}/chart/pane-defaults/title.component.mjs +30 -3
  119. package/{esm2020 → esm2022}/chart/pane-defaults.component.mjs +19 -3
  120. package/{esm2020 → esm2022}/chart/pane.component.mjs +21 -3
  121. package/{esm2020 → esm2022}/chart/panes.component.mjs +6 -3
  122. package/{esm2020 → esm2022}/chart/plot-area.component.mjs +27 -3
  123. package/{esm2020 → esm2022}/chart/series-defaults/labels.component.mjs +37 -3
  124. package/{esm2020 → esm2022}/chart/series-defaults/labels.from.component.mjs +33 -3
  125. package/{esm2020 → esm2022}/chart/series-defaults/labels.to.component.mjs +33 -3
  126. package/{esm2020 → esm2022}/chart/series-defaults/notes.component.mjs +9 -3
  127. package/{esm2020/chart/y-axis-item → esm2022/chart/series-defaults}/notes.icon.component.mjs +20 -6
  128. package/{esm2020 → esm2022}/chart/series-defaults/notes.label.component.mjs +34 -3
  129. package/{esm2020 → esm2022}/chart/series-defaults/tooltip.component.mjs +23 -3
  130. package/{esm2020 → esm2022}/chart/series-defaults.component.mjs +32 -3
  131. package/{esm2020 → esm2022}/chart/series-drilldown-template.directive.mjs +4 -3
  132. package/{esm2020 → esm2022}/chart/series-item/error-bars.component.mjs +15 -3
  133. package/{esm2020 → esm2022}/chart/series-item/extremes.component.mjs +17 -3
  134. package/{esm2020 → esm2022}/chart/series-item/highlight.component.mjs +16 -3
  135. package/{esm2020 → esm2022}/chart/series-item/labels.component.mjs +50 -3
  136. package/{esm2020 → esm2022}/chart/series-item/labels.from.component.mjs +34 -3
  137. package/{esm2020 → esm2022}/chart/series-item/labels.to.component.mjs +34 -3
  138. package/{esm2020 → esm2022}/chart/series-item/markers.component.mjs +25 -3
  139. package/{esm2020 → esm2022}/chart/series-item/notes.component.mjs +10 -3
  140. package/{esm2020 → esm2022}/chart/series-item/notes.icon.component.mjs +19 -3
  141. package/{esm2020 → esm2022}/chart/series-item/notes.label.component.mjs +39 -3
  142. package/{esm2020 → esm2022}/chart/series-item/outliers.component.mjs +19 -3
  143. package/{esm2020 → esm2022}/chart/series-item/tooltip.component.mjs +20 -3
  144. package/{esm2020 → esm2022}/chart/series-item/trendline.component.mjs +8 -3
  145. package/{esm2020 → esm2022}/chart/series-item/trendline.forecast.component.mjs +12 -3
  146. package/esm2022/chart/series-item.component.mjs +647 -0
  147. package/{esm2020 → esm2022}/chart/series.component.mjs +8 -3
  148. package/{esm2020 → esm2022}/chart/subtitle.component.mjs +39 -3
  149. package/{esm2020 → esm2022}/chart/title.component.mjs +47 -3
  150. package/{esm2020 → esm2022}/chart/tooltip/base-tooltip.mjs +14 -7
  151. package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltip.component.mjs +11 -10
  152. package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltips-container.component.mjs +12 -12
  153. package/{esm2020 → esm2022}/chart/tooltip/series-tooltip-template.directive.mjs +4 -3
  154. package/{esm2020 → esm2022}/chart/tooltip/shared-tooltip-template.directive.mjs +4 -3
  155. package/{esm2020 → esm2022}/chart/tooltip/tooltip-popup.component.mjs +25 -15
  156. package/esm2022/chart/tooltip/tooltip-template-point.mjs +105 -0
  157. package/{esm2020 → esm2022}/chart/tooltip.component.mjs +32 -3
  158. package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.component.mjs +25 -3
  159. package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.tooltip.component.mjs +27 -3
  160. package/esm2022/chart/value-axis-item/labels.component.mjs +118 -0
  161. package/{esm2020 → esm2022}/chart/value-axis-item/notes.component.mjs +11 -3
  162. package/{esm2020 → esm2022}/chart/value-axis-item/notes.icon.component.mjs +17 -3
  163. package/{esm2020 → esm2022}/chart/value-axis-item/notes.label.component.mjs +34 -3
  164. package/{esm2020 → esm2022}/chart/value-axis-item/title.component.mjs +39 -3
  165. package/{esm2020 → esm2022}/chart/value-axis-item.component.mjs +64 -3
  166. package/{esm2020 → esm2022}/chart/value-axis.component.mjs +6 -3
  167. package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.component.mjs +22 -3
  168. package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.tooltip.component.mjs +29 -3
  169. package/{esm2020 → esm2022}/chart/x-axis-item/labels.component.mjs +50 -3
  170. package/{esm2020 → esm2022}/chart/x-axis-item/notes.component.mjs +11 -3
  171. package/{esm2020 → esm2022}/chart/x-axis-item/notes.icon.component.mjs +17 -3
  172. package/{esm2020 → esm2022}/chart/x-axis-item/notes.label.component.mjs +35 -3
  173. package/{esm2020 → esm2022}/chart/x-axis-item/title.component.mjs +40 -3
  174. package/{esm2020 → esm2022}/chart/x-axis-item.component.mjs +47 -3
  175. package/{esm2020 → esm2022}/chart/x-axis.component.mjs +6 -3
  176. package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.component.mjs +10 -3
  177. package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.tooltip.component.mjs +11 -3
  178. package/esm2022/chart/y-axis-item/labels.component.mjs +123 -0
  179. package/{esm2020 → esm2022}/chart/y-axis-item/notes.component.mjs +11 -3
  180. package/esm2022/chart/y-axis-item/notes.icon.component.mjs +53 -0
  181. package/esm2022/chart/y-axis-item/notes.label.component.mjs +79 -0
  182. package/{esm2020 → esm2022}/chart/y-axis-item/title.component.mjs +40 -3
  183. package/{esm2020 → esm2022}/chart/y-axis-item.component.mjs +54 -3
  184. package/{esm2020 → esm2022}/chart/y-axis.component.mjs +6 -3
  185. package/{esm2020 → esm2022}/chart/zoomable.component.mjs +6 -3
  186. package/{esm2020 → esm2022}/chart-breadcrumb.component.mjs +21 -14
  187. package/{esm2020 → esm2022}/chart.component.mjs +280 -172
  188. package/{esm2020 → esm2022}/chart.directives.mjs +4 -1
  189. package/esm2022/chart.module.mjs +140 -0
  190. package/esm2022/charts.module.mjs +184 -0
  191. package/{esm2020 → esm2022}/common/chart-instance-observer.mjs +7 -7
  192. package/{esm2020 → esm2022}/common/collection-item.component.mjs +8 -5
  193. package/{esm2020 → esm2022}/common/collection.component.mjs +9 -4
  194. package/{esm2020 → esm2022}/common/collection.service.mjs +7 -3
  195. package/{esm2020 → esm2022}/common/configuration.service.mjs +10 -5
  196. package/{esm2020 → esm2022}/common/prefix-configuration.service.mjs +5 -3
  197. package/{esm2020 → esm2022}/common/root-configuration.service.mjs +3 -3
  198. package/{esm2020 → esm2022}/common/settings.component.mjs +6 -4
  199. package/{esm2020 → esm2022}/common/theme.service.mjs +5 -4
  200. package/{esm2020 → esm2022}/common/tooltip-template.service.mjs +6 -3
  201. package/{esm2020 → esm2022}/directives.mjs +6 -0
  202. package/{esm2020 → esm2022}/events/axis-label-click-event.mjs +21 -0
  203. package/{esm2020 → esm2022}/events/base-event.mjs +7 -3
  204. package/{esm2020 → esm2022}/events/drag-end-event.mjs +9 -0
  205. package/{esm2020 → esm2022}/events/drag-event.mjs +9 -0
  206. package/{esm2020 → esm2022}/events/drag-start-event.mjs +9 -0
  207. package/{esm2020 → esm2022}/events/drilldown-event.mjs +12 -0
  208. package/{esm2020 → esm2022}/events/legend-event.mjs +17 -0
  209. package/{esm2020 → esm2022}/events/note-event.mjs +20 -0
  210. package/{esm2020 → esm2022}/events/pane-render-event.mjs +12 -0
  211. package/{esm2020 → esm2022}/events/plot-area-click-event.mjs +20 -0
  212. package/{esm2020 → esm2022}/events/plot-area-hover-event.mjs +20 -0
  213. package/{esm2020 → esm2022}/events/preventable-event.mjs +4 -7
  214. package/{esm2020 → esm2022}/events/select-end-event.mjs +12 -0
  215. package/{esm2020 → esm2022}/events/select-event.mjs +12 -0
  216. package/{esm2020 → esm2022}/events/select-start-event.mjs +12 -0
  217. package/{esm2020 → esm2022}/events/series-click-event.mjs +33 -0
  218. package/{esm2020 → esm2022}/events/series-event.mjs +32 -0
  219. package/{esm2020 → esm2022}/events/zoom-end-event.mjs +12 -0
  220. package/{esm2020 → esm2022}/events/zoom-event.mjs +18 -0
  221. package/{esm2020 → esm2022}/events/zoom-start-event.mjs +9 -0
  222. package/{esm2020 → esm2022}/index.mjs +1 -0
  223. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  224. package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.directive.mjs +22 -13
  225. package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.event.mjs +10 -0
  226. package/{esm2020 → esm2022}/sankey/events/sankey-base-event.mjs +8 -0
  227. package/{esm2020 → esm2022}/sankey/events/sankey-link-event.mjs +4 -0
  228. package/{esm2020 → esm2022}/sankey/events/sankey-node-event.mjs +4 -0
  229. package/{esm2020 → esm2022}/sankey/labels.component.mjs +14 -3
  230. package/esm2022/sankey/legend.component.mjs +129 -0
  231. package/{esm2020 → esm2022}/sankey/links.component.mjs +8 -3
  232. package/{esm2020 → esm2022}/sankey/localization/custom-messages.component.mjs +9 -8
  233. package/{esm2020 → esm2022}/sankey/localization/localized-messages.directive.mjs +9 -8
  234. package/{esm2020 → esm2022}/sankey/localization/messages.mjs +7 -3
  235. package/{esm2020 → esm2022}/sankey/nodes.component.mjs +20 -3
  236. package/{esm2020 → esm2022}/sankey/title.component.mjs +47 -3
  237. package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template-context.mjs +12 -0
  238. package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template.directive.mjs +4 -3
  239. package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template-context.mjs +12 -0
  240. package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template.directive.mjs +4 -3
  241. package/{esm2020 → esm2022}/sankey/tooltip/square-symbol.directive.mjs +7 -8
  242. package/{esm2020 → esm2022}/sankey/tooltip/tooltip-popup.component.mjs +36 -19
  243. package/{esm2020 → esm2022}/sankey/tooltip/tooltip-template.service.mjs +5 -3
  244. package/{esm2020 → esm2022}/sankey/tooltip.component.mjs +30 -3
  245. package/{esm2020 → esm2022}/sankey.component.mjs +107 -50
  246. package/{esm2020 → esm2022}/sankey.module.mjs +4 -4
  247. package/{esm2020 → esm2022}/sparkline.component.mjs +67 -43
  248. package/{esm2020 → esm2022}/sparkline.module.mjs +4 -4
  249. package/{esm2020 → esm2022}/stock-chart/events/navigator-filter-event.mjs +8 -0
  250. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.component.mjs +4 -3
  251. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +4 -3
  252. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/labels.component.mjs +4 -3
  253. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.component.mjs +4 -3
  254. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.icon.component.mjs +4 -3
  255. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.label.component.mjs +4 -3
  256. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/select.component.mjs +4 -3
  257. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/title.component.mjs +4 -3
  258. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis.component.mjs +10 -9
  259. package/{esm2020 → esm2022}/stock-chart/navigator/hint.component.mjs +7 -3
  260. package/{esm2020 → esm2022}/stock-chart/navigator/pane/title.component.mjs +4 -3
  261. package/{esm2020 → esm2022}/stock-chart/navigator/pane.component.mjs +4 -3
  262. package/{esm2020 → esm2022}/stock-chart/navigator/select.component.mjs +7 -3
  263. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/error-bars.component.mjs +4 -3
  264. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/extremes.component.mjs +4 -3
  265. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/highlight.component.mjs +4 -3
  266. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.component.mjs +4 -3
  267. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.from.component.mjs +4 -3
  268. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.to.component.mjs +4 -3
  269. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/markers.component.mjs +4 -3
  270. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.component.mjs +4 -3
  271. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.icon.component.mjs +4 -3
  272. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.label.component.mjs +4 -3
  273. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/outliers.component.mjs +4 -3
  274. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/tooltip.component.mjs +4 -3
  275. package/{esm2020 → esm2022}/stock-chart/navigator/series-item.component.mjs +9 -3
  276. package/{esm2020 → esm2022}/stock-chart/navigator/series.component.mjs +8 -3
  277. package/{esm2020 → esm2022}/stock-chart/navigator.component.mjs +12 -3
  278. package/{esm2020 → esm2022}/stock-chart.component.mjs +60 -39
  279. package/esm2022/stock-chart.module.mjs +147 -0
  280. package/{fesm2020 → fesm2022}/progress-kendo-angular-charts.mjs +4307 -884
  281. package/field-types/axis-labels-position.d.ts +1 -1
  282. package/field-types/axis-title-position.d.ts +1 -1
  283. package/field-types/base-unit.d.ts +1 -1
  284. package/field-types/category-base-unit.d.ts +1 -1
  285. package/field-types/dash-type.d.ts +1 -1
  286. package/field-types/line-style.d.ts +1 -1
  287. package/field-types/lock-axis.d.ts +1 -1
  288. package/field-types/marker-type.d.ts +1 -1
  289. package/field-types/modifier-key.d.ts +1 -1
  290. package/field-types/note-label-position.d.ts +1 -1
  291. package/field-types/note-position.d.ts +1 -1
  292. package/field-types/series-labels-alignment.d.ts +1 -1
  293. package/field-types/series-labels-position.d.ts +1 -1
  294. package/field-types/series-type.d.ts +1 -1
  295. package/index.d.ts +1 -0
  296. package/option-types/legend/item.interface.d.ts +1 -1
  297. package/option-types/series-item.interface.d.ts +10 -0
  298. package/package.json +18 -24
  299. package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
  300. package/sankey/labels.component.d.ts +1 -1
  301. package/sankey/legend.component.d.ts +1 -1
  302. package/sankey/links.component.d.ts +1 -1
  303. package/sankey/localization/messages.d.ts +1 -1
  304. package/sankey/nodes.component.d.ts +1 -1
  305. package/sankey/title.component.d.ts +1 -1
  306. package/sankey/tooltip/square-symbol.directive.d.ts +1 -1
  307. package/sankey/tooltip/tooltip-popup.component.d.ts +1 -3
  308. package/sankey/tooltip.component.d.ts +1 -1
  309. package/sankey.component.d.ts +1 -1
  310. package/sparkline.component.d.ts +5 -1
  311. package/stock-chart/navigator/hint.component.d.ts +1 -1
  312. package/stock-chart/navigator/select.component.d.ts +1 -1
  313. package/stock-chart/navigator/series-item.component.d.ts +1 -1
  314. package/stock-chart/navigator.component.d.ts +1 -1
  315. package/stock-chart.component.d.ts +1 -1
  316. package/esm2020/chart/axis-defaults/labels.component.mjs +0 -52
  317. package/esm2020/chart/category-axis-item/labels.component.mjs +0 -63
  318. package/esm2020/chart/category-axis-item/notes.label.component.mjs +0 -47
  319. package/esm2020/chart/legend.component.mjs +0 -69
  320. package/esm2020/chart/series-defaults/notes.icon.component.mjs +0 -39
  321. package/esm2020/chart/series-item.component.mjs +0 -249
  322. package/esm2020/chart/tooltip/tooltip-template-point.mjs +0 -37
  323. package/esm2020/chart/value-axis-item/labels.component.mjs +0 -59
  324. package/esm2020/chart/y-axis-item/labels.component.mjs +0 -63
  325. package/esm2020/chart.module.mjs +0 -137
  326. package/esm2020/charts.module.mjs +0 -181
  327. package/esm2020/sankey/legend.component.mjs +0 -65
  328. package/esm2020/stock-chart.module.mjs +0 -147
  329. package/fesm2015/progress-kendo-angular-charts.mjs +0 -9270
  330. /package/{esm2020 → esm2022}/api-types/axis-range.interface.mjs +0 -0
  331. /package/{esm2020 → esm2022}/api-types/chart-axis.interface.mjs +0 -0
  332. /package/{esm2020 → esm2022}/api-types/chart-pane.interface.mjs +0 -0
  333. /package/{esm2020 → esm2022}/api-types/chart-plotarea.interface.mjs +0 -0
  334. /package/{esm2020 → esm2022}/api-types/chart-svg-export-options.interface.mjs +0 -0
  335. /package/{esm2020 → esm2022}/api-types/chart-visual-export-options.interface.mjs +0 -0
  336. /package/{esm2020 → esm2022}/api-types/event-axis-options.interface.mjs +0 -0
  337. /package/{esm2020 → esm2022}/api-types/event-series-options.interface.mjs +0 -0
  338. /package/{esm2020 → esm2022}/api-types/series-point-marker.interface.mjs +0 -0
  339. /package/{esm2020 → esm2022}/api-types/series-point.interface.mjs +0 -0
  340. /package/{esm2020 → esm2022}/argument-types/axis-label-content-args.interface.mjs +0 -0
  341. /package/{esm2020 → esm2022}/argument-types/axis-label-visual-args.interface.mjs +0 -0
  342. /package/{esm2020 → esm2022}/argument-types/axis-note-content-args.interface.mjs +0 -0
  343. /package/{esm2020 → esm2022}/argument-types/axis-note-visual-args.interface.mjs +0 -0
  344. /package/{esm2020 → esm2022}/argument-types/error-bars-value-args.interface.mjs +0 -0
  345. /package/{esm2020 → esm2022}/argument-types/error-bars-visual-args.interface.mjs +0 -0
  346. /package/{esm2020 → esm2022}/argument-types/highlight-toggle-args.interface.mjs +0 -0
  347. /package/{esm2020 → esm2022}/argument-types/highlight-visual-args.interface.mjs +0 -0
  348. /package/{esm2020 → esm2022}/argument-types/legend-item-visual-args.interface.mjs +0 -0
  349. /package/{esm2020 → esm2022}/argument-types/legend-labels-content-args.interface.mjs +0 -0
  350. /package/{esm2020 → esm2022}/argument-types/markers-visual-args.interface.mjs +0 -0
  351. /package/{esm2020 → esm2022}/argument-types/plot-band-label-visual-args.interface.mjs +0 -0
  352. /package/{esm2020 → esm2022}/argument-types/series-labels-content-args.interface.mjs +0 -0
  353. /package/{esm2020 → esm2022}/argument-types/series-labels-visual-args.interface.mjs +0 -0
  354. /package/{esm2020 → esm2022}/argument-types/series-note-content-args.interface.mjs +0 -0
  355. /package/{esm2020 → esm2022}/argument-types/series-note-visual-args.interface.mjs +0 -0
  356. /package/{esm2020 → esm2022}/argument-types/series-visual-args.interface.mjs +0 -0
  357. /package/{esm2020 → esm2022}/argument-types/title-visual-args.interface.mjs +0 -0
  358. /package/{esm2020 → esm2022}/chart/tooltip/body-factory.mjs +0 -0
  359. /package/{esm2020 → esm2022}/chart/tooltip/popup-settings.interface.mjs +0 -0
  360. /package/{esm2020 → esm2022}/chart-defaults.mjs +0 -0
  361. /package/{esm2020 → esm2022}/chart-options.interface.mjs +0 -0
  362. /package/{esm2020 → esm2022}/common/api-types.mjs +0 -0
  363. /package/{esm2020 → esm2022}/common/chart-default-theme.mjs +0 -0
  364. /package/{esm2020 → esm2022}/common/copy-changes.mjs +0 -0
  365. /package/{esm2020 → esm2022}/common/events.mjs +0 -0
  366. /package/{esm2020 → esm2022}/common/has-observers.mjs +0 -0
  367. /package/{esm2020 → esm2022}/common/has-parent.mjs +0 -0
  368. /package/{esm2020 → esm2022}/common/property-types.mjs +0 -0
  369. /package/{esm2020 → esm2022}/common/to-simple-changes.mjs +0 -0
  370. /package/{esm2020 → esm2022}/common.directives.mjs +0 -0
  371. /package/{esm2020 → esm2022}/events/instance-event.service.mjs +0 -0
  372. /package/{esm2020 → esm2022}/events/legend-item-click-event.mjs +0 -0
  373. /package/{esm2020 → esm2022}/events/legend-item-hover-event.mjs +0 -0
  374. /package/{esm2020 → esm2022}/events/legend-item-leave-event.mjs +0 -0
  375. /package/{esm2020 → esm2022}/events/note-click-event.mjs +0 -0
  376. /package/{esm2020 → esm2022}/events/note-hover-event.mjs +0 -0
  377. /package/{esm2020 → esm2022}/events/note-leave-event.mjs +0 -0
  378. /package/{esm2020 → esm2022}/events/plot-area-leave-event.mjs +0 -0
  379. /package/{esm2020 → esm2022}/events/render-event.mjs +0 -0
  380. /package/{esm2020 → esm2022}/events/series-hover-event.mjs +0 -0
  381. /package/{esm2020 → esm2022}/events/series-leave-event.mjs +0 -0
  382. /package/{esm2020 → esm2022}/events/series-over-event.mjs +0 -0
  383. /package/{esm2020 → esm2022}/field-types/auto-base-unit-steps.interface.mjs +0 -0
  384. /package/{esm2020 → esm2022}/field-types/axis-labels-position.mjs +0 -0
  385. /package/{esm2020 → esm2022}/field-types/axis-line.interface.mjs +0 -0
  386. /package/{esm2020 → esm2022}/field-types/axis-ticks.interface.mjs +0 -0
  387. /package/{esm2020 → esm2022}/field-types/axis-title-position.mjs +0 -0
  388. /package/{esm2020 → esm2022}/field-types/base-unit.mjs +0 -0
  389. /package/{esm2020 → esm2022}/field-types/border.interface.mjs +0 -0
  390. /package/{esm2020 → esm2022}/field-types/bullet-target-line.interface.mjs +0 -0
  391. /package/{esm2020 → esm2022}/field-types/bullet-target.interface.mjs +0 -0
  392. /package/{esm2020 → esm2022}/field-types/category-base-unit.mjs +0 -0
  393. /package/{esm2020 → esm2022}/field-types/dash-type.mjs +0 -0
  394. /package/{esm2020 → esm2022}/field-types/date-formats.interface.mjs +0 -0
  395. /package/{esm2020 → esm2022}/field-types/drag-action.interface.mjs +0 -0
  396. /package/{esm2020 → esm2022}/field-types/error-bar-line.interface.mjs +0 -0
  397. /package/{esm2020 → esm2022}/field-types/grid-lines.interface.mjs +0 -0
  398. /package/{esm2020 → esm2022}/field-types/highlight-line.interface.mjs +0 -0
  399. /package/{esm2020 → esm2022}/field-types/label-connectors.interface.mjs +0 -0
  400. /package/{esm2020 → esm2022}/field-types/label-rotation.interface.mjs +0 -0
  401. /package/{esm2020 → esm2022}/field-types/legend-labels.interface.mjs +0 -0
  402. /package/{esm2020 → esm2022}/field-types/line-style.mjs +0 -0
  403. /package/{esm2020 → esm2022}/field-types/lock-axis.mjs +0 -0
  404. /package/{esm2020 → esm2022}/field-types/margin.interface.mjs +0 -0
  405. /package/{esm2020 → esm2022}/field-types/marker-type.mjs +0 -0
  406. /package/{esm2020 → esm2022}/field-types/modifier-key.mjs +0 -0
  407. /package/{esm2020 → esm2022}/field-types/mousewheel-select.interface.mjs +0 -0
  408. /package/{esm2020 → esm2022}/field-types/mousewheel-zoom.interface.mjs +0 -0
  409. /package/{esm2020 → esm2022}/field-types/negative-bubble-values.interface.mjs +0 -0
  410. /package/{esm2020 → esm2022}/field-types/note-label-position.mjs +0 -0
  411. /package/{esm2020 → esm2022}/field-types/note-line.interface.mjs +0 -0
  412. /package/{esm2020 → esm2022}/field-types/note-position.mjs +0 -0
  413. /package/{esm2020 → esm2022}/field-types/overlay.interface.mjs +0 -0
  414. /package/{esm2020 → esm2022}/field-types/padding.interface.mjs +0 -0
  415. /package/{esm2020 → esm2022}/field-types/plot-band-label.interface.mjs +0 -0
  416. /package/{esm2020 → esm2022}/field-types/plot-band.interface.mjs +0 -0
  417. /package/{esm2020 → esm2022}/field-types/series-labels-alignment.mjs +0 -0
  418. /package/{esm2020 → esm2022}/field-types/series-labels-position.mjs +0 -0
  419. /package/{esm2020 → esm2022}/field-types/series-line.interface.mjs +0 -0
  420. /package/{esm2020 → esm2022}/field-types/series-mean.interface.mjs +0 -0
  421. /package/{esm2020 → esm2022}/field-types/series-median.interface.mjs +0 -0
  422. /package/{esm2020 → esm2022}/field-types/series-stack.interface.mjs +0 -0
  423. /package/{esm2020 → esm2022}/field-types/series-type.mjs +0 -0
  424. /package/{esm2020 → esm2022}/field-types/series-whiskers.interface.mjs +0 -0
  425. /package/{esm2020 → esm2022}/field-types/trendline-forecast.interface.mjs +0 -0
  426. /package/{esm2020 → esm2022}/field-types/week-start-day.enum.mjs +0 -0
  427. /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.interface.mjs +0 -0
  428. /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.tooltip.interface.mjs +0 -0
  429. /package/{esm2020 → esm2022}/option-types/axis-defaults/labels.interface.mjs +0 -0
  430. /package/{esm2020 → esm2022}/option-types/axis-defaults/title.interface.mjs +0 -0
  431. /package/{esm2020 → esm2022}/option-types/axis-defaults.interface.mjs +0 -0
  432. /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.interface.mjs +0 -0
  433. /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.tooltip.interface.mjs +0 -0
  434. /package/{esm2020 → esm2022}/option-types/category-axis-item/labels.interface.mjs +0 -0
  435. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.icon.interface.mjs +0 -0
  436. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.interface.mjs +0 -0
  437. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.label.interface.mjs +0 -0
  438. /package/{esm2020 → esm2022}/option-types/category-axis-item/range-labels.interface.mjs +0 -0
  439. /package/{esm2020 → esm2022}/option-types/category-axis-item/select.interface.mjs +0 -0
  440. /package/{esm2020 → esm2022}/option-types/category-axis-item/title.interface.mjs +0 -0
  441. /package/{esm2020 → esm2022}/option-types/category-axis-item.interface.mjs +0 -0
  442. /package/{esm2020 → esm2022}/option-types/chart-area.interface.mjs +0 -0
  443. /package/{esm2020 → esm2022}/option-types/legend/inactive-items.interface.mjs +0 -0
  444. /package/{esm2020 → esm2022}/option-types/legend/item.interface.mjs +0 -0
  445. /package/{esm2020 → esm2022}/option-types/legend/legend-title.interface.mjs +0 -0
  446. /package/{esm2020 → esm2022}/option-types/legend/markers.interface.mjs +0 -0
  447. /package/{esm2020 → esm2022}/option-types/legend.interface.mjs +0 -0
  448. /package/{esm2020 → esm2022}/option-types/pane/title.interface.mjs +0 -0
  449. /package/{esm2020 → esm2022}/option-types/pane-defaults/title.interface.mjs +0 -0
  450. /package/{esm2020 → esm2022}/option-types/pane-defaults.interface.mjs +0 -0
  451. /package/{esm2020 → esm2022}/option-types/pane.interface.mjs +0 -0
  452. /package/{esm2020 → esm2022}/option-types/plot-area.interface.mjs +0 -0
  453. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.from.interface.mjs +0 -0
  454. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.interface.mjs +0 -0
  455. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.to.interface.mjs +0 -0
  456. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.icon.interface.mjs +0 -0
  457. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.interface.mjs +0 -0
  458. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.label.interface.mjs +0 -0
  459. /package/{esm2020 → esm2022}/option-types/series-defaults/tooltip.interface.mjs +0 -0
  460. /package/{esm2020 → esm2022}/option-types/series-defaults.interface.mjs +0 -0
  461. /package/{esm2020 → esm2022}/option-types/series-item/error-bars.interface.mjs +0 -0
  462. /package/{esm2020 → esm2022}/option-types/series-item/extremes.interface.mjs +0 -0
  463. /package/{esm2020 → esm2022}/option-types/series-item/highlight.interface.mjs +0 -0
  464. /package/{esm2020 → esm2022}/option-types/series-item/labels.from.interface.mjs +0 -0
  465. /package/{esm2020 → esm2022}/option-types/series-item/labels.interface.mjs +0 -0
  466. /package/{esm2020 → esm2022}/option-types/series-item/labels.to.interface.mjs +0 -0
  467. /package/{esm2020 → esm2022}/option-types/series-item/markers-highlight.interface.mjs +0 -0
  468. /package/{esm2020 → esm2022}/option-types/series-item/markers.interface.mjs +0 -0
  469. /package/{esm2020 → esm2022}/option-types/series-item/notes.icon.interface.mjs +0 -0
  470. /package/{esm2020 → esm2022}/option-types/series-item/notes.interface.mjs +0 -0
  471. /package/{esm2020 → esm2022}/option-types/series-item/notes.label.interface.mjs +0 -0
  472. /package/{esm2020 → esm2022}/option-types/series-item/outliers.interface.mjs +0 -0
  473. /package/{esm2020 → esm2022}/option-types/series-item/tooltip.interface.mjs +0 -0
  474. /package/{esm2020 → esm2022}/option-types/series-item/trendline.interface.mjs +0 -0
  475. /package/{esm2020 → esm2022}/option-types/series-item.interface.mjs +0 -0
  476. /package/{esm2020 → esm2022}/option-types/subtitle.interface.mjs +0 -0
  477. /package/{esm2020 → esm2022}/option-types/title.interface.mjs +0 -0
  478. /package/{esm2020 → esm2022}/option-types/tooltip.interface.mjs +0 -0
  479. /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.interface.mjs +0 -0
  480. /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.tooltip.interface.mjs +0 -0
  481. /package/{esm2020 → esm2022}/option-types/value-axis-item/labels.interface.mjs +0 -0
  482. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.icon.interface.mjs +0 -0
  483. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.interface.mjs +0 -0
  484. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.label.interface.mjs +0 -0
  485. /package/{esm2020 → esm2022}/option-types/value-axis-item/title.interface.mjs +0 -0
  486. /package/{esm2020 → esm2022}/option-types/value-axis-item.interface.mjs +0 -0
  487. /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.interface.mjs +0 -0
  488. /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.tooltip.interface.mjs +0 -0
  489. /package/{esm2020 → esm2022}/option-types/x-axis-item/labels.interface.mjs +0 -0
  490. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.icon.interface.mjs +0 -0
  491. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.interface.mjs +0 -0
  492. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.label.interface.mjs +0 -0
  493. /package/{esm2020 → esm2022}/option-types/x-axis-item/title.interface.mjs +0 -0
  494. /package/{esm2020 → esm2022}/option-types/x-axis-item.interface.mjs +0 -0
  495. /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.interface.mjs +0 -0
  496. /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.tooltip.interface.mjs +0 -0
  497. /package/{esm2020 → esm2022}/option-types/y-axis-item/labels.interface.mjs +0 -0
  498. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.icon.interface.mjs +0 -0
  499. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.interface.mjs +0 -0
  500. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.label.interface.mjs +0 -0
  501. /package/{esm2020 → esm2022}/option-types/y-axis-item/title.interface.mjs +0 -0
  502. /package/{esm2020 → esm2022}/option-types/y-axis-item.interface.mjs +0 -0
  503. /package/{esm2020 → esm2022}/option-types/zoomable.interface.mjs +0 -0
  504. /package/{esm2020 → esm2022}/progress-kendo-angular-charts.mjs +0 -0
  505. /package/{esm2020 → esm2022}/sankey/api-types/index.mjs +0 -0
  506. /package/{esm2020 → esm2022}/sankey/events/index.mjs +0 -0
  507. /package/{esm2020 → esm2022}/sankey/events/instance-event.service.mjs +0 -0
  508. /package/{esm2020 → esm2022}/sankey.directives.mjs +0 -0
  509. /package/{esm2020 → esm2022}/sparkline.directives.mjs +0 -0
  510. /package/{esm2020 → esm2022}/stock-chart/events/instance-event.service.mjs +0 -0
  511. /package/{esm2020 → esm2022}/stock-chart/events.mjs +0 -0
  512. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint-content-args.interface.mjs +0 -0
  513. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint.interface.mjs +0 -0
  514. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/select.interface.mjs +0 -0
  515. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator.interface.mjs +0 -0
  516. /package/{esm2020 → esm2022}/stock-chart/option-types.mjs +0 -0
  517. /package/{esm2020 → esm2022}/stock-chart.directives.mjs +0 -0
package/README.md CHANGED
@@ -2,77 +2,80 @@
2
2
  <img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
3
3
  </a>
4
4
 
5
- ## Kendo UI for Angular Charts Package (Chart, Sparkline, and StockChart Components)
5
+ ## Kendo UI for Angular Charts Package (Chart, Sparkline, StockChart, and Sankey Components)
6
6
 
7
- > **Important**
8
- > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;a commercial library built from the ground-up, specifically for Angular, so that you get high-performance chart components that integrate tightly with your Angular application and with the rest of the Kendo UI for Angular components.
9
- > * You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Angular My License page](https://www.telerik.com/kendo-angular-ui/my-license?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts).
10
- > * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts).
7
+ > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui)&mdash;a commercial library built from the ground-up, specifically for Angular, so that you get high-performance chart components that integrate tightly with your Angular application and with the rest of the Kendo UI for Angular components.
8
+ > * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
11
9
  > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
12
10
  >
13
- > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts) and speed up your development process!
11
+ > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
14
12
 
15
- The [Kendo UI for Angular Charts](https://www.telerik.com/kendo-angular-ui/charts?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts) provide high quality graphical data visualization options. They include a variety of chart types and styles that have extensive configuration options. This flexibility allows you to quickly and easily create the exact chart you need to fit your specific requirements for functionality and appearance.
13
+ The [Kendo UI for Angular Charts](https://www.telerik.com/kendo-angular-ui/components/charts) provide high quality graphical data visualization options. They include a variety of chart types and styles that have extensive configuration options. This flexibility allows you to quickly and easily create the exact chart you need to fit your specific requirements for functionality and appearance.
16
14
 
17
15
  <img src="https://www.telerik.com/sfimages/default-source/productsimages/kendo-ui-for-angular/chart/all-popular-chart-types-image-min.png" alt="Angular Chart Types">
18
16
 
19
17
  ## What's Included in the Angular Charts Package
20
18
 
21
- The [Angular Charts](https://www.telerik.com/kendo-angular-ui/components/charts/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts) package includes three purpose-built components:
22
-
23
- * [Angular Chart](https://www.telerik.com/kendo-angular-ui/components/charts/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;These are a collection of every popular chart type. Each supports robust data binding, multiple axes, pan and zoom, export to image and pdf, extensive and easy customization and much more. Series types include:
24
- - [Angular Area Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/area/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
25
- - [Angular Bar Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/bar/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
26
- - [Angular Box Plot Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/box-plot/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
27
- - [Angular Bullet Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/bullet/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
28
- - [Angular Heatmap Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/heatmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
29
- - [Angular Line Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/line/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
30
- - [Angular Radar Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/radar/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
31
- - [Angular Range Area Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/range-area/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
32
- - [Angular Range Bar Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/range-bar/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
33
- - [Angular Waterfall Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/waterfall/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
34
- - [Angular Donut Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/donut/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
35
- - [Angular Pie Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/pie/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
36
- - [Angular Funnel Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/funnel/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
37
- - [Angular Pyramid Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/pyramid/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
38
- - [Angular Bubble Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/bubble/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
39
- - [Angular Polar Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/polar/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
40
- - [Angular Scatter Plot Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/scatter/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
41
- * [Angular Stock Chart](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;A specialized component for exploring financial performance over time. This component inherits most of the features found in the Angular Charts Component.
42
- * [Angular Sparkline](https://www.telerik.com/kendo-angular-ui/components/charts/sparkline/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;A set of tiny charts designed to be embedded into content. Great for conside dashboards and spreadsheets. The Angular Sparkline component includes line, bar, column, area, pies, and buller series types.
43
-
19
+ The [Angular Charts](https://www.telerik.com/kendo-angular-ui/components/charts) package includes four purpose-built components:
20
+
21
+ * [Angular Chart](https://www.telerik.com/kendo-angular-ui/components/charts)&mdash;These represent a collection of all popular chart types. Each supports robust data binding, multiple axes, pan and zoom, export to image and PDF, extensive and easy customization, and much more. The series types include:
22
+ - [Angular Area Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/area)
23
+ - [Angular Bar Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/bar)
24
+ - [Angular Box Plot Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/box-plot)
25
+ - [Angular Bullet Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/bullet)
26
+ - [Angular Heatmap Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/heatmap)
27
+ - [Angular Line Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/line)
28
+ - [Angular Radar Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/radar)
29
+ - [Angular Range Area Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/range-area)
30
+ - [Angular Range Bar Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/range-bar)
31
+ - [Angular Waterfall Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/waterfall)
32
+ - [Angular Donut Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/donut)
33
+ - [Angular Pie Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/pie)
34
+ - [Angular Funnel Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/funnel)
35
+ - [Angular Pyramid Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/pyramid)
36
+ - [Angular Bubble Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/bubble)
37
+ - [Angular Polar Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/polar)
38
+ - [Angular Scatter Plot Chart](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/scatter)
39
+ * [Angular Stock Chart](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)&mdash;A specialized component for exploring financial performance over time. This component inherits most of the features found in the Angular Charts Component.
40
+ * [Angular Sparkline](https://www.telerik.com/kendo-angular-ui/components/charts/sparkline)&mdash;A set of tiny charts designed to be embedded into content, ideal for dashboards and spreadsheets. The Angular Sparkline component includes line, bar, column, area, pies, and bullet series types.
41
+ * [Angular Sankey](https://www.telerik.com/kendo-angular-ui/components/charts/sankey)&mdash;A diagram for depicting fluctuating flows through different domains. Sankey diagrams are versatile and can be used in various scenarios such as illustrating web traffic, detailing budget allocations, demonstrating energy transfer, and more.
44
42
 
45
43
  ## Key Features
46
44
 
47
45
  Among the many features which the Kendo UI for Angular Charts deliver are:
48
46
 
49
- * [Chart series types](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;The Charts support a wide range of series types such as Categorical, Scatter, Circular, Funnel, Pyramid, and Scatter.
50
- * [Data binding](https://www.telerik.com/kendo-angular-ui/components/charts/chart/data-binding/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;The Charts support the binding of their data series to arrays, arrays of arrays, objects, and observables. Beyond the actual series, other areas of the Chart, like the axis and labels, can all be bound to your data as well.
51
- * [Rendering modes](https://www.telerik.com/kendo-angular-ui/components/charts/chart/rendering/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;The Charts support two modes for rendering—Canvas (bitmap) and SVG (vector graphics). By default, the Charts are rendered through SVG. Switching between the two is as easy as updating a single configuration option.
52
- * [Export options](https://www.telerik.com/kendo-angular-ui/components/charts/chart/export-options/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;The Charts provide built-in support to save your Charts as an Image (PNG), PDF, SVG&mdash;without the need for server-side helpers.
53
- * [Panning and zooming](https://www.telerik.com/kendo-angular-ui/components/charts/chart/pan-zoom/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;The Charts allow the user to interact with them by utilizing intuitive panning and zooming interactions. These functions can be easily enabled or disabled by setting the Chart options.
54
- * [Appearance](https://www.telerik.com/kendo-angular-ui/components/charts/chart/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;The colors of the Charts are normally picked up by the current Kendo UI theme, but each aspect of the Chart can be customized by theme variables or configuration options. Kendo UI for Angular delivers a set of popular themes including Bootstrap and Material, all of which can be easily customized with the [Progress ThemeBuilder online utility](https://themebuilder.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts).
55
- * [Globalization](https://www.telerik.com/kendo-angular-ui/components/charts/globalization/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)&mdash;The Kendo UI for Angular Charts support globalization and localization to ensure that the each Chart component can fit in any application, no matter what languages and locales need to be supported. Additionally, the Charts support rendering in a right-to-left (RTL) direction, which can be set with a single configuration option.
47
+ * [Chart Series Types](https://www.telerik.com/kendo-angular-ui/components/charts/series-types)&mdash;The Charts support a wide range of series types such as Categorical, Scatter, Circular, and Freeform.
48
+ * [Data Binding](https://www.telerik.com/kendo-angular-ui/components/charts/chart/data-binding)&mdash;The Charts support the binding of their data series to arrays, arrays of arrays, objects, and observables. Beyond the actual series, other areas of the Chart, like the axis and labels, can all be bound to your data as well.
49
+ * [Rendering Modes](https://www.telerik.com/kendo-angular-ui/components/charts/chart/rendering)&mdash;The Charts support two modes for rendering—Canvas (bitmap) and SVG (vector graphics). By default, the Charts are rendered through SVG. Switching between the two is as easy as updating a single configuration option.
50
+ * [Export Options](https://www.telerik.com/kendo-angular-ui/components/charts/chart/export-options)&mdash;The Charts provide built-in support to save your Charts as an Image (PNG), PDF, SVG&mdash;without the need for server-side helpers.
51
+ * [Panning and Zooming](https://www.telerik.com/kendo-angular-ui/components/charts/chart/pan-zoom)&mdash;The Charts and Graphs offer intuitive panning and zooming interactions, allowing users to easily explore the data. The developer can enable or disable these features through the Chart options.
52
+ * [Configuration Options](https://www.telerik.com/kendo-angular-ui/components/charts/chart/configuration)&mdash;The Charts and Graphs let you configure their behavior in various ways. This includes ready-to-use configuration components, out-of-the-box inline options, as well as configuration components built with Angular structural directives.
53
+ * [Context Menu](https://www.telerik.com/kendo-angular-ui/components/menus/contextmenu/data-bound-components#chart)&mdash;The Charts work flawlessly with the Kendo UI ContextMenu for Angular so that you can integrate the two components.
54
+ * [Drilldown](https://www.telerik.com/kendo-angular-ui/components/charts/chart/drill-down)&mdash;The Kendo UI for Angular Charts support a drilldown functionality for exploring data in a view hierachy.
55
+ * [Appearance](https://www.telerik.com/kendo-angular-ui/components/charts/chart/styling)&mdash;The colors of the Charts are normally picked up by the current Kendo UI theme, but each aspect of the Chart can be customized by theme variables or configuration options. Kendo UI for Angular delivers a set of popular themes including Bootstrap and Material, all of which can be easily customized with the [Progress ThemeBuilder online utility](https://themebuilder.telerik.com/kendo-angular-ui).
56
+ * [Globalization](https://www.telerik.com/kendo-angular-ui/components/charts/globalization)&mdash;The Kendo UI for Angular Charts support globalization and localization to ensure that the each Chart component can fit in any application, no matter what languages and locales need to be supported. Additionally, the Charts support rendering in a right-to-left (RTL) direction, which can be set with a single configuration option.
57
+ * [Accessibility](https://www.telerik.com/kendo-angular-ui/components/charts/accessibility)&mdash;The Kendo UI for Angular Chart component is [WCAG 2.2 AA](https://www.w3.org/TR/WCAG22/) and [Section 508](https://www.section508.gov/) compliant, incorporating [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) best practices for modern web accessibility. The Angular Chart is also tested against the popular screen readers, including JAWS and NVDA.
58
+ * [Keyboard Navigation](https://www.telerik.com/kendo-angular-ui/components/charts/keyboard-navigation)&mdash;The Angular Charts support a number of keyboard shortcuts which allow users to accomplish various commands.
59
+ * More Complex Charts&mdash;You can combine many of the chart features into the same component to achieve complex graphs with many series and varied configuration to suit your business needs.
56
60
 
57
61
  ## Support Options
58
62
 
59
63
  For any issues you might encounter while working with the Kendo UI for Angular Charts, you have the following support channels available:
60
64
 
61
- * Industry-leading technical support&mdash;Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-tickets?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts).
62
- * Product forums&mdash;The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts) are part of the free support you can get from the community and from the Kendo UI for Angular team.
63
- * Feedback portal&mdash;The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts) is where you can request and vote for new features to be added.
65
+ * Industry-leading technical support&mdash;Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-tickets).
66
+ * Product forums&mdash;The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
67
+ * Feedback portal&mdash;The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
64
68
 
65
69
  ## Resources
66
70
 
67
- * [Get Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
68
- * [Charts **Overview** page](https://www.telerik.com/kendo-angular-ui/components/charts?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts) and [Charts API reference](https://www.telerik.com/kendo-angular-ui/components/charts/api?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
69
- * [Kendo UI for Angular roadmap](https://www.telerik.com/kendo-angular-ui/roadmap?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
70
- * [Blogs](http://www.telerik.com/blogs/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
71
- * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
72
- * [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-charts)
73
-
74
- [![Rate this package](https://badges.openbase.com/js/rating/@progress/kendo-charts.svg?token=ZDZuI5iaHITV7DfnYGCz74gBLhQp50VmhQQYxAxbP2w=)](https://openbase.com/js/@progress/kendo-charts?utm_source=embedded&amp;utm_medium=badge&amp;utm_campaign=rate-badge)
71
+ * [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
72
+ * [Getting Started with the Kendo UI for Angular Charts](https://www.telerik.com/kendo-angular-ui/components/charts/installation/getting-started)
73
+ * [Charts Overview page](https://www.telerik.com/kendo-angular-ui/components/charts) and [Charts API reference](https://www.telerik.com/kendo-angular-ui/components/charts/api)
74
+ * [Kendo UI for Angular roadmap](https://www.telerik.com/kendo-angular-ui/roadmap)
75
+ * [Kendo UI for Angular Blog](https://www.telerik.com/blogs/tag/kendo-ui-for-angular)
76
+ * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
77
+ * [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
75
78
 
76
79
  *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
77
80
 
78
- *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
81
+ *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
@@ -37,5 +37,5 @@ export declare class AxisDefaultsCrosshairComponent extends SettingsComponent im
37
37
  tooltip: AxisDefaultsCrosshairTooltip;
38
38
  constructor(configurationService: ConfigurationService);
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AxisDefaultsCrosshairComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsCrosshairComponent, "kendo-chart-axis-defaults-crosshair", never, { "color": "color"; "dashType": "dashType"; "opacity": "opacity"; "visible": "visible"; "width": "width"; "tooltip": "tooltip"; }, {}, never, never, true, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsCrosshairComponent, "kendo-chart-axis-defaults-crosshair", never, { "color": { "alias": "color"; "required": false; }; "dashType": { "alias": "dashType"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
41
41
  }
@@ -41,5 +41,5 @@ export declare class AxisDefaultsCrosshairTooltipComponent extends SettingsCompo
41
41
  visible: boolean;
42
42
  constructor(configurationService: ConfigurationService);
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<AxisDefaultsCrosshairTooltipComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsCrosshairTooltipComponent, "kendo-chart-axis-defaults-crosshair-tooltip", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "format": "format"; "padding": "padding"; "visible": "visible"; }, {}, never, never, true, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsCrosshairTooltipComponent, "kendo-chart-axis-defaults-crosshair-tooltip", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
45
45
  }
@@ -67,5 +67,5 @@ export declare class AxisDefaultsLabelsComponent extends SettingsComponent imple
67
67
  visual: (e: AxisLabelVisualArgs) => drawing.Element;
68
68
  constructor(configurationService: ConfigurationService);
69
69
  static ɵfac: i0.ɵɵFactoryDeclaration<AxisDefaultsLabelsComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsLabelsComponent, "kendo-chart-axis-defaults-labels", never, { "content": "content"; "font": "font"; "format": "format"; "margin": "margin"; "mirror": "mirror"; "padding": "padding"; "rotation": "rotation"; "skip": "skip"; "step": "step"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsLabelsComponent, "kendo-chart-axis-defaults-labels", never, { "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "mirror": { "alias": "mirror"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "step": { "alias": "step"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
71
71
  }
@@ -50,5 +50,5 @@ export declare class AxisDefaultsTitleComponent extends SettingsComponent implem
50
50
  visual: (e: TitleVisualArgs) => drawing.Element;
51
51
  constructor(configurationService: ConfigurationService);
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<AxisDefaultsTitleComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsTitleComponent, "kendo-chart-axis-defaults-title", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "margin": "margin"; "padding": "padding"; "position": "position"; "rotation": "rotation"; "text": "text"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsTitleComponent, "kendo-chart-axis-defaults-title", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
54
54
  }
@@ -54,5 +54,5 @@ export declare class AxisDefaultsComponent extends SettingsComponent implements
54
54
  title: AxisDefaultsTitle;
55
55
  constructor(configurationService: ConfigurationService);
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<AxisDefaultsComponent, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsComponent, "kendo-chart-axis-defaults", never, { "background": "background"; "color": "color"; "line": "line"; "majorGridLines": "majorGridLines"; "majorTicks": "majorTicks"; "minorGridLines": "minorGridLines"; "minorTicks": "minorTicks"; "narrowRange": "narrowRange"; "pane": "pane"; "plotBands": "plotBands"; "reverse": "reverse"; "startAngle": "startAngle"; "visible": "visible"; "crosshair": "crosshair"; "labels": "labels"; "title": "title"; }, {}, never, never, true, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<AxisDefaultsComponent, "kendo-chart-axis-defaults", never, { "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "line": { "alias": "line"; "required": false; }; "majorGridLines": { "alias": "majorGridLines"; "required": false; }; "majorTicks": { "alias": "majorTicks"; "required": false; }; "minorGridLines": { "alias": "minorGridLines"; "required": false; }; "minorTicks": { "alias": "minorTicks"; "required": false; }; "narrowRange": { "alias": "narrowRange"; "required": false; }; "pane": { "alias": "pane"; "required": false; }; "plotBands": { "alias": "plotBands"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "crosshair": { "alias": "crosshair"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
58
58
  }
@@ -37,5 +37,5 @@ export declare class CategoryAxisCrosshairComponent extends SettingsComponent im
37
37
  tooltip: CategoryAxisCrosshairTooltip;
38
38
  constructor(configurationService: ConfigurationService);
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisCrosshairComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisCrosshairComponent, "kendo-chart-category-axis-item-crosshair", never, { "color": "color"; "dashType": "dashType"; "opacity": "opacity"; "visible": "visible"; "width": "width"; "tooltip": "tooltip"; }, {}, never, never, true, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisCrosshairComponent, "kendo-chart-category-axis-item-crosshair", never, { "color": { "alias": "color"; "required": false; }; "dashType": { "alias": "dashType"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
41
41
  }
@@ -40,5 +40,5 @@ export declare class CategoryAxisCrosshairTooltipComponent extends SettingsCompo
40
40
  visible: boolean;
41
41
  constructor(configurationService: ConfigurationService);
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisCrosshairTooltipComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisCrosshairTooltipComponent, "kendo-chart-category-axis-item-crosshair-tooltip", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "format": "format"; "padding": "padding"; "visible": "visible"; }, {}, never, never, true, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisCrosshairTooltipComponent, "kendo-chart-category-axis-item-crosshair-tooltip", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
44
44
  }
@@ -82,5 +82,5 @@ export declare class CategoryAxisLabelsComponent extends SettingsComponent imple
82
82
  visual: (e: AxisLabelVisualArgs) => drawing.Element;
83
83
  constructor(configurationService: ConfigurationService);
84
84
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisLabelsComponent, never>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisLabelsComponent, "kendo-chart-category-axis-item-labels", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "culture": "culture"; "dateFormats": "dateFormats"; "font": "font"; "format": "format"; "margin": "margin"; "mirror": "mirror"; "padding": "padding"; "position": "position"; "rotation": "rotation"; "skip": "skip"; "step": "step"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisLabelsComponent, "kendo-chart-category-axis-item-labels", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "culture": { "alias": "culture"; "required": false; }; "dateFormats": { "alias": "dateFormats"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "mirror": { "alias": "mirror"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "step": { "alias": "step"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
86
86
  }
@@ -21,5 +21,5 @@ export declare class CategoryAxisNotesComponent extends SettingsComponent implem
21
21
  label: CategoryAxisNotesLabel;
22
22
  constructor(configurationService: ConfigurationService);
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisNotesComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisNotesComponent, "kendo-chart-category-axis-item-notes", never, { "data": "data"; "line": "line"; "position": "position"; "visual": "visual"; "icon": "icon"; "label": "label"; }, {}, never, never, true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisNotesComponent, "kendo-chart-category-axis-item-notes", never, { "data": { "alias": "data"; "required": false; }; "line": { "alias": "line"; "required": false; }; "position": { "alias": "position"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
@@ -19,5 +19,5 @@ export declare class CategoryAxisNotesIconComponent extends SettingsComponent im
19
19
  visible: boolean;
20
20
  constructor(configurationService: ConfigurationService);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisNotesIconComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisNotesIconComponent, "kendo-chart-category-axis-item-notes-icon", never, { "background": "background"; "border": "border"; "size": "size"; "type": "type"; "visible": "visible"; }, {}, never, never, true, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisNotesIconComponent, "kendo-chart-category-axis-item-notes-icon", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
23
23
  }
@@ -45,5 +45,5 @@ export declare class CategoryAxisNotesLabelComponent extends SettingsComponent i
45
45
  visible: boolean;
46
46
  constructor(configurationService: ConfigurationService);
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisNotesLabelComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisNotesLabelComponent, "kendo-chart-category-axis-item-notes-label", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "position": "position"; "rotation": "rotation"; "visible": "visible"; }, {}, never, never, true, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisNotesLabelComponent, "kendo-chart-category-axis-item-notes-label", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
49
49
  }
@@ -24,5 +24,5 @@ export declare class CategoryAxisSelectComponent extends SettingsComponent imple
24
24
  to: any;
25
25
  constructor(configurationService: ConfigurationService);
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisSelectComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisSelectComponent, "kendo-chart-category-axis-item-select", never, { "from": "from"; "max": "max"; "min": "min"; "mousewheel": "mousewheel"; "to": "to"; }, {}, never, never, true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisSelectComponent, "kendo-chart-category-axis-item-select", never, { "from": { "alias": "from"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mousewheel": { "alias": "mousewheel"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, {}, never, never, true, never>;
28
28
  }
@@ -51,5 +51,5 @@ export declare class CategoryAxisTitleComponent extends SettingsComponent implem
51
51
  visual: (e: TitleVisualArgs) => drawing.Element;
52
52
  constructor(configurationService: ConfigurationService);
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisTitleComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisTitleComponent, "kendo-chart-category-axis-item-title", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "margin": "margin"; "padding": "padding"; "position": "position"; "rotation": "rotation"; "text": "text"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisTitleComponent, "kendo-chart-category-axis-item-title", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
55
55
  }
@@ -88,5 +88,5 @@ export declare class CategoryAxisItemComponent extends CollectionItemComponent i
88
88
  rangeLabels: CategoryAxisRangeLabels;
89
89
  constructor(configurationService: ConfigurationService, collectionService: CollectionService, intl: IntlService, localeId: string);
90
90
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryAxisItemComponent, never>;
91
- static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisItemComponent, "kendo-chart-category-axis-item", never, { "autoBaseUnitSteps": "autoBaseUnitSteps"; "axisCrossingValue": "axisCrossingValue"; "background": "background"; "baseUnit": "baseUnit"; "baseUnitStep": "baseUnitStep"; "categories": "categories"; "color": "color"; "justified": "justified"; "line": "line"; "majorGridLines": "majorGridLines"; "majorTicks": "majorTicks"; "max": "max"; "maxDateGroups": "maxDateGroups"; "maxDivisions": "maxDivisions"; "min": "min"; "minorGridLines": "minorGridLines"; "minorTicks": "minorTicks"; "name": "name"; "pane": "pane"; "plotBands": "plotBands"; "reverse": "reverse"; "roundToBaseUnit": "roundToBaseUnit"; "startAngle": "startAngle"; "type": "type"; "visible": "visible"; "weekStartDay": "weekStartDay"; "crosshair": "crosshair"; "labels": "labels"; "notes": "notes"; "select": "select"; "title": "title"; "rangeLabels": "rangeLabels"; }, {}, never, never, true, never>;
91
+ static ɵcmp: i0.ɵɵComponentDeclaration<CategoryAxisItemComponent, "kendo-chart-category-axis-item", never, { "autoBaseUnitSteps": { "alias": "autoBaseUnitSteps"; "required": false; }; "axisCrossingValue": { "alias": "axisCrossingValue"; "required": false; }; "background": { "alias": "background"; "required": false; }; "baseUnit": { "alias": "baseUnit"; "required": false; }; "baseUnitStep": { "alias": "baseUnitStep"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "color": { "alias": "color"; "required": false; }; "justified": { "alias": "justified"; "required": false; }; "line": { "alias": "line"; "required": false; }; "majorGridLines": { "alias": "majorGridLines"; "required": false; }; "majorTicks": { "alias": "majorTicks"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxDateGroups": { "alias": "maxDateGroups"; "required": false; }; "maxDivisions": { "alias": "maxDivisions"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minorGridLines": { "alias": "minorGridLines"; "required": false; }; "minorTicks": { "alias": "minorTicks"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pane": { "alias": "pane"; "required": false; }; "plotBands": { "alias": "plotBands"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "roundToBaseUnit": { "alias": "roundToBaseUnit"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "crosshair": { "alias": "crosshair"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "notes": { "alias": "notes"; "required": false; }; "select": { "alias": "select"; "required": false; }; "title": { "alias": "title"; "required": false; }; "rangeLabels": { "alias": "rangeLabels"; "required": false; }; }, {}, never, never, true, never>;
92
92
  }
@@ -42,5 +42,5 @@ export declare class ChartAreaComponent extends SettingsComponent implements Cha
42
42
  width: number;
43
43
  constructor(configurationService: ConfigurationService);
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<ChartAreaComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<ChartAreaComponent, "kendo-chart-area", never, { "background": "background"; "border": "border"; "height": "height"; "margin": "margin"; "opacity": "opacity"; "width": "width"; }, {}, never, never, true, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartAreaComponent, "kendo-chart-area", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "height": { "alias": "height"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
46
46
  }
@@ -25,5 +25,5 @@ export declare class LegendInactiveItemsComponent extends SettingsComponent impl
25
25
  labels: LegendLabels;
26
26
  constructor(configurationService: ConfigurationService);
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<LegendInactiveItemsComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<LegendInactiveItemsComponent, "kendo-chart-legend-inactive-items", never, { "labels": "labels"; }, {}, never, never, true, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<LegendInactiveItemsComponent, "kendo-chart-legend-inactive-items", never, { "labels": { "alias": "labels"; "required": false; }; }, {}, never, never, true, never>;
29
29
  }
@@ -33,5 +33,5 @@ export declare class LegendItemComponent extends SettingsComponent implements Le
33
33
  visual: (e: LegendItemVisualArgs) => drawing.Element;
34
34
  constructor(configurationService: ConfigurationService);
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<LegendItemComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<LegendItemComponent, "kendo-chart-legend-item", never, { "cursor": "cursor"; "type": "type"; "line": "line"; "area": "area"; "markers": "markers"; "highlight": "highlight"; "visual": "visual"; }, {}, never, never, true, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<LegendItemComponent, "kendo-chart-legend-item", never, { "cursor": { "alias": "cursor"; "required": false; }; "type": { "alias": "type"; "required": false; }; "line": { "alias": "line"; "required": false; }; "area": { "alias": "area"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
37
37
  }
@@ -79,5 +79,5 @@ export declare class LegendComponent extends SettingsComponent implements Legend
79
79
  title: LegendTitle;
80
80
  constructor(configurationService: ConfigurationService);
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<LegendComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<LegendComponent, "kendo-chart-legend", never, { "align": "align"; "background": "background"; "border": "border"; "height": "height"; "labels": "labels"; "margin": "margin"; "offsetX": "offsetX"; "offsetY": "offsetY"; "orientation": "orientation"; "padding": "padding"; "position": "position"; "reverse": "reverse"; "visible": "visible"; "width": "width"; "markers": "markers"; "spacing": "spacing"; "inactiveItems": "inactiveItems"; "item": "item"; "title": "title"; }, {}, never, never, true, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<LegendComponent, "kendo-chart-legend", never, { "align": { "alias": "align"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "height": { "alias": "height"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "inactiveItems": { "alias": "inactiveItems"; "required": false; }; "item": { "alias": "item"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
83
83
  }
@@ -0,0 +1,23 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
+ import { ChartMessages } from './messages';
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * Custom component messages override default component messages.
10
+ * @example
11
+ * ```html
12
+ * <kendo-chart [data]="data">
13
+ * <kendo-chart-messages noData='No data available'></kendo-chart-messages>
14
+ * </kendo-chart>
15
+ * ```
16
+ */
17
+ export declare class ChartCustomMessagesComponent extends ChartMessages {
18
+ protected service: LocalizationService;
19
+ constructor(service: LocalizationService);
20
+ protected get override(): boolean;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartCustomMessagesComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartCustomMessagesComponent, "kendo-chart-messages", never, {}, {}, never, never, true, never>;
23
+ }
@@ -0,0 +1,16 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
+ import { ChartMessages } from './messages';
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export declare class LocalizedChartMessagesDirective extends ChartMessages {
12
+ protected service: LocalizationService;
13
+ constructor(service: LocalizationService);
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedChartMessagesDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedChartMessagesDirective, "[kendoChartLocalizedMessages]", never, {}, {}, never, never, true, never>;
16
+ }
@@ -0,0 +1,17 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ComponentMessages } from '@progress/kendo-angular-l10n';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * @hidden
9
+ */
10
+ export declare class ChartMessages extends ComponentMessages {
11
+ /**
12
+ * The message to display when no series are defined, or all series are empty.
13
+ */
14
+ noData: string;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartMessages, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ChartMessages, "[kendoChartMessages]", never, { "noData": { "alias": "noData"; "required": false; }; }, {}, never, never, false, never>;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { TemplateRef } from '@angular/core';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * A directive which selects a [template](link:site.data.urls.angular['templatesyntax'])
9
+ * within the `<kendo-chart>` component for the
10
+ * [No Data Overlay](slug:databinding_chart_charts#toc-no-data-overlay).
11
+ */
12
+ export declare class NoDataTemplateDirective {
13
+ templateRef: TemplateRef<any>;
14
+ constructor(templateRef: TemplateRef<any>);
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<NoDataTemplateDirective, [{ optional: true; }]>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataTemplateDirective, "[kendoChartNoDataTemplate]", never, {}, {}, never, never, true, never>;
17
+ }
@@ -42,5 +42,5 @@ export declare class PanesTitleComponent extends SettingsComponent implements Pa
42
42
  visual: (e: any) => drawing.Element;
43
43
  constructor(configurationService: ConfigurationService);
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<PanesTitleComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<PanesTitleComponent, "kendo-chart-pane-title", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "margin": "margin"; "position": "position"; "text": "text"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<PanesTitleComponent, "kendo-chart-pane-title", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "position": { "alias": "position"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
46
46
  }
@@ -40,5 +40,5 @@ export declare class PaneDefaultsTitleComponent extends SettingsComponent implem
40
40
  visual: (e: any) => drawing.Element;
41
41
  constructor(configurationService: ConfigurationService);
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<PaneDefaultsTitleComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<PaneDefaultsTitleComponent, "kendo-chart-pane-defaults-title", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "margin": "margin"; "position": "position"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaneDefaultsTitleComponent, "kendo-chart-pane-defaults-title", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "position": { "alias": "position"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
44
44
  }
@@ -29,5 +29,5 @@ export declare class PaneDefaultsComponent extends SettingsComponent implements
29
29
  title: PaneDefaultsTitle;
30
30
  constructor(configurationService: ConfigurationService);
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<PaneDefaultsComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<PaneDefaultsComponent, "kendo-chart-pane-defaults", never, { "background": "background"; "border": "border"; "clip": "clip"; "height": "height"; "margin": "margin"; "padding": "padding"; "title": "title"; }, {}, never, never, true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaneDefaultsComponent, "kendo-chart-pane-defaults", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "clip": { "alias": "clip"; "required": false; }; "height": { "alias": "height"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
33
33
  }
@@ -45,5 +45,5 @@ export declare class PaneComponent extends CollectionItemComponent implements Pa
45
45
  title: string | PanesTitle;
46
46
  constructor(configurationService: ConfigurationService, collectionService: CollectionService);
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<PaneComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<PaneComponent, "kendo-chart-pane, kendo-chart-panes-item", never, { "background": "background"; "border": "border"; "clip": "clip"; "height": "height"; "margin": "margin"; "name": "name"; "padding": "padding"; "title": "title"; }, {}, never, never, true, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaneComponent, "kendo-chart-pane, kendo-chart-panes-item", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "clip": { "alias": "clip"; "required": false; }; "height": { "alias": "height"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "name": { "alias": "name"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
49
49
  }
@@ -39,5 +39,5 @@ export declare class PlotAreaComponent extends SettingsComponent implements Plot
39
39
  padding: Padding | number;
40
40
  constructor(configurationService: ConfigurationService);
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<PlotAreaComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<PlotAreaComponent, "kendo-chart-plot-area", never, { "background": "background"; "border": "border"; "margin": "margin"; "opacity": "opacity"; "padding": "padding"; }, {}, never, never, true, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<PlotAreaComponent, "kendo-chart-plot-area", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; }, {}, never, never, true, never>;
43
43
  }
@@ -47,5 +47,5 @@ export declare class SeriesDefaultsLabelsComponent extends SettingsComponent imp
47
47
  to: SeriesDefaultsLabelsTo;
48
48
  constructor(configurationService: ConfigurationService);
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDefaultsLabelsComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsLabelsComponent, "kendo-chart-series-defaults-labels", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "margin": "margin"; "padding": "padding"; "visible": "visible"; "visual": "visual"; "from": "from"; "to": "to"; }, {}, never, never, true, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsLabelsComponent, "kendo-chart-series-defaults-labels", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, {}, never, never, true, never>;
51
51
  }
@@ -43,5 +43,5 @@ export declare class SeriesDefaultsLabelsFromComponent extends SettingsComponent
43
43
  visible: boolean;
44
44
  constructor(configurationService: ConfigurationService);
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDefaultsLabelsFromComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsLabelsFromComponent, "kendo-chart-series-defaults-labels-from", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "margin": "margin"; "padding": "padding"; "visible": "visible"; }, {}, never, never, true, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsLabelsFromComponent, "kendo-chart-series-defaults-labels-from", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
47
47
  }
@@ -43,5 +43,5 @@ export declare class SeriesDefaultsLabelsToComponent extends SettingsComponent i
43
43
  visible: boolean;
44
44
  constructor(configurationService: ConfigurationService);
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDefaultsLabelsToComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsLabelsToComponent, "kendo-chart-series-defaults-labels-to", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "margin": "margin"; "padding": "padding"; "visible": "visible"; }, {}, never, never, true, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsLabelsToComponent, "kendo-chart-series-defaults-labels-to", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
47
47
  }
@@ -19,5 +19,5 @@ export declare class SeriesDefaultsNotesComponent extends SettingsComponent impl
19
19
  label: SeriesDefaultsNotesLabel;
20
20
  constructor(configurationService: ConfigurationService);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDefaultsNotesComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsNotesComponent, "kendo-chart-series-defaults-notes", never, { "line": "line"; "visual": "visual"; "icon": "icon"; "label": "label"; }, {}, never, never, true, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsNotesComponent, "kendo-chart-series-defaults-notes", never, { "line": { "alias": "line"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
23
23
  }
@@ -27,5 +27,5 @@ export declare class SeriesDefaultsNotesIconComponent extends SettingsComponent
27
27
  visible: boolean;
28
28
  constructor(configurationService: ConfigurationService);
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDefaultsNotesIconComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsNotesIconComponent, "kendo-chart-series-defaults-notes-icon", never, { "background": "background"; "border": "border"; "size": "size"; "type": "type"; "visible": "visible"; }, {}, never, never, true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsNotesIconComponent, "kendo-chart-series-defaults-notes-icon", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
31
31
  }