@progress/kendo-angular-charts 17.0.0-develop.4 → 17.0.0-develop.41
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.
- package/README.md +52 -49
- package/chart/axis-defaults/crosshair.component.d.ts +1 -1
- package/chart/axis-defaults/crosshair.tooltip.component.d.ts +1 -1
- package/chart/axis-defaults/labels.component.d.ts +1 -1
- package/chart/axis-defaults/title.component.d.ts +1 -1
- package/chart/axis-defaults.component.d.ts +1 -1
- package/chart/category-axis-item/crosshair.component.d.ts +1 -1
- package/chart/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/category-axis-item/labels.component.d.ts +1 -1
- package/chart/category-axis-item/notes.component.d.ts +1 -1
- package/chart/category-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/category-axis-item/notes.label.component.d.ts +1 -1
- package/chart/category-axis-item/select.component.d.ts +1 -1
- package/chart/category-axis-item/title.component.d.ts +1 -1
- package/chart/category-axis-item.component.d.ts +1 -1
- package/chart/chart-area.component.d.ts +1 -1
- package/chart/legend/inactive-items.component.d.ts +1 -1
- package/chart/legend/item.component.d.ts +1 -1
- package/chart/legend.component.d.ts +1 -1
- package/chart/localization/custom-messages.component.d.ts +23 -0
- package/chart/localization/localized-messages.directive.d.ts +16 -0
- package/chart/localization/messages.d.ts +17 -0
- package/chart/no-data-template.directive.d.ts +17 -0
- package/chart/pane/title.component.d.ts +1 -1
- package/chart/pane-defaults/title.component.d.ts +1 -1
- package/chart/pane-defaults.component.d.ts +1 -1
- package/chart/pane.component.d.ts +1 -1
- package/chart/plot-area.component.d.ts +1 -1
- package/chart/series-defaults/labels.component.d.ts +1 -1
- package/chart/series-defaults/labels.from.component.d.ts +1 -1
- package/chart/series-defaults/labels.to.component.d.ts +1 -1
- package/chart/series-defaults/notes.component.d.ts +1 -1
- package/chart/series-defaults/notes.icon.component.d.ts +1 -1
- package/chart/series-defaults/notes.label.component.d.ts +1 -1
- package/chart/series-defaults/tooltip.component.d.ts +1 -1
- package/chart/series-defaults.component.d.ts +1 -1
- package/chart/series-item/error-bars.component.d.ts +1 -1
- package/chart/series-item/extremes.component.d.ts +1 -1
- package/chart/series-item/highlight.component.d.ts +1 -1
- package/chart/series-item/labels.component.d.ts +1 -1
- package/chart/series-item/labels.from.component.d.ts +1 -1
- package/chart/series-item/labels.to.component.d.ts +1 -1
- package/chart/series-item/markers.component.d.ts +1 -1
- package/chart/series-item/notes.component.d.ts +1 -1
- package/chart/series-item/notes.icon.component.d.ts +1 -1
- package/chart/series-item/notes.label.component.d.ts +1 -1
- package/chart/series-item/outliers.component.d.ts +1 -1
- package/chart/series-item/tooltip.component.d.ts +1 -1
- package/chart/series-item/trendline.component.d.ts +1 -1
- package/chart/series-item/trendline.forecast.component.d.ts +1 -1
- package/chart/series-item.component.d.ts +11 -2
- package/chart/subtitle.component.d.ts +1 -1
- package/chart/title.component.d.ts +1 -1
- package/chart/tooltip/base-tooltip.d.ts +1 -1
- package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -3
- package/chart/tooltip/crosshair-tooltips-container.component.d.ts +2 -2
- package/chart/tooltip/tooltip-popup.component.d.ts +1 -3
- package/chart/tooltip.component.d.ts +1 -1
- package/chart/value-axis-item/crosshair.component.d.ts +1 -1
- package/chart/value-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/value-axis-item/labels.component.d.ts +1 -1
- package/chart/value-axis-item/notes.component.d.ts +1 -1
- package/chart/value-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/value-axis-item/notes.label.component.d.ts +1 -1
- package/chart/value-axis-item/title.component.d.ts +1 -1
- package/chart/value-axis-item.component.d.ts +1 -1
- package/chart/x-axis-item/crosshair.component.d.ts +1 -1
- package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/x-axis-item/labels.component.d.ts +1 -1
- package/chart/x-axis-item/notes.component.d.ts +1 -1
- package/chart/x-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/x-axis-item/notes.label.component.d.ts +1 -1
- package/chart/x-axis-item/title.component.d.ts +1 -1
- package/chart/x-axis-item.component.d.ts +1 -1
- package/chart/y-axis-item/crosshair.component.d.ts +1 -1
- package/chart/y-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/y-axis-item/labels.component.d.ts +1 -1
- package/chart/y-axis-item/notes.component.d.ts +1 -1
- package/chart/y-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/y-axis-item/notes.label.component.d.ts +1 -1
- package/chart/y-axis-item/title.component.d.ts +1 -1
- package/chart/y-axis-item.component.d.ts +1 -1
- package/chart/zoomable.component.d.ts +1 -1
- package/chart-breadcrumb.component.d.ts +1 -1
- package/chart-options.interface.d.ts +7 -0
- package/chart.component.d.ts +8 -1
- package/chart.directives.d.ts +4 -1
- package/chart.module.d.ts +92 -89
- package/charts.module.d.ts +135 -132
- package/common/property-types.d.ts +1 -0
- package/directives.d.ts +5 -2
- package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.component.mjs +28 -3
- package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.tooltip.component.mjs +29 -3
- package/esm2022/chart/axis-defaults/labels.component.mjs +105 -0
- package/{esm2020 → esm2022}/chart/axis-defaults/title.component.mjs +39 -3
- package/{esm2020 → esm2022}/chart/axis-defaults.component.mjs +40 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.component.mjs +28 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.tooltip.component.mjs +29 -3
- package/esm2022/chart/category-axis-item/labels.component.mjs +129 -0
- package/{esm2020 → esm2022}/chart/category-axis-item/notes.component.mjs +11 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/notes.icon.component.mjs +9 -3
- package/{esm2020/chart/y-axis-item → esm2022/chart/category-axis-item}/notes.label.component.mjs +37 -5
- package/{esm2020 → esm2022}/chart/category-axis-item/range-labels.component.mjs +4 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/select.component.mjs +9 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/title.component.mjs +40 -3
- package/{esm2020 → esm2022}/chart/category-axis-item.component.mjs +76 -3
- package/{esm2020 → esm2022}/chart/category-axis.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/chart-area.component.mjs +30 -3
- package/{esm2020 → esm2022}/chart/donut-center-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/chart/legend/inactive-items.component.mjs +5 -3
- package/{esm2020 → esm2022}/chart/legend/item.component.mjs +11 -3
- package/esm2022/chart/legend.component.mjs +136 -0
- package/esm2022/chart/localization/custom-messages.component.mjs +49 -0
- package/esm2022/chart/localization/localized-messages.directive.mjs +39 -0
- package/esm2022/chart/localization/messages.mjs +27 -0
- package/esm2022/chart/no-data-template.directive.mjs +28 -0
- package/{esm2020 → esm2022}/chart/pane/title.component.mjs +31 -3
- package/{esm2020 → esm2022}/chart/pane-defaults/title.component.mjs +30 -3
- package/{esm2020 → esm2022}/chart/pane-defaults.component.mjs +19 -3
- package/{esm2020 → esm2022}/chart/pane.component.mjs +21 -3
- package/{esm2020 → esm2022}/chart/panes.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/plot-area.component.mjs +27 -3
- package/{esm2020 → esm2022}/chart/series-defaults/labels.component.mjs +37 -3
- package/{esm2020 → esm2022}/chart/series-defaults/labels.from.component.mjs +33 -3
- package/{esm2020 → esm2022}/chart/series-defaults/labels.to.component.mjs +33 -3
- package/{esm2020 → esm2022}/chart/series-defaults/notes.component.mjs +9 -3
- package/{esm2020/chart/y-axis-item → esm2022/chart/series-defaults}/notes.icon.component.mjs +20 -6
- package/{esm2020 → esm2022}/chart/series-defaults/notes.label.component.mjs +34 -3
- package/{esm2020 → esm2022}/chart/series-defaults/tooltip.component.mjs +23 -3
- package/{esm2020 → esm2022}/chart/series-defaults.component.mjs +32 -3
- package/{esm2020 → esm2022}/chart/series-drilldown-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/chart/series-item/error-bars.component.mjs +15 -3
- package/{esm2020 → esm2022}/chart/series-item/extremes.component.mjs +17 -3
- package/{esm2020 → esm2022}/chart/series-item/highlight.component.mjs +16 -3
- package/{esm2020 → esm2022}/chart/series-item/labels.component.mjs +50 -3
- package/{esm2020 → esm2022}/chart/series-item/labels.from.component.mjs +34 -3
- package/{esm2020 → esm2022}/chart/series-item/labels.to.component.mjs +34 -3
- package/{esm2020 → esm2022}/chart/series-item/markers.component.mjs +25 -3
- package/{esm2020 → esm2022}/chart/series-item/notes.component.mjs +10 -3
- package/{esm2020 → esm2022}/chart/series-item/notes.icon.component.mjs +19 -3
- package/{esm2020 → esm2022}/chart/series-item/notes.label.component.mjs +39 -3
- package/{esm2020 → esm2022}/chart/series-item/outliers.component.mjs +19 -3
- package/{esm2020 → esm2022}/chart/series-item/tooltip.component.mjs +20 -3
- package/{esm2020 → esm2022}/chart/series-item/trendline.component.mjs +8 -3
- package/{esm2020 → esm2022}/chart/series-item/trendline.forecast.component.mjs +12 -3
- package/esm2022/chart/series-item.component.mjs +647 -0
- package/{esm2020 → esm2022}/chart/series.component.mjs +8 -3
- package/{esm2020 → esm2022}/chart/subtitle.component.mjs +39 -3
- package/{esm2020 → esm2022}/chart/title.component.mjs +47 -3
- package/{esm2020 → esm2022}/chart/tooltip/base-tooltip.mjs +14 -7
- package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltip.component.mjs +11 -10
- package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltips-container.component.mjs +12 -12
- package/{esm2020 → esm2022}/chart/tooltip/series-tooltip-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/chart/tooltip/shared-tooltip-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/chart/tooltip/tooltip-popup.component.mjs +25 -15
- package/esm2022/chart/tooltip/tooltip-template-point.mjs +105 -0
- package/{esm2020 → esm2022}/chart/tooltip.component.mjs +32 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.component.mjs +25 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.tooltip.component.mjs +27 -3
- package/esm2022/chart/value-axis-item/labels.component.mjs +118 -0
- package/{esm2020 → esm2022}/chart/value-axis-item/notes.component.mjs +11 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/notes.icon.component.mjs +17 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/notes.label.component.mjs +34 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/title.component.mjs +39 -3
- package/{esm2020 → esm2022}/chart/value-axis-item.component.mjs +64 -3
- package/{esm2020 → esm2022}/chart/value-axis.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.component.mjs +22 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.tooltip.component.mjs +29 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/labels.component.mjs +50 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/notes.component.mjs +11 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/notes.icon.component.mjs +17 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/notes.label.component.mjs +35 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/title.component.mjs +40 -3
- package/{esm2020 → esm2022}/chart/x-axis-item.component.mjs +47 -3
- package/{esm2020 → esm2022}/chart/x-axis.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.component.mjs +10 -3
- package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.tooltip.component.mjs +11 -3
- package/esm2022/chart/y-axis-item/labels.component.mjs +123 -0
- package/{esm2020 → esm2022}/chart/y-axis-item/notes.component.mjs +11 -3
- package/esm2022/chart/y-axis-item/notes.icon.component.mjs +53 -0
- package/esm2022/chart/y-axis-item/notes.label.component.mjs +79 -0
- package/{esm2020 → esm2022}/chart/y-axis-item/title.component.mjs +40 -3
- package/{esm2020 → esm2022}/chart/y-axis-item.component.mjs +54 -3
- package/{esm2020 → esm2022}/chart/y-axis.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/zoomable.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart-breadcrumb.component.mjs +21 -14
- package/{esm2020 → esm2022}/chart.component.mjs +280 -172
- package/{esm2020 → esm2022}/chart.directives.mjs +4 -1
- package/esm2022/chart.module.mjs +140 -0
- package/esm2022/charts.module.mjs +184 -0
- package/{esm2020 → esm2022}/common/chart-instance-observer.mjs +7 -7
- package/{esm2020 → esm2022}/common/collection-item.component.mjs +8 -5
- package/{esm2020 → esm2022}/common/collection.component.mjs +9 -4
- package/{esm2020 → esm2022}/common/collection.service.mjs +7 -3
- package/{esm2020 → esm2022}/common/configuration.service.mjs +10 -5
- package/{esm2020 → esm2022}/common/prefix-configuration.service.mjs +5 -3
- package/{esm2020 → esm2022}/common/root-configuration.service.mjs +3 -3
- package/{esm2020 → esm2022}/common/settings.component.mjs +6 -4
- package/{esm2020 → esm2022}/common/theme.service.mjs +5 -4
- package/{esm2020 → esm2022}/common/tooltip-template.service.mjs +6 -3
- package/{esm2020 → esm2022}/directives.mjs +6 -0
- package/{esm2020 → esm2022}/events/axis-label-click-event.mjs +21 -0
- package/{esm2020 → esm2022}/events/base-event.mjs +7 -3
- package/{esm2020 → esm2022}/events/drag-end-event.mjs +9 -0
- package/{esm2020 → esm2022}/events/drag-event.mjs +9 -0
- package/{esm2020 → esm2022}/events/drag-start-event.mjs +9 -0
- package/{esm2020 → esm2022}/events/drilldown-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/legend-event.mjs +17 -0
- package/{esm2020 → esm2022}/events/note-event.mjs +20 -0
- package/{esm2020 → esm2022}/events/pane-render-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/plot-area-click-event.mjs +20 -0
- package/{esm2020 → esm2022}/events/plot-area-hover-event.mjs +20 -0
- package/{esm2020 → esm2022}/events/preventable-event.mjs +4 -7
- package/{esm2020 → esm2022}/events/select-end-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/select-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/select-start-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/series-click-event.mjs +33 -0
- package/{esm2020 → esm2022}/events/series-event.mjs +32 -0
- package/{esm2020 → esm2022}/events/zoom-end-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/zoom-event.mjs +18 -0
- package/{esm2020 → esm2022}/events/zoom-start-event.mjs +9 -0
- package/{esm2020 → esm2022}/index.mjs +1 -0
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.directive.mjs +22 -13
- package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.event.mjs +10 -0
- package/{esm2020 → esm2022}/sankey/events/sankey-base-event.mjs +8 -0
- package/{esm2020 → esm2022}/sankey/events/sankey-link-event.mjs +4 -0
- package/{esm2020 → esm2022}/sankey/events/sankey-node-event.mjs +4 -0
- package/{esm2020 → esm2022}/sankey/labels.component.mjs +14 -3
- package/esm2022/sankey/legend.component.mjs +129 -0
- package/{esm2020 → esm2022}/sankey/links.component.mjs +8 -3
- package/{esm2020 → esm2022}/sankey/localization/custom-messages.component.mjs +9 -8
- package/{esm2020 → esm2022}/sankey/localization/localized-messages.directive.mjs +9 -8
- package/{esm2020 → esm2022}/sankey/localization/messages.mjs +7 -3
- package/{esm2020 → esm2022}/sankey/nodes.component.mjs +20 -3
- package/{esm2020 → esm2022}/sankey/title.component.mjs +47 -3
- package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template-context.mjs +12 -0
- package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template-context.mjs +12 -0
- package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/sankey/tooltip/square-symbol.directive.mjs +7 -8
- package/{esm2020 → esm2022}/sankey/tooltip/tooltip-popup.component.mjs +36 -19
- package/{esm2020 → esm2022}/sankey/tooltip/tooltip-template.service.mjs +5 -3
- package/{esm2020 → esm2022}/sankey/tooltip.component.mjs +30 -3
- package/{esm2020 → esm2022}/sankey.component.mjs +107 -50
- package/{esm2020 → esm2022}/sankey.module.mjs +4 -4
- package/{esm2020 → esm2022}/sparkline.component.mjs +67 -43
- package/esm2022/sparkline.module.mjs +142 -0
- package/{esm2020 → esm2022}/stock-chart/events/navigator-filter-event.mjs +8 -0
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/labels.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.icon.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.label.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/select.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/title.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis.component.mjs +10 -9
- package/{esm2020 → esm2022}/stock-chart/navigator/hint.component.mjs +7 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/pane/title.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/pane.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/select.component.mjs +7 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/error-bars.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/extremes.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/highlight.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.from.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.to.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/markers.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.icon.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.label.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/outliers.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/tooltip.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item.component.mjs +9 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series.component.mjs +8 -3
- package/{esm2020 → esm2022}/stock-chart/navigator.component.mjs +12 -3
- package/{esm2020 → esm2022}/stock-chart.component.mjs +60 -39
- package/esm2022/stock-chart.module.mjs +170 -0
- package/{fesm2020 → fesm2022}/progress-kendo-angular-charts.mjs +4311 -888
- package/field-types/axis-labels-position.d.ts +1 -1
- package/field-types/axis-title-position.d.ts +1 -1
- package/field-types/base-unit.d.ts +1 -1
- package/field-types/category-base-unit.d.ts +1 -1
- package/field-types/dash-type.d.ts +1 -1
- package/field-types/line-style.d.ts +1 -1
- package/field-types/lock-axis.d.ts +1 -1
- package/field-types/marker-type.d.ts +1 -1
- package/field-types/modifier-key.d.ts +1 -1
- package/field-types/note-label-position.d.ts +1 -1
- package/field-types/note-position.d.ts +1 -1
- package/field-types/series-labels-alignment.d.ts +1 -1
- package/field-types/series-labels-position.d.ts +1 -1
- package/field-types/series-type.d.ts +1 -1
- package/index.d.ts +1 -0
- package/option-types/legend/item.interface.d.ts +1 -1
- package/option-types/series-item.interface.d.ts +10 -0
- package/package.json +18 -24
- package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
- package/sankey/labels.component.d.ts +1 -1
- package/sankey/legend.component.d.ts +1 -1
- package/sankey/links.component.d.ts +1 -1
- package/sankey/localization/messages.d.ts +1 -1
- package/sankey/nodes.component.d.ts +1 -1
- package/sankey/title.component.d.ts +1 -1
- package/sankey/tooltip/square-symbol.directive.d.ts +1 -1
- package/sankey/tooltip/tooltip-popup.component.d.ts +1 -3
- package/sankey/tooltip.component.d.ts +1 -1
- package/sankey.component.d.ts +1 -1
- package/sparkline.component.d.ts +5 -1
- package/sparkline.module.d.ts +94 -2
- package/stock-chart/navigator/hint.component.d.ts +1 -1
- package/stock-chart/navigator/select.component.d.ts +1 -1
- package/stock-chart/navigator/series-item.component.d.ts +1 -1
- package/stock-chart/navigator.component.d.ts +1 -1
- package/stock-chart.component.d.ts +1 -1
- package/stock-chart.module.d.ts +25 -2
- package/esm2020/chart/axis-defaults/labels.component.mjs +0 -52
- package/esm2020/chart/category-axis-item/labels.component.mjs +0 -63
- package/esm2020/chart/category-axis-item/notes.label.component.mjs +0 -47
- package/esm2020/chart/legend.component.mjs +0 -69
- package/esm2020/chart/series-defaults/notes.icon.component.mjs +0 -39
- package/esm2020/chart/series-item.component.mjs +0 -249
- package/esm2020/chart/tooltip/tooltip-template-point.mjs +0 -37
- package/esm2020/chart/value-axis-item/labels.component.mjs +0 -59
- package/esm2020/chart/y-axis-item/labels.component.mjs +0 -63
- package/esm2020/chart.module.mjs +0 -137
- package/esm2020/charts.module.mjs +0 -181
- package/esm2020/sankey/legend.component.mjs +0 -65
- package/esm2020/sparkline.module.mjs +0 -50
- package/esm2020/stock-chart.module.mjs +0 -147
- package/fesm2015/progress-kendo-angular-charts.mjs +0 -9270
- /package/{esm2020 → esm2022}/api-types/axis-range.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-axis.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-pane.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-plotarea.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-svg-export-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-visual-export-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/event-axis-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/event-series-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/series-point-marker.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/series-point.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/axis-label-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/axis-label-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/axis-note-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/axis-note-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/error-bars-value-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/error-bars-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/highlight-toggle-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/highlight-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/legend-item-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/legend-labels-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/markers-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/plot-band-label-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-labels-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-labels-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-note-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-note-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/title-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/chart/tooltip/body-factory.mjs +0 -0
- /package/{esm2020 → esm2022}/chart/tooltip/popup-settings.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/chart-defaults.mjs +0 -0
- /package/{esm2020 → esm2022}/chart-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/common/api-types.mjs +0 -0
- /package/{esm2020 → esm2022}/common/chart-default-theme.mjs +0 -0
- /package/{esm2020 → esm2022}/common/copy-changes.mjs +0 -0
- /package/{esm2020 → esm2022}/common/events.mjs +0 -0
- /package/{esm2020 → esm2022}/common/has-observers.mjs +0 -0
- /package/{esm2020 → esm2022}/common/has-parent.mjs +0 -0
- /package/{esm2020 → esm2022}/common/property-types.mjs +0 -0
- /package/{esm2020 → esm2022}/common/to-simple-changes.mjs +0 -0
- /package/{esm2020 → esm2022}/common.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/events/instance-event.service.mjs +0 -0
- /package/{esm2020 → esm2022}/events/legend-item-click-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/legend-item-hover-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/legend-item-leave-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/note-click-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/note-hover-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/note-leave-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/plot-area-leave-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/render-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/series-hover-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/series-leave-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/series-over-event.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/auto-base-unit-steps.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/axis-labels-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/axis-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/axis-ticks.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/axis-title-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/base-unit.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/border.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/bullet-target-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/bullet-target.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/category-base-unit.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/dash-type.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/date-formats.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/drag-action.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/error-bar-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/grid-lines.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/highlight-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/label-connectors.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/label-rotation.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/legend-labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/line-style.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/lock-axis.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/margin.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/marker-type.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/modifier-key.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/mousewheel-select.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/mousewheel-zoom.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/negative-bubble-values.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/note-label-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/note-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/note-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/overlay.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/padding.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/plot-band-label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/plot-band.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-labels-alignment.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-labels-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-mean.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-median.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-stack.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-type.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-whiskers.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/trendline-forecast.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/week-start-day.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/range-labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/select.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/chart-area.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend/inactive-items.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend/item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend/legend-title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend/markers.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/pane/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/pane-defaults/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/pane-defaults.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/pane.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/plot-area.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/labels.from.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/labels.to.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/error-bars.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/extremes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/highlight.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/labels.from.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/labels.to.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/markers-highlight.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/markers.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/outliers.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/trendline.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/subtitle.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/zoomable.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-charts.mjs +0 -0
- /package/{esm2020 → esm2022}/sankey/api-types/index.mjs +0 -0
- /package/{esm2020 → esm2022}/sankey/events/index.mjs +0 -0
- /package/{esm2020 → esm2022}/sankey/events/instance-event.service.mjs +0 -0
- /package/{esm2020 → esm2022}/sankey.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/sparkline.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/events/instance-event.service.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/events.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/select.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types/navigator.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart.directives.mjs +0 -0
|
@@ -52,6 +52,51 @@ const NAVIGATOR_DEFAULTS = {
|
|
|
52
52
|
* ```
|
|
53
53
|
*/
|
|
54
54
|
export class StockChartComponent extends ChartComponent {
|
|
55
|
+
configurationService;
|
|
56
|
+
themeService;
|
|
57
|
+
element;
|
|
58
|
+
intl;
|
|
59
|
+
localizationService;
|
|
60
|
+
ngZone;
|
|
61
|
+
instanceEventService;
|
|
62
|
+
changeDetector;
|
|
63
|
+
renderer;
|
|
64
|
+
/**
|
|
65
|
+
* The configuration options for the data navigator.
|
|
66
|
+
*/
|
|
67
|
+
navigator;
|
|
68
|
+
/**
|
|
69
|
+
* @hidden
|
|
70
|
+
*/
|
|
71
|
+
pannable;
|
|
72
|
+
/**
|
|
73
|
+
* @hidden
|
|
74
|
+
*/
|
|
75
|
+
zoomable;
|
|
76
|
+
/**
|
|
77
|
+
* @hidden
|
|
78
|
+
*/
|
|
79
|
+
drilldown = new EventEmitter();
|
|
80
|
+
/**
|
|
81
|
+
* @hidden
|
|
82
|
+
*/
|
|
83
|
+
drilldownLevelChange = new EventEmitter();
|
|
84
|
+
/**
|
|
85
|
+
* @hidden
|
|
86
|
+
*/
|
|
87
|
+
get drilldownLevel() {
|
|
88
|
+
return this.drilldownState.length;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Fires when the navigator range is changed.
|
|
92
|
+
*/
|
|
93
|
+
navigatorFilter = new EventEmitter();
|
|
94
|
+
/**
|
|
95
|
+
* @hidden
|
|
96
|
+
*/
|
|
97
|
+
showLicenseWatermark = false;
|
|
98
|
+
redrawSlaves = false;
|
|
99
|
+
hostClasses = ['k-chart', 'k-stockchart'];
|
|
55
100
|
constructor(configurationService, themeService, element, intl, localizationService, ngZone, instanceEventService, changeDetector, renderer) {
|
|
56
101
|
super(configurationService, themeService, element, intl, localizationService, ngZone, instanceEventService, changeDetector, renderer);
|
|
57
102
|
this.configurationService = configurationService;
|
|
@@ -63,33 +108,9 @@ export class StockChartComponent extends ChartComponent {
|
|
|
63
108
|
this.instanceEventService = instanceEventService;
|
|
64
109
|
this.changeDetector = changeDetector;
|
|
65
110
|
this.renderer = renderer;
|
|
66
|
-
/**
|
|
67
|
-
* @hidden
|
|
68
|
-
*/
|
|
69
|
-
this.drilldown = new EventEmitter();
|
|
70
|
-
/**
|
|
71
|
-
* @hidden
|
|
72
|
-
*/
|
|
73
|
-
this.drilldownLevelChange = new EventEmitter();
|
|
74
|
-
/**
|
|
75
|
-
* Fires when the navigator range is changed.
|
|
76
|
-
*/
|
|
77
|
-
this.navigatorFilter = new EventEmitter();
|
|
78
|
-
/**
|
|
79
|
-
* @hidden
|
|
80
|
-
*/
|
|
81
|
-
this.showLicenseWatermark = false;
|
|
82
|
-
this.redrawSlaves = false;
|
|
83
|
-
this.hostClasses = ['k-chart', 'k-stockchart'];
|
|
84
111
|
const isValid = validatePackage(packageMetadata);
|
|
85
112
|
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
86
113
|
}
|
|
87
|
-
/**
|
|
88
|
-
* @hidden
|
|
89
|
-
*/
|
|
90
|
-
get drilldownLevel() {
|
|
91
|
-
return this.drilldownState.length;
|
|
92
|
-
}
|
|
93
114
|
/**
|
|
94
115
|
* If called, the navigator pane is not redrawn the next time the StockChart options are updated.
|
|
95
116
|
* The method is useful if you need to update only the main series data for the selected period.
|
|
@@ -127,19 +148,18 @@ export class StockChartComponent extends ChartComponent {
|
|
|
127
148
|
isDevMode() {
|
|
128
149
|
return isDevMode();
|
|
129
150
|
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
], exportAs: ["kendoStockChart"], usesInheritance: true, ngImport: i0, template: `
|
|
151
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StockChartComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i0.ElementRef }, { token: i3.IntlService }, { token: i4.LocalizationService }, { token: i0.NgZone }, { token: i5.StockInstanceEventService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
152
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StockChartComponent, isStandalone: true, selector: "kendo-stockchart", inputs: { navigator: "navigator", pannable: "pannable", zoomable: "zoomable", drilldownLevel: "drilldownLevel" }, outputs: { drilldown: "drilldown", drilldownLevelChange: "drilldownLevelChange", navigatorFilter: "navigatorFilter" }, providers: [
|
|
153
|
+
ConfigurationService,
|
|
154
|
+
TooltipTemplateService,
|
|
155
|
+
{ provide: RootConfigurationService, useExisting: ConfigurationService },
|
|
156
|
+
StockInstanceEventService,
|
|
157
|
+
LocalizationService,
|
|
158
|
+
{
|
|
159
|
+
provide: L10N_PREFIX,
|
|
160
|
+
useValue: 'kendo.chart'
|
|
161
|
+
}
|
|
162
|
+
], exportAs: ["kendoStockChart"], usesInheritance: true, ngImport: i0, template: `
|
|
143
163
|
<div #surface class="k-chart-surface"></div>
|
|
144
164
|
<kendo-chart-crosshair-tooltips-container [popupSettings]="popupSettings">
|
|
145
165
|
</kendo-chart-crosshair-tooltips-container>
|
|
@@ -148,8 +168,9 @@ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
148
168
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
149
169
|
|
|
150
170
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
151
|
-
`, isInline: true, dependencies: [{ kind: "component", type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { kind: "component", type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "
|
|
152
|
-
|
|
171
|
+
`, isInline: true, dependencies: [{ kind: "component", type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { kind: "component", type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "wrapperClass"], outputs: ["leave"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
172
|
+
}
|
|
173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StockChartComponent, decorators: [{
|
|
153
174
|
type: Component,
|
|
154
175
|
args: [{
|
|
155
176
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -0,0 +1,170 @@
|
|
|
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 { NgModule } from '@angular/core';
|
|
6
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
7
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
8
|
+
import { KENDO_CHART, KENDO_STOCKCHART } from './directives';
|
|
9
|
+
import { ThemeService } from './common/theme.service';
|
|
10
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
import * as i1 from "./stock-chart.component";
|
|
13
|
+
import * as i2 from "./stock-chart/navigator.component";
|
|
14
|
+
import * as i3 from "./stock-chart/navigator/category-axis.component";
|
|
15
|
+
import * as i4 from "./stock-chart/navigator/category-axis/crosshair.component";
|
|
16
|
+
import * as i5 from "./stock-chart/navigator/category-axis/crosshair.tooltip.component";
|
|
17
|
+
import * as i6 from "./stock-chart/navigator/category-axis/labels.component";
|
|
18
|
+
import * as i7 from "./stock-chart/navigator/category-axis/notes.component";
|
|
19
|
+
import * as i8 from "./stock-chart/navigator/category-axis/notes.icon.component";
|
|
20
|
+
import * as i9 from "./stock-chart/navigator/category-axis/notes.label.component";
|
|
21
|
+
import * as i10 from "./stock-chart/navigator/category-axis/select.component";
|
|
22
|
+
import * as i11 from "./stock-chart/navigator/category-axis/title.component";
|
|
23
|
+
import * as i12 from "./stock-chart/navigator/hint.component";
|
|
24
|
+
import * as i13 from "./stock-chart/navigator/pane.component";
|
|
25
|
+
import * as i14 from "./stock-chart/navigator/pane/title.component";
|
|
26
|
+
import * as i15 from "./stock-chart/navigator/select.component";
|
|
27
|
+
import * as i16 from "./stock-chart/navigator/series.component";
|
|
28
|
+
import * as i17 from "./stock-chart/navigator/series-item.component";
|
|
29
|
+
import * as i18 from "./stock-chart/navigator/series-item/error-bars.component";
|
|
30
|
+
import * as i19 from "./stock-chart/navigator/series-item/extremes.component";
|
|
31
|
+
import * as i20 from "./stock-chart/navigator/series-item/highlight.component";
|
|
32
|
+
import * as i21 from "./stock-chart/navigator/series-item/labels.component";
|
|
33
|
+
import * as i22 from "./stock-chart/navigator/series-item/labels.from.component";
|
|
34
|
+
import * as i23 from "./stock-chart/navigator/series-item/labels.to.component";
|
|
35
|
+
import * as i24 from "./stock-chart/navigator/series-item/markers.component";
|
|
36
|
+
import * as i25 from "./stock-chart/navigator/series-item/notes.component";
|
|
37
|
+
import * as i26 from "./stock-chart/navigator/series-item/notes.icon.component";
|
|
38
|
+
import * as i27 from "./stock-chart/navigator/series-item/notes.label.component";
|
|
39
|
+
import * as i28 from "./stock-chart/navigator/series-item/outliers.component";
|
|
40
|
+
import * as i29 from "./stock-chart/navigator/series-item/tooltip.component";
|
|
41
|
+
import * as i30 from "./chart/tooltip/tooltip-popup.component";
|
|
42
|
+
import * as i31 from "./chart/tooltip/series-tooltip-template.directive";
|
|
43
|
+
import * as i32 from "./chart/tooltip/shared-tooltip-template.directive";
|
|
44
|
+
import * as i33 from "./chart/tooltip/crosshair-tooltips-container.component";
|
|
45
|
+
import * as i34 from "./chart/tooltip/crosshair-tooltip.component";
|
|
46
|
+
import * as i35 from "./chart/axis-defaults.component";
|
|
47
|
+
import * as i36 from "./chart/axis-defaults/crosshair.component";
|
|
48
|
+
import * as i37 from "./chart/axis-defaults/crosshair.tooltip.component";
|
|
49
|
+
import * as i38 from "./chart/axis-defaults/labels.component";
|
|
50
|
+
import * as i39 from "./chart/axis-defaults/title.component";
|
|
51
|
+
import * as i40 from "./chart/category-axis.component";
|
|
52
|
+
import * as i41 from "./chart/category-axis-item/crosshair.component";
|
|
53
|
+
import * as i42 from "./chart/category-axis-item/crosshair.tooltip.component";
|
|
54
|
+
import * as i43 from "./chart/category-axis-item.component";
|
|
55
|
+
import * as i44 from "./chart/category-axis-item/labels.component";
|
|
56
|
+
import * as i45 from "./chart/category-axis-item/range-labels.component";
|
|
57
|
+
import * as i46 from "./chart/category-axis-item/notes.component";
|
|
58
|
+
import * as i47 from "./chart/category-axis-item/notes.icon.component";
|
|
59
|
+
import * as i48 from "./chart/category-axis-item/notes.label.component";
|
|
60
|
+
import * as i49 from "./chart/category-axis-item/select.component";
|
|
61
|
+
import * as i50 from "./chart/category-axis-item/title.component";
|
|
62
|
+
import * as i51 from "./chart/chart-area.component";
|
|
63
|
+
import * as i52 from "./chart-breadcrumb.component";
|
|
64
|
+
import * as i53 from "./chart/legend.component";
|
|
65
|
+
import * as i54 from "./chart/legend/inactive-items.component";
|
|
66
|
+
import * as i55 from "./chart/legend/item.component";
|
|
67
|
+
import * as i56 from "./chart/pane.component";
|
|
68
|
+
import * as i57 from "./chart/pane-defaults.component";
|
|
69
|
+
import * as i58 from "./chart/pane-defaults/title.component";
|
|
70
|
+
import * as i59 from "./chart/panes.component";
|
|
71
|
+
import * as i60 from "./chart/pane/title.component";
|
|
72
|
+
import * as i61 from "./chart/plot-area.component";
|
|
73
|
+
import * as i62 from "./chart/series.component";
|
|
74
|
+
import * as i63 from "./chart/series-defaults.component";
|
|
75
|
+
import * as i64 from "./chart/series-defaults/labels.component";
|
|
76
|
+
import * as i65 from "./chart/series-defaults/labels.from.component";
|
|
77
|
+
import * as i66 from "./chart/series-defaults/labels.to.component";
|
|
78
|
+
import * as i67 from "./chart/series-defaults/notes.component";
|
|
79
|
+
import * as i68 from "./chart/series-defaults/notes.icon.component";
|
|
80
|
+
import * as i69 from "./chart/series-defaults/notes.label.component";
|
|
81
|
+
import * as i70 from "./chart/series-defaults/tooltip.component";
|
|
82
|
+
import * as i71 from "./chart/series-drilldown-template.directive";
|
|
83
|
+
import * as i72 from "./chart/series-item/error-bars.component";
|
|
84
|
+
import * as i73 from "./chart/series-item/extremes.component";
|
|
85
|
+
import * as i74 from "./chart/series-item/highlight.component";
|
|
86
|
+
import * as i75 from "./chart/series-item.component";
|
|
87
|
+
import * as i76 from "./chart/series-item/labels.component";
|
|
88
|
+
import * as i77 from "./chart/series-item/labels.from.component";
|
|
89
|
+
import * as i78 from "./chart/series-item/labels.to.component";
|
|
90
|
+
import * as i79 from "./chart/series-item/markers.component";
|
|
91
|
+
import * as i80 from "./chart/series-item/notes.component";
|
|
92
|
+
import * as i81 from "./chart/series-item/notes.icon.component";
|
|
93
|
+
import * as i82 from "./chart/series-item/notes.label.component";
|
|
94
|
+
import * as i83 from "./chart/series-item/outliers.component";
|
|
95
|
+
import * as i84 from "./chart/series-item/tooltip.component";
|
|
96
|
+
import * as i85 from "./chart/series-item/trendline.component";
|
|
97
|
+
import * as i86 from "./chart/series-item/trendline.forecast.component";
|
|
98
|
+
import * as i87 from "./chart/subtitle.component";
|
|
99
|
+
import * as i88 from "./chart/title.component";
|
|
100
|
+
import * as i89 from "./chart/tooltip.component";
|
|
101
|
+
import * as i90 from "./chart/value-axis.component";
|
|
102
|
+
import * as i91 from "./chart/value-axis-item/crosshair.component";
|
|
103
|
+
import * as i92 from "./chart/value-axis-item/crosshair.tooltip.component";
|
|
104
|
+
import * as i93 from "./chart/value-axis-item.component";
|
|
105
|
+
import * as i94 from "./chart/value-axis-item/labels.component";
|
|
106
|
+
import * as i95 from "./chart/value-axis-item/notes.component";
|
|
107
|
+
import * as i96 from "./chart/value-axis-item/notes.icon.component";
|
|
108
|
+
import * as i97 from "./chart/value-axis-item/notes.label.component";
|
|
109
|
+
import * as i98 from "./chart/value-axis-item/title.component";
|
|
110
|
+
import * as i99 from "./chart.component";
|
|
111
|
+
import * as i100 from "./chart/donut-center-template.directive";
|
|
112
|
+
import * as i101 from "./chart/no-data-template.directive";
|
|
113
|
+
import * as i102 from "./chart/x-axis.component";
|
|
114
|
+
import * as i103 from "./chart/x-axis-item/crosshair.component";
|
|
115
|
+
import * as i104 from "./chart/x-axis-item/crosshair.tooltip.component";
|
|
116
|
+
import * as i105 from "./chart/x-axis-item.component";
|
|
117
|
+
import * as i106 from "./chart/x-axis-item/labels.component";
|
|
118
|
+
import * as i107 from "./chart/x-axis-item/notes.component";
|
|
119
|
+
import * as i108 from "./chart/x-axis-item/notes.icon.component";
|
|
120
|
+
import * as i109 from "./chart/x-axis-item/notes.label.component";
|
|
121
|
+
import * as i110 from "./chart/x-axis-item/title.component";
|
|
122
|
+
import * as i111 from "./chart/y-axis.component";
|
|
123
|
+
import * as i112 from "./chart/y-axis-item/crosshair.component";
|
|
124
|
+
import * as i113 from "./chart/y-axis-item/crosshair.tooltip.component";
|
|
125
|
+
import * as i114 from "./chart/y-axis-item.component";
|
|
126
|
+
import * as i115 from "./chart/y-axis-item/labels.component";
|
|
127
|
+
import * as i116 from "./chart/y-axis-item/notes.component";
|
|
128
|
+
import * as i117 from "./chart/y-axis-item/notes.icon.component";
|
|
129
|
+
import * as i118 from "./chart/y-axis-item/notes.label.component";
|
|
130
|
+
import * as i119 from "./chart/y-axis-item/title.component";
|
|
131
|
+
import * as i120 from "./chart/zoomable.component";
|
|
132
|
+
import * as i121 from "./chart/localization/custom-messages.component";
|
|
133
|
+
import * as i122 from "./chart/localization/localized-messages.directive";
|
|
134
|
+
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
135
|
+
/**
|
|
136
|
+
* A [module](link:site.data.urls.angular['ngmoduleapi']) that includes the StockChart component and directives.
|
|
137
|
+
*
|
|
138
|
+
* Imports the StockChartModule into your application
|
|
139
|
+
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
|
|
140
|
+
* that will use the StockChart component.
|
|
141
|
+
*
|
|
142
|
+
* @example
|
|
143
|
+
* ```ts-no-run
|
|
144
|
+
* import { NgModule } from '@angular/core';
|
|
145
|
+
* import { BrowserModule } from '@angular/platform-browser';
|
|
146
|
+
* import { StockChartModule } from '@progress/kendo-angular-charts';
|
|
147
|
+
* import { AppComponent } from './app.component';
|
|
148
|
+
*
|
|
149
|
+
* _@NgModule({
|
|
150
|
+
* bootstrap: [AppComponent],
|
|
151
|
+
* declarations: [AppComponent],
|
|
152
|
+
* imports: [BrowserModule, StockChartModule]
|
|
153
|
+
* })
|
|
154
|
+
* export class AppModule {
|
|
155
|
+
* }
|
|
156
|
+
* ```
|
|
157
|
+
*/
|
|
158
|
+
export class StockChartModule {
|
|
159
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StockChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
160
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: StockChartModule, imports: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent, i30.TooltipPopupComponent, i31.SeriesTooltipTemplateDirective, i32.SharedTooltipTemplateDirective, i33.CrosshairTooltipsContainerComponent, i34.CrosshairTooltipComponent, i35.AxisDefaultsComponent, i36.AxisDefaultsCrosshairComponent, i37.AxisDefaultsCrosshairTooltipComponent, i38.AxisDefaultsLabelsComponent, i39.AxisDefaultsTitleComponent, i40.CategoryAxisComponent, i41.CategoryAxisCrosshairComponent, i42.CategoryAxisCrosshairTooltipComponent, i43.CategoryAxisItemComponent, i44.CategoryAxisLabelsComponent, i45.CategoryAxisRangeLabelsComponent, i46.CategoryAxisNotesComponent, i47.CategoryAxisNotesIconComponent, i48.CategoryAxisNotesLabelComponent, i49.CategoryAxisSelectComponent, i50.CategoryAxisTitleComponent, i51.ChartAreaComponent, i52.ChartBreadcrumbComponent, i53.LegendComponent, i54.LegendInactiveItemsComponent, i55.LegendItemComponent, i56.PaneComponent, i57.PaneDefaultsComponent, i58.PaneDefaultsTitleComponent, i59.PanesComponent, i60.PanesTitleComponent, i61.PlotAreaComponent, i62.SeriesComponent, i63.SeriesDefaultsComponent, i64.SeriesDefaultsLabelsComponent, i65.SeriesDefaultsLabelsFromComponent, i66.SeriesDefaultsLabelsToComponent, i67.SeriesDefaultsNotesComponent, i68.SeriesDefaultsNotesIconComponent, i69.SeriesDefaultsNotesLabelComponent, i70.SeriesDefaultsTooltipComponent, i71.SeriesDrilldownTemplateDirective, i72.SeriesErrorBarsComponent, i73.SeriesExtremesComponent, i74.SeriesHighlightComponent, i75.SeriesItemComponent, i76.SeriesLabelsComponent, i77.SeriesLabelsFromComponent, i78.SeriesLabelsToComponent, i79.SeriesMarkersComponent, i80.SeriesNotesComponent, i81.SeriesNotesIconComponent, i82.SeriesNotesLabelComponent, i83.SeriesOutliersComponent, i84.SeriesTooltipComponent, i85.SeriesTrendlineComponent, i86.SeriesTrendlineForecastComponent, i87.SubtitleComponent, i88.TitleComponent, i89.TooltipComponent, i90.ValueAxisComponent, i91.ValueAxisCrosshairComponent, i92.ValueAxisCrosshairTooltipComponent, i93.ValueAxisItemComponent, i94.ValueAxisLabelsComponent, i95.ValueAxisNotesComponent, i96.ValueAxisNotesIconComponent, i97.ValueAxisNotesLabelComponent, i98.ValueAxisTitleComponent, i99.ChartComponent, i100.DonutCenterTemplateDirective, i101.NoDataTemplateDirective, i102.XAxisComponent, i103.XAxisCrosshairComponent, i104.XAxisCrosshairTooltipComponent, i105.XAxisItemComponent, i106.XAxisLabelsComponent, i107.XAxisNotesComponent, i108.XAxisNotesIconComponent, i109.XAxisNotesLabelComponent, i110.XAxisTitleComponent, i111.YAxisComponent, i112.YAxisCrosshairComponent, i113.YAxisCrosshairTooltipComponent, i114.YAxisItemComponent, i115.YAxisLabelsComponent, i116.YAxisNotesComponent, i117.YAxisNotesIconComponent, i118.YAxisNotesLabelComponent, i119.YAxisTitleComponent, i120.ZoomableComponent, i30.TooltipPopupComponent, i31.SeriesTooltipTemplateDirective, i32.SharedTooltipTemplateDirective, i33.CrosshairTooltipsContainerComponent, i34.CrosshairTooltipComponent, i35.AxisDefaultsComponent, i36.AxisDefaultsCrosshairComponent, i37.AxisDefaultsCrosshairTooltipComponent, i38.AxisDefaultsLabelsComponent, i39.AxisDefaultsTitleComponent, i40.CategoryAxisComponent, i41.CategoryAxisCrosshairComponent, i42.CategoryAxisCrosshairTooltipComponent, i43.CategoryAxisItemComponent, i44.CategoryAxisLabelsComponent, i45.CategoryAxisRangeLabelsComponent, i46.CategoryAxisNotesComponent, i47.CategoryAxisNotesIconComponent, i48.CategoryAxisNotesLabelComponent, i49.CategoryAxisSelectComponent, i50.CategoryAxisTitleComponent, i51.ChartAreaComponent, i52.ChartBreadcrumbComponent, i121.ChartCustomMessagesComponent, i122.LocalizedChartMessagesDirective, i53.LegendComponent, i54.LegendInactiveItemsComponent, i55.LegendItemComponent, i56.PaneComponent, i57.PaneDefaultsComponent, i58.PaneDefaultsTitleComponent, i59.PanesComponent, i60.PanesTitleComponent, i61.PlotAreaComponent, i62.SeriesComponent, i63.SeriesDefaultsComponent, i64.SeriesDefaultsLabelsComponent, i65.SeriesDefaultsLabelsFromComponent, i66.SeriesDefaultsLabelsToComponent, i67.SeriesDefaultsNotesComponent, i68.SeriesDefaultsNotesIconComponent, i69.SeriesDefaultsNotesLabelComponent, i70.SeriesDefaultsTooltipComponent, i71.SeriesDrilldownTemplateDirective, i72.SeriesErrorBarsComponent, i73.SeriesExtremesComponent, i74.SeriesHighlightComponent, i75.SeriesItemComponent, i76.SeriesLabelsComponent, i77.SeriesLabelsFromComponent, i78.SeriesLabelsToComponent, i79.SeriesMarkersComponent, i80.SeriesNotesComponent, i81.SeriesNotesIconComponent, i82.SeriesNotesLabelComponent, i83.SeriesOutliersComponent, i84.SeriesTooltipComponent, i85.SeriesTrendlineComponent, i86.SeriesTrendlineForecastComponent, i87.SubtitleComponent, i88.TitleComponent, i89.TooltipComponent, i90.ValueAxisComponent, i91.ValueAxisCrosshairComponent, i92.ValueAxisCrosshairTooltipComponent, i93.ValueAxisItemComponent, i94.ValueAxisLabelsComponent, i95.ValueAxisNotesComponent, i96.ValueAxisNotesIconComponent, i97.ValueAxisNotesLabelComponent, i98.ValueAxisTitleComponent], exports: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent, i30.TooltipPopupComponent, i31.SeriesTooltipTemplateDirective, i32.SharedTooltipTemplateDirective, i33.CrosshairTooltipsContainerComponent, i34.CrosshairTooltipComponent, i35.AxisDefaultsComponent, i36.AxisDefaultsCrosshairComponent, i37.AxisDefaultsCrosshairTooltipComponent, i38.AxisDefaultsLabelsComponent, i39.AxisDefaultsTitleComponent, i40.CategoryAxisComponent, i41.CategoryAxisCrosshairComponent, i42.CategoryAxisCrosshairTooltipComponent, i43.CategoryAxisItemComponent, i44.CategoryAxisLabelsComponent, i45.CategoryAxisRangeLabelsComponent, i46.CategoryAxisNotesComponent, i47.CategoryAxisNotesIconComponent, i48.CategoryAxisNotesLabelComponent, i49.CategoryAxisSelectComponent, i50.CategoryAxisTitleComponent, i51.ChartAreaComponent, i52.ChartBreadcrumbComponent, i53.LegendComponent, i54.LegendInactiveItemsComponent, i55.LegendItemComponent, i56.PaneComponent, i57.PaneDefaultsComponent, i58.PaneDefaultsTitleComponent, i59.PanesComponent, i60.PanesTitleComponent, i61.PlotAreaComponent, i62.SeriesComponent, i63.SeriesDefaultsComponent, i64.SeriesDefaultsLabelsComponent, i65.SeriesDefaultsLabelsFromComponent, i66.SeriesDefaultsLabelsToComponent, i67.SeriesDefaultsNotesComponent, i68.SeriesDefaultsNotesIconComponent, i69.SeriesDefaultsNotesLabelComponent, i70.SeriesDefaultsTooltipComponent, i71.SeriesDrilldownTemplateDirective, i72.SeriesErrorBarsComponent, i73.SeriesExtremesComponent, i74.SeriesHighlightComponent, i75.SeriesItemComponent, i76.SeriesLabelsComponent, i77.SeriesLabelsFromComponent, i78.SeriesLabelsToComponent, i79.SeriesMarkersComponent, i80.SeriesNotesComponent, i81.SeriesNotesIconComponent, i82.SeriesNotesLabelComponent, i83.SeriesOutliersComponent, i84.SeriesTooltipComponent, i85.SeriesTrendlineComponent, i86.SeriesTrendlineForecastComponent, i87.SubtitleComponent, i88.TitleComponent, i89.TooltipComponent, i90.ValueAxisComponent, i91.ValueAxisCrosshairComponent, i92.ValueAxisCrosshairTooltipComponent, i93.ValueAxisItemComponent, i94.ValueAxisLabelsComponent, i95.ValueAxisNotesComponent, i96.ValueAxisNotesIconComponent, i97.ValueAxisNotesLabelComponent, i98.ValueAxisTitleComponent, i99.ChartComponent, i100.DonutCenterTemplateDirective, i101.NoDataTemplateDirective, i102.XAxisComponent, i103.XAxisCrosshairComponent, i104.XAxisCrosshairTooltipComponent, i105.XAxisItemComponent, i106.XAxisLabelsComponent, i107.XAxisNotesComponent, i108.XAxisNotesIconComponent, i109.XAxisNotesLabelComponent, i110.XAxisTitleComponent, i111.YAxisComponent, i112.YAxisCrosshairComponent, i113.YAxisCrosshairTooltipComponent, i114.YAxisItemComponent, i115.YAxisLabelsComponent, i116.YAxisNotesComponent, i117.YAxisNotesIconComponent, i118.YAxisNotesLabelComponent, i119.YAxisTitleComponent, i120.ZoomableComponent, i30.TooltipPopupComponent, i31.SeriesTooltipTemplateDirective, i32.SharedTooltipTemplateDirective, i33.CrosshairTooltipsContainerComponent, i34.CrosshairTooltipComponent, i35.AxisDefaultsComponent, i36.AxisDefaultsCrosshairComponent, i37.AxisDefaultsCrosshairTooltipComponent, i38.AxisDefaultsLabelsComponent, i39.AxisDefaultsTitleComponent, i40.CategoryAxisComponent, i41.CategoryAxisCrosshairComponent, i42.CategoryAxisCrosshairTooltipComponent, i43.CategoryAxisItemComponent, i44.CategoryAxisLabelsComponent, i45.CategoryAxisRangeLabelsComponent, i46.CategoryAxisNotesComponent, i47.CategoryAxisNotesIconComponent, i48.CategoryAxisNotesLabelComponent, i49.CategoryAxisSelectComponent, i50.CategoryAxisTitleComponent, i51.ChartAreaComponent, i52.ChartBreadcrumbComponent, i121.ChartCustomMessagesComponent, i122.LocalizedChartMessagesDirective, i53.LegendComponent, i54.LegendInactiveItemsComponent, i55.LegendItemComponent, i56.PaneComponent, i57.PaneDefaultsComponent, i58.PaneDefaultsTitleComponent, i59.PanesComponent, i60.PanesTitleComponent, i61.PlotAreaComponent, i62.SeriesComponent, i63.SeriesDefaultsComponent, i64.SeriesDefaultsLabelsComponent, i65.SeriesDefaultsLabelsFromComponent, i66.SeriesDefaultsLabelsToComponent, i67.SeriesDefaultsNotesComponent, i68.SeriesDefaultsNotesIconComponent, i69.SeriesDefaultsNotesLabelComponent, i70.SeriesDefaultsTooltipComponent, i71.SeriesDrilldownTemplateDirective, i72.SeriesErrorBarsComponent, i73.SeriesExtremesComponent, i74.SeriesHighlightComponent, i75.SeriesItemComponent, i76.SeriesLabelsComponent, i77.SeriesLabelsFromComponent, i78.SeriesLabelsToComponent, i79.SeriesMarkersComponent, i80.SeriesNotesComponent, i81.SeriesNotesIconComponent, i82.SeriesNotesLabelComponent, i83.SeriesOutliersComponent, i84.SeriesTooltipComponent, i85.SeriesTrendlineComponent, i86.SeriesTrendlineForecastComponent, i87.SubtitleComponent, i88.TitleComponent, i89.TooltipComponent, i90.ValueAxisComponent, i91.ValueAxisCrosshairComponent, i92.ValueAxisCrosshairTooltipComponent, i93.ValueAxisItemComponent, i94.ValueAxisLabelsComponent, i95.ValueAxisNotesComponent, i96.ValueAxisNotesIconComponent, i97.ValueAxisNotesLabelComponent, i98.ValueAxisTitleComponent] });
|
|
161
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StockChartModule, providers: [ThemeService, IconsService, PopupService, ResizeBatchService], imports: [i1.StockChartComponent, i52.ChartBreadcrumbComponent, i99.ChartComponent, i52.ChartBreadcrumbComponent] });
|
|
162
|
+
}
|
|
163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StockChartModule, decorators: [{
|
|
164
|
+
type: NgModule,
|
|
165
|
+
args: [{
|
|
166
|
+
imports: [...KENDO_STOCKCHART, ...KENDO_CHART],
|
|
167
|
+
exports: [...KENDO_STOCKCHART, ...KENDO_CHART],
|
|
168
|
+
providers: [ThemeService, IconsService, PopupService, ResizeBatchService]
|
|
169
|
+
}]
|
|
170
|
+
}] });
|