@progress/kendo-angular-charts 17.0.0-develop.21 → 17.0.0-develop.23
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/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/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 +1 -1
- 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.component.d.ts +1 -1
- 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/{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 +634 -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 +234 -169
- package/esm2022/chart.module.mjs +137 -0
- package/esm2022/charts.module.mjs +181 -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}/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}/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 +61 -43
- package/{esm2020 → esm2022}/sparkline.module.mjs +4 -4
- 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 +147 -0
- package/{fesm2020 → fesm2022}/progress-kendo-angular-charts.mjs +4125 -880
- 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/option-types/legend/item.interface.d.ts +1 -1
- package/package.json +16 -22
- 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 +1 -1
- 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/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/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}/chart.directives.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}/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}/index.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
|
@@ -1,39 +0,0 @@
|
|
|
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 { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
-
import { ConfigurationService } from '../../common/configuration.service';
|
|
7
|
-
import { SettingsComponent } from '../../common/settings.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "../../common/configuration.service";
|
|
10
|
-
/**
|
|
11
|
-
* The icon of the notes.
|
|
12
|
-
*/
|
|
13
|
-
export class SeriesDefaultsNotesIconComponent extends SettingsComponent {
|
|
14
|
-
constructor(configurationService) {
|
|
15
|
-
super('seriesDefaults.notes.icon', configurationService);
|
|
16
|
-
this.configurationService = configurationService;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
SeriesDefaultsNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SeriesDefaultsNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
-
SeriesDefaultsNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SeriesDefaultsNotesIconComponent, isStandalone: true, selector: "kendo-chart-series-defaults-notes-icon", inputs: { background: "background", border: "border", size: "size", type: "type", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SeriesDefaultsNotesIconComponent, decorators: [{
|
|
22
|
-
type: Component,
|
|
23
|
-
args: [{
|
|
24
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
25
|
-
selector: 'kendo-chart-series-defaults-notes-icon',
|
|
26
|
-
template: '',
|
|
27
|
-
standalone: true
|
|
28
|
-
}]
|
|
29
|
-
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { background: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], border: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}], size: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}], type: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], visible: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}] } });
|
|
@@ -1,249 +0,0 @@
|
|
|
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 { ChangeDetectionStrategy, Component, ContentChild, Input } from '@angular/core';
|
|
6
|
-
import { CollectionItemComponent } from '../common/collection-item.component';
|
|
7
|
-
import { CollectionService } from '../common/collection.service';
|
|
8
|
-
import { ConfigurationService } from '../common/configuration.service';
|
|
9
|
-
import { SeriesTooltipComponent } from './series-item/tooltip.component';
|
|
10
|
-
import { SeriesDrilldownTemplateDirective } from './series-drilldown-template.directive';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
import * as i1 from "../common/configuration.service";
|
|
13
|
-
import * as i2 from "../common/collection.service";
|
|
14
|
-
const toggle = (flag) => flag === undefined ? false : !flag;
|
|
15
|
-
/**
|
|
16
|
-
* The configuration component for a series item.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```html
|
|
20
|
-
* <kendo-chart ...>
|
|
21
|
-
* <kendo-chart-series>
|
|
22
|
-
* <kendo-chart-series-item type="line" ...> </kendo-chart-series-item>
|
|
23
|
-
* </kendo-chart-series>
|
|
24
|
-
* </kendo-chart>
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
export class SeriesItemComponent extends CollectionItemComponent {
|
|
28
|
-
constructor(configurationService, collectionService) {
|
|
29
|
-
super(configurationService, collectionService);
|
|
30
|
-
this.configurationService = configurationService;
|
|
31
|
-
this.collectionService = collectionService;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Toggles the series visibility and updates the parent Chart
|
|
35
|
-
* without animated transitions.
|
|
36
|
-
*/
|
|
37
|
-
toggleVisibility() {
|
|
38
|
-
this.options.visible = toggle(this.options.visible);
|
|
39
|
-
this.notify();
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Toggles the visibility of a point with the given index.
|
|
43
|
-
* Applicable for the Pie, Donut, Funnel and Pyramid series.
|
|
44
|
-
*
|
|
45
|
-
* @param pointIndex - The zero-based index of the point to toggle.
|
|
46
|
-
*/
|
|
47
|
-
togglePointVisibility(pointIndex) {
|
|
48
|
-
const pv = this.options.pointVisibility = this.options.pointVisibility || {};
|
|
49
|
-
pv[pointIndex] = toggle(pv[pointIndex]);
|
|
50
|
-
this.notify();
|
|
51
|
-
}
|
|
52
|
-
get seriesTooltipTemplateRef() {
|
|
53
|
-
if (this.seriesTooltip) {
|
|
54
|
-
return this.seriesTooltip.seriesTooltipTemplateRef;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
SeriesItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SeriesItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
59
|
-
SeriesItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SeriesItemComponent, isStandalone: true, selector: "kendo-chart-series-item", inputs: { aggregate: "aggregate", autoFit: "autoFit", axis: "axis", border: "border", categoryAxis: "categoryAxis", categoryField: "categoryField", closeField: "closeField", color: "color", colorField: "colorField", connectors: "connectors", currentField: "currentField", dashType: "dashType", data: "data", downColor: "downColor", downColorField: "downColorField", drilldownField: "drilldownField", dynamicHeight: "dynamicHeight", dynamicSlope: "dynamicSlope", errorHighField: "errorHighField", errorLowField: "errorLowField", explodeField: "explodeField", field: "field", fromField: "fromField", gap: "gap", highField: "highField", holeSize: "holeSize", line: "line", lowField: "lowField", lowerField: "lowerField", margin: "margin", maxSize: "maxSize", mean: "mean", meanField: "meanField", median: "median", medianField: "medianField", minSize: "minSize", missingValues: "missingValues", name: "name", neckRatio: "neckRatio", negativeColor: "negativeColor", negativeValues: "negativeValues", noteTextField: "noteTextField", opacity: "opacity", openField: "openField", outliersField: "outliersField", overlay: "overlay", padding: "padding", q1Field: "q1Field", q3Field: "q3Field", segmentSpacing: "segmentSpacing", size: "size", sizeField: "sizeField", spacing: "spacing", stack: "stack", startAngle: "startAngle", style: "style", summaryField: "summaryField", target: "target", toField: "toField", type: "type", upperField: "upperField", visible: "visible", visibleInLegend: "visibleInLegend", visibleInLegendField: "visibleInLegendField", visual: "visual", width: "width", whiskers: "whiskers", xAxis: "xAxis", xErrorHighField: "xErrorHighField", xErrorLowField: "xErrorLowField", xField: "xField", yAxis: "yAxis", yErrorHighField: "yErrorHighField", yErrorLowField: "yErrorLowField", yField: "yField", zIndex: "zIndex", trendline: "trendline", for: "for", legendItem: "legendItem", errorBars: "errorBars", extremes: "extremes", highlight: "highlight", labels: "labels", markers: "markers", notes: "notes", outliers: "outliers", tooltip: "tooltip" }, providers: [ConfigurationService], queries: [{ propertyName: "seriesTooltip", first: true, predicate: SeriesTooltipComponent, descendants: true }, { propertyName: "drilldownTemplate", first: true, predicate: SeriesDrilldownTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
60
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SeriesItemComponent, decorators: [{
|
|
61
|
-
type: Component,
|
|
62
|
-
args: [{
|
|
63
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
64
|
-
providers: [ConfigurationService],
|
|
65
|
-
selector: 'kendo-chart-series-item',
|
|
66
|
-
template: '',
|
|
67
|
-
standalone: true
|
|
68
|
-
}]
|
|
69
|
-
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.CollectionService }]; }, propDecorators: { aggregate: [{
|
|
70
|
-
type: Input
|
|
71
|
-
}], autoFit: [{
|
|
72
|
-
type: Input
|
|
73
|
-
}], axis: [{
|
|
74
|
-
type: Input
|
|
75
|
-
}], border: [{
|
|
76
|
-
type: Input
|
|
77
|
-
}], categoryAxis: [{
|
|
78
|
-
type: Input
|
|
79
|
-
}], categoryField: [{
|
|
80
|
-
type: Input
|
|
81
|
-
}], closeField: [{
|
|
82
|
-
type: Input
|
|
83
|
-
}], color: [{
|
|
84
|
-
type: Input
|
|
85
|
-
}], colorField: [{
|
|
86
|
-
type: Input
|
|
87
|
-
}], connectors: [{
|
|
88
|
-
type: Input
|
|
89
|
-
}], currentField: [{
|
|
90
|
-
type: Input
|
|
91
|
-
}], dashType: [{
|
|
92
|
-
type: Input
|
|
93
|
-
}], data: [{
|
|
94
|
-
type: Input
|
|
95
|
-
}], downColor: [{
|
|
96
|
-
type: Input
|
|
97
|
-
}], downColorField: [{
|
|
98
|
-
type: Input
|
|
99
|
-
}], drilldownField: [{
|
|
100
|
-
type: Input
|
|
101
|
-
}], dynamicHeight: [{
|
|
102
|
-
type: Input
|
|
103
|
-
}], dynamicSlope: [{
|
|
104
|
-
type: Input
|
|
105
|
-
}], errorHighField: [{
|
|
106
|
-
type: Input
|
|
107
|
-
}], errorLowField: [{
|
|
108
|
-
type: Input
|
|
109
|
-
}], explodeField: [{
|
|
110
|
-
type: Input
|
|
111
|
-
}], field: [{
|
|
112
|
-
type: Input
|
|
113
|
-
}], fromField: [{
|
|
114
|
-
type: Input
|
|
115
|
-
}], gap: [{
|
|
116
|
-
type: Input
|
|
117
|
-
}], highField: [{
|
|
118
|
-
type: Input
|
|
119
|
-
}], holeSize: [{
|
|
120
|
-
type: Input
|
|
121
|
-
}], line: [{
|
|
122
|
-
type: Input
|
|
123
|
-
}], lowField: [{
|
|
124
|
-
type: Input
|
|
125
|
-
}], lowerField: [{
|
|
126
|
-
type: Input
|
|
127
|
-
}], margin: [{
|
|
128
|
-
type: Input
|
|
129
|
-
}], maxSize: [{
|
|
130
|
-
type: Input
|
|
131
|
-
}], mean: [{
|
|
132
|
-
type: Input
|
|
133
|
-
}], meanField: [{
|
|
134
|
-
type: Input
|
|
135
|
-
}], median: [{
|
|
136
|
-
type: Input
|
|
137
|
-
}], medianField: [{
|
|
138
|
-
type: Input
|
|
139
|
-
}], minSize: [{
|
|
140
|
-
type: Input
|
|
141
|
-
}], missingValues: [{
|
|
142
|
-
type: Input
|
|
143
|
-
}], name: [{
|
|
144
|
-
type: Input
|
|
145
|
-
}], neckRatio: [{
|
|
146
|
-
type: Input
|
|
147
|
-
}], negativeColor: [{
|
|
148
|
-
type: Input
|
|
149
|
-
}], negativeValues: [{
|
|
150
|
-
type: Input
|
|
151
|
-
}], noteTextField: [{
|
|
152
|
-
type: Input
|
|
153
|
-
}], opacity: [{
|
|
154
|
-
type: Input
|
|
155
|
-
}], openField: [{
|
|
156
|
-
type: Input
|
|
157
|
-
}], outliersField: [{
|
|
158
|
-
type: Input
|
|
159
|
-
}], overlay: [{
|
|
160
|
-
type: Input
|
|
161
|
-
}], padding: [{
|
|
162
|
-
type: Input
|
|
163
|
-
}], q1Field: [{
|
|
164
|
-
type: Input
|
|
165
|
-
}], q3Field: [{
|
|
166
|
-
type: Input
|
|
167
|
-
}], segmentSpacing: [{
|
|
168
|
-
type: Input
|
|
169
|
-
}], size: [{
|
|
170
|
-
type: Input
|
|
171
|
-
}], sizeField: [{
|
|
172
|
-
type: Input
|
|
173
|
-
}], spacing: [{
|
|
174
|
-
type: Input
|
|
175
|
-
}], stack: [{
|
|
176
|
-
type: Input
|
|
177
|
-
}], startAngle: [{
|
|
178
|
-
type: Input
|
|
179
|
-
}], style: [{
|
|
180
|
-
type: Input
|
|
181
|
-
}], summaryField: [{
|
|
182
|
-
type: Input
|
|
183
|
-
}], target: [{
|
|
184
|
-
type: Input
|
|
185
|
-
}], toField: [{
|
|
186
|
-
type: Input
|
|
187
|
-
}], type: [{
|
|
188
|
-
type: Input
|
|
189
|
-
}], upperField: [{
|
|
190
|
-
type: Input
|
|
191
|
-
}], visible: [{
|
|
192
|
-
type: Input
|
|
193
|
-
}], visibleInLegend: [{
|
|
194
|
-
type: Input
|
|
195
|
-
}], visibleInLegendField: [{
|
|
196
|
-
type: Input
|
|
197
|
-
}], visual: [{
|
|
198
|
-
type: Input
|
|
199
|
-
}], width: [{
|
|
200
|
-
type: Input
|
|
201
|
-
}], whiskers: [{
|
|
202
|
-
type: Input
|
|
203
|
-
}], xAxis: [{
|
|
204
|
-
type: Input
|
|
205
|
-
}], xErrorHighField: [{
|
|
206
|
-
type: Input
|
|
207
|
-
}], xErrorLowField: [{
|
|
208
|
-
type: Input
|
|
209
|
-
}], xField: [{
|
|
210
|
-
type: Input
|
|
211
|
-
}], yAxis: [{
|
|
212
|
-
type: Input
|
|
213
|
-
}], yErrorHighField: [{
|
|
214
|
-
type: Input
|
|
215
|
-
}], yErrorLowField: [{
|
|
216
|
-
type: Input
|
|
217
|
-
}], yField: [{
|
|
218
|
-
type: Input
|
|
219
|
-
}], zIndex: [{
|
|
220
|
-
type: Input
|
|
221
|
-
}], trendline: [{
|
|
222
|
-
type: Input
|
|
223
|
-
}], for: [{
|
|
224
|
-
type: Input
|
|
225
|
-
}], legendItem: [{
|
|
226
|
-
type: Input
|
|
227
|
-
}], errorBars: [{
|
|
228
|
-
type: Input
|
|
229
|
-
}], extremes: [{
|
|
230
|
-
type: Input
|
|
231
|
-
}], highlight: [{
|
|
232
|
-
type: Input
|
|
233
|
-
}], labels: [{
|
|
234
|
-
type: Input
|
|
235
|
-
}], markers: [{
|
|
236
|
-
type: Input
|
|
237
|
-
}], notes: [{
|
|
238
|
-
type: Input
|
|
239
|
-
}], outliers: [{
|
|
240
|
-
type: Input
|
|
241
|
-
}], tooltip: [{
|
|
242
|
-
type: Input
|
|
243
|
-
}], seriesTooltip: [{
|
|
244
|
-
type: ContentChild,
|
|
245
|
-
args: [SeriesTooltipComponent, { static: false }]
|
|
246
|
-
}], drilldownTemplate: [{
|
|
247
|
-
type: ContentChild,
|
|
248
|
-
args: [SeriesDrilldownTemplateDirective, { static: false }]
|
|
249
|
-
}] } });
|
|
@@ -1,37 +0,0 @@
|
|
|
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
|
-
/**
|
|
6
|
-
* The point that is passed to the tooltip template.
|
|
7
|
-
*/
|
|
8
|
-
export class TooltipTemplatePoint {
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
constructor(point, format, template) {
|
|
13
|
-
this.value = point.value;
|
|
14
|
-
this.category = point.category;
|
|
15
|
-
this.categoryIndex = point.categoryIx;
|
|
16
|
-
this.series = point.series;
|
|
17
|
-
this.dataItem = point.dataItem;
|
|
18
|
-
this.percentage = point.percentage;
|
|
19
|
-
this.runningTotal = point.runningTotal;
|
|
20
|
-
this.total = point.total;
|
|
21
|
-
this.low = point.low;
|
|
22
|
-
this.high = point.high;
|
|
23
|
-
this.xLow = point.xLow;
|
|
24
|
-
this.xHigh = point.xHigh;
|
|
25
|
-
this.yLow = point.yLow;
|
|
26
|
-
this.yHigh = point.yHigh;
|
|
27
|
-
this.template = template;
|
|
28
|
-
this.point = point;
|
|
29
|
-
this.format = format;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @hidden
|
|
33
|
-
*/
|
|
34
|
-
get formattedValue() {
|
|
35
|
-
return this.format ? this.point.formatValue(this.format) : String(this.value);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
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 { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
-
import { ConfigurationService } from '../../common/configuration.service';
|
|
7
|
-
import { SettingsComponent } from '../../common/settings.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "../../common/configuration.service";
|
|
10
|
-
/**
|
|
11
|
-
* The axis labels configuration.
|
|
12
|
-
*/
|
|
13
|
-
export class ValueAxisLabelsComponent extends SettingsComponent {
|
|
14
|
-
constructor(configurationService) {
|
|
15
|
-
super('labels', configurationService);
|
|
16
|
-
this.configurationService = configurationService;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
ValueAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValueAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
-
ValueAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ValueAxisLabelsComponent, isStandalone: true, selector: "kendo-chart-value-axis-item-labels", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", margin: "margin", mirror: "mirror", padding: "padding", position: "position", rotation: "rotation", skip: "skip", step: "step", visible: "visible", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValueAxisLabelsComponent, decorators: [{
|
|
22
|
-
type: Component,
|
|
23
|
-
args: [{
|
|
24
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
25
|
-
selector: 'kendo-chart-value-axis-item-labels',
|
|
26
|
-
template: '',
|
|
27
|
-
standalone: true
|
|
28
|
-
}]
|
|
29
|
-
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { background: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], border: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}], color: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}], content: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], font: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], format: [{
|
|
40
|
-
type: Input
|
|
41
|
-
}], margin: [{
|
|
42
|
-
type: Input
|
|
43
|
-
}], mirror: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], padding: [{
|
|
46
|
-
type: Input
|
|
47
|
-
}], position: [{
|
|
48
|
-
type: Input
|
|
49
|
-
}], rotation: [{
|
|
50
|
-
type: Input
|
|
51
|
-
}], skip: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], step: [{
|
|
54
|
-
type: Input
|
|
55
|
-
}], visible: [{
|
|
56
|
-
type: Input
|
|
57
|
-
}], visual: [{
|
|
58
|
-
type: Input
|
|
59
|
-
}] } });
|
|
@@ -1,63 +0,0 @@
|
|
|
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 { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
-
import { ConfigurationService } from '../../common/configuration.service';
|
|
7
|
-
import { SettingsComponent } from '../../common/settings.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "../../common/configuration.service";
|
|
10
|
-
/**
|
|
11
|
-
* The axis labels configuration.
|
|
12
|
-
*/
|
|
13
|
-
export class YAxisLabelsComponent extends SettingsComponent {
|
|
14
|
-
constructor(configurationService) {
|
|
15
|
-
super('labels', configurationService);
|
|
16
|
-
this.configurationService = configurationService;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
YAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
-
YAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: YAxisLabelsComponent, isStandalone: true, selector: "kendo-chart-y-axis-item-labels", inputs: { 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" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YAxisLabelsComponent, decorators: [{
|
|
22
|
-
type: Component,
|
|
23
|
-
args: [{
|
|
24
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
25
|
-
selector: 'kendo-chart-y-axis-item-labels',
|
|
26
|
-
template: '',
|
|
27
|
-
standalone: true
|
|
28
|
-
}]
|
|
29
|
-
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { background: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], border: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}], color: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}], content: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], culture: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], dateFormats: [{
|
|
40
|
-
type: Input
|
|
41
|
-
}], font: [{
|
|
42
|
-
type: Input
|
|
43
|
-
}], format: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], margin: [{
|
|
46
|
-
type: Input
|
|
47
|
-
}], mirror: [{
|
|
48
|
-
type: Input
|
|
49
|
-
}], padding: [{
|
|
50
|
-
type: Input
|
|
51
|
-
}], position: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], rotation: [{
|
|
54
|
-
type: Input
|
|
55
|
-
}], skip: [{
|
|
56
|
-
type: Input
|
|
57
|
-
}], step: [{
|
|
58
|
-
type: Input
|
|
59
|
-
}], visible: [{
|
|
60
|
-
type: Input
|
|
61
|
-
}], visual: [{
|
|
62
|
-
type: Input
|
|
63
|
-
}] } });
|
package/esm2020/chart.module.mjs
DELETED
|
@@ -1,137 +0,0 @@
|
|
|
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 { ThemeService } from './common/theme.service';
|
|
9
|
-
import { KENDO_CHART } from './directives';
|
|
10
|
-
import { IconsService } from '@progress/kendo-angular-icons';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
import * as i1 from "./chart.component";
|
|
13
|
-
import * as i2 from "./chart/donut-center-template.directive";
|
|
14
|
-
import * as i3 from "./chart/x-axis.component";
|
|
15
|
-
import * as i4 from "./chart/x-axis-item/crosshair.component";
|
|
16
|
-
import * as i5 from "./chart/x-axis-item/crosshair.tooltip.component";
|
|
17
|
-
import * as i6 from "./chart/x-axis-item.component";
|
|
18
|
-
import * as i7 from "./chart/x-axis-item/labels.component";
|
|
19
|
-
import * as i8 from "./chart/x-axis-item/notes.component";
|
|
20
|
-
import * as i9 from "./chart/x-axis-item/notes.icon.component";
|
|
21
|
-
import * as i10 from "./chart/x-axis-item/notes.label.component";
|
|
22
|
-
import * as i11 from "./chart/x-axis-item/title.component";
|
|
23
|
-
import * as i12 from "./chart/y-axis.component";
|
|
24
|
-
import * as i13 from "./chart/y-axis-item/crosshair.component";
|
|
25
|
-
import * as i14 from "./chart/y-axis-item/crosshair.tooltip.component";
|
|
26
|
-
import * as i15 from "./chart/y-axis-item.component";
|
|
27
|
-
import * as i16 from "./chart/y-axis-item/labels.component";
|
|
28
|
-
import * as i17 from "./chart/y-axis-item/notes.component";
|
|
29
|
-
import * as i18 from "./chart/y-axis-item/notes.icon.component";
|
|
30
|
-
import * as i19 from "./chart/y-axis-item/notes.label.component";
|
|
31
|
-
import * as i20 from "./chart/y-axis-item/title.component";
|
|
32
|
-
import * as i21 from "./chart/zoomable.component";
|
|
33
|
-
import * as i22 from "./chart/tooltip/tooltip-popup.component";
|
|
34
|
-
import * as i23 from "./chart/tooltip/series-tooltip-template.directive";
|
|
35
|
-
import * as i24 from "./chart/tooltip/shared-tooltip-template.directive";
|
|
36
|
-
import * as i25 from "./chart/tooltip/crosshair-tooltips-container.component";
|
|
37
|
-
import * as i26 from "./chart/tooltip/crosshair-tooltip.component";
|
|
38
|
-
import * as i27 from "./chart/axis-defaults.component";
|
|
39
|
-
import * as i28 from "./chart/axis-defaults/crosshair.component";
|
|
40
|
-
import * as i29 from "./chart/axis-defaults/crosshair.tooltip.component";
|
|
41
|
-
import * as i30 from "./chart/axis-defaults/labels.component";
|
|
42
|
-
import * as i31 from "./chart/axis-defaults/title.component";
|
|
43
|
-
import * as i32 from "./chart/category-axis.component";
|
|
44
|
-
import * as i33 from "./chart/category-axis-item/crosshair.component";
|
|
45
|
-
import * as i34 from "./chart/category-axis-item/crosshair.tooltip.component";
|
|
46
|
-
import * as i35 from "./chart/category-axis-item.component";
|
|
47
|
-
import * as i36 from "./chart/category-axis-item/labels.component";
|
|
48
|
-
import * as i37 from "./chart/category-axis-item/range-labels.component";
|
|
49
|
-
import * as i38 from "./chart/category-axis-item/notes.component";
|
|
50
|
-
import * as i39 from "./chart/category-axis-item/notes.icon.component";
|
|
51
|
-
import * as i40 from "./chart/category-axis-item/notes.label.component";
|
|
52
|
-
import * as i41 from "./chart/category-axis-item/select.component";
|
|
53
|
-
import * as i42 from "./chart/category-axis-item/title.component";
|
|
54
|
-
import * as i43 from "./chart/chart-area.component";
|
|
55
|
-
import * as i44 from "./chart-breadcrumb.component";
|
|
56
|
-
import * as i45 from "./chart/legend.component";
|
|
57
|
-
import * as i46 from "./chart/legend/inactive-items.component";
|
|
58
|
-
import * as i47 from "./chart/legend/item.component";
|
|
59
|
-
import * as i48 from "./chart/pane.component";
|
|
60
|
-
import * as i49 from "./chart/pane-defaults.component";
|
|
61
|
-
import * as i50 from "./chart/pane-defaults/title.component";
|
|
62
|
-
import * as i51 from "./chart/panes.component";
|
|
63
|
-
import * as i52 from "./chart/pane/title.component";
|
|
64
|
-
import * as i53 from "./chart/plot-area.component";
|
|
65
|
-
import * as i54 from "./chart/series.component";
|
|
66
|
-
import * as i55 from "./chart/series-defaults.component";
|
|
67
|
-
import * as i56 from "./chart/series-defaults/labels.component";
|
|
68
|
-
import * as i57 from "./chart/series-defaults/labels.from.component";
|
|
69
|
-
import * as i58 from "./chart/series-defaults/labels.to.component";
|
|
70
|
-
import * as i59 from "./chart/series-defaults/notes.component";
|
|
71
|
-
import * as i60 from "./chart/series-defaults/notes.icon.component";
|
|
72
|
-
import * as i61 from "./chart/series-defaults/notes.label.component";
|
|
73
|
-
import * as i62 from "./chart/series-defaults/tooltip.component";
|
|
74
|
-
import * as i63 from "./chart/series-drilldown-template.directive";
|
|
75
|
-
import * as i64 from "./chart/series-item/error-bars.component";
|
|
76
|
-
import * as i65 from "./chart/series-item/extremes.component";
|
|
77
|
-
import * as i66 from "./chart/series-item/highlight.component";
|
|
78
|
-
import * as i67 from "./chart/series-item.component";
|
|
79
|
-
import * as i68 from "./chart/series-item/labels.component";
|
|
80
|
-
import * as i69 from "./chart/series-item/labels.from.component";
|
|
81
|
-
import * as i70 from "./chart/series-item/labels.to.component";
|
|
82
|
-
import * as i71 from "./chart/series-item/markers.component";
|
|
83
|
-
import * as i72 from "./chart/series-item/notes.component";
|
|
84
|
-
import * as i73 from "./chart/series-item/notes.icon.component";
|
|
85
|
-
import * as i74 from "./chart/series-item/notes.label.component";
|
|
86
|
-
import * as i75 from "./chart/series-item/outliers.component";
|
|
87
|
-
import * as i76 from "./chart/series-item/tooltip.component";
|
|
88
|
-
import * as i77 from "./chart/series-item/trendline.component";
|
|
89
|
-
import * as i78 from "./chart/series-item/trendline.forecast.component";
|
|
90
|
-
import * as i79 from "./chart/subtitle.component";
|
|
91
|
-
import * as i80 from "./chart/title.component";
|
|
92
|
-
import * as i81 from "./chart/tooltip.component";
|
|
93
|
-
import * as i82 from "./chart/value-axis.component";
|
|
94
|
-
import * as i83 from "./chart/value-axis-item/crosshair.component";
|
|
95
|
-
import * as i84 from "./chart/value-axis-item/crosshair.tooltip.component";
|
|
96
|
-
import * as i85 from "./chart/value-axis-item.component";
|
|
97
|
-
import * as i86 from "./chart/value-axis-item/labels.component";
|
|
98
|
-
import * as i87 from "./chart/value-axis-item/notes.component";
|
|
99
|
-
import * as i88 from "./chart/value-axis-item/notes.icon.component";
|
|
100
|
-
import * as i89 from "./chart/value-axis-item/notes.label.component";
|
|
101
|
-
import * as i90 from "./chart/value-axis-item/title.component";
|
|
102
|
-
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
103
|
-
/**
|
|
104
|
-
* A [module](link:site.data.urls.angular['ngmoduleapi']) that includes the Chart component and directives.
|
|
105
|
-
*
|
|
106
|
-
* Imports the ChartModule into your application
|
|
107
|
-
* [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
|
|
108
|
-
* that will use the Chart component.
|
|
109
|
-
* @example
|
|
110
|
-
* ```ts
|
|
111
|
-
* import { NgModule } from '@angular/core';
|
|
112
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
113
|
-
* import { ChartModule } from '@progress/kendo-angular-charts';
|
|
114
|
-
* import { AppComponent } from './app.component';
|
|
115
|
-
*
|
|
116
|
-
* _@NgModule({
|
|
117
|
-
* bootstrap: [AppComponent],
|
|
118
|
-
* declarations: [AppComponent],
|
|
119
|
-
* imports: [BrowserModule, ChartModule]
|
|
120
|
-
* })
|
|
121
|
-
* export class AppModule {
|
|
122
|
-
* }
|
|
123
|
-
* ```
|
|
124
|
-
*/
|
|
125
|
-
export class ChartModule {
|
|
126
|
-
}
|
|
127
|
-
ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
128
|
-
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ChartModule, imports: [i1.ChartComponent, i2.DonutCenterTemplateDirective, i3.XAxisComponent, i4.XAxisCrosshairComponent, i5.XAxisCrosshairTooltipComponent, i6.XAxisItemComponent, i7.XAxisLabelsComponent, i8.XAxisNotesComponent, i9.XAxisNotesIconComponent, i10.XAxisNotesLabelComponent, i11.XAxisTitleComponent, i12.YAxisComponent, i13.YAxisCrosshairComponent, i14.YAxisCrosshairTooltipComponent, i15.YAxisItemComponent, i16.YAxisLabelsComponent, i17.YAxisNotesComponent, i18.YAxisNotesIconComponent, i19.YAxisNotesLabelComponent, i20.YAxisTitleComponent, i21.ZoomableComponent, i22.TooltipPopupComponent, i23.SeriesTooltipTemplateDirective, i24.SharedTooltipTemplateDirective, i25.CrosshairTooltipsContainerComponent, i26.CrosshairTooltipComponent, i27.AxisDefaultsComponent, i28.AxisDefaultsCrosshairComponent, i29.AxisDefaultsCrosshairTooltipComponent, i30.AxisDefaultsLabelsComponent, i31.AxisDefaultsTitleComponent, i32.CategoryAxisComponent, i33.CategoryAxisCrosshairComponent, i34.CategoryAxisCrosshairTooltipComponent, i35.CategoryAxisItemComponent, i36.CategoryAxisLabelsComponent, i37.CategoryAxisRangeLabelsComponent, i38.CategoryAxisNotesComponent, i39.CategoryAxisNotesIconComponent, i40.CategoryAxisNotesLabelComponent, i41.CategoryAxisSelectComponent, i42.CategoryAxisTitleComponent, i43.ChartAreaComponent, i44.ChartBreadcrumbComponent, i45.LegendComponent, i46.LegendInactiveItemsComponent, i47.LegendItemComponent, i48.PaneComponent, i49.PaneDefaultsComponent, i50.PaneDefaultsTitleComponent, i51.PanesComponent, i52.PanesTitleComponent, i53.PlotAreaComponent, i54.SeriesComponent, i55.SeriesDefaultsComponent, i56.SeriesDefaultsLabelsComponent, i57.SeriesDefaultsLabelsFromComponent, i58.SeriesDefaultsLabelsToComponent, i59.SeriesDefaultsNotesComponent, i60.SeriesDefaultsNotesIconComponent, i61.SeriesDefaultsNotesLabelComponent, i62.SeriesDefaultsTooltipComponent, i63.SeriesDrilldownTemplateDirective, i64.SeriesErrorBarsComponent, i65.SeriesExtremesComponent, i66.SeriesHighlightComponent, i67.SeriesItemComponent, i68.SeriesLabelsComponent, i69.SeriesLabelsFromComponent, i70.SeriesLabelsToComponent, i71.SeriesMarkersComponent, i72.SeriesNotesComponent, i73.SeriesNotesIconComponent, i74.SeriesNotesLabelComponent, i75.SeriesOutliersComponent, i76.SeriesTooltipComponent, i77.SeriesTrendlineComponent, i78.SeriesTrendlineForecastComponent, i79.SubtitleComponent, i80.TitleComponent, i81.TooltipComponent, i82.ValueAxisComponent, i83.ValueAxisCrosshairComponent, i84.ValueAxisCrosshairTooltipComponent, i85.ValueAxisItemComponent, i86.ValueAxisLabelsComponent, i87.ValueAxisNotesComponent, i88.ValueAxisNotesIconComponent, i89.ValueAxisNotesLabelComponent, i90.ValueAxisTitleComponent], exports: [i1.ChartComponent, i2.DonutCenterTemplateDirective, i3.XAxisComponent, i4.XAxisCrosshairComponent, i5.XAxisCrosshairTooltipComponent, i6.XAxisItemComponent, i7.XAxisLabelsComponent, i8.XAxisNotesComponent, i9.XAxisNotesIconComponent, i10.XAxisNotesLabelComponent, i11.XAxisTitleComponent, i12.YAxisComponent, i13.YAxisCrosshairComponent, i14.YAxisCrosshairTooltipComponent, i15.YAxisItemComponent, i16.YAxisLabelsComponent, i17.YAxisNotesComponent, i18.YAxisNotesIconComponent, i19.YAxisNotesLabelComponent, i20.YAxisTitleComponent, i21.ZoomableComponent, i22.TooltipPopupComponent, i23.SeriesTooltipTemplateDirective, i24.SharedTooltipTemplateDirective, i25.CrosshairTooltipsContainerComponent, i26.CrosshairTooltipComponent, i27.AxisDefaultsComponent, i28.AxisDefaultsCrosshairComponent, i29.AxisDefaultsCrosshairTooltipComponent, i30.AxisDefaultsLabelsComponent, i31.AxisDefaultsTitleComponent, i32.CategoryAxisComponent, i33.CategoryAxisCrosshairComponent, i34.CategoryAxisCrosshairTooltipComponent, i35.CategoryAxisItemComponent, i36.CategoryAxisLabelsComponent, i37.CategoryAxisRangeLabelsComponent, i38.CategoryAxisNotesComponent, i39.CategoryAxisNotesIconComponent, i40.CategoryAxisNotesLabelComponent, i41.CategoryAxisSelectComponent, i42.CategoryAxisTitleComponent, i43.ChartAreaComponent, i44.ChartBreadcrumbComponent, i45.LegendComponent, i46.LegendInactiveItemsComponent, i47.LegendItemComponent, i48.PaneComponent, i49.PaneDefaultsComponent, i50.PaneDefaultsTitleComponent, i51.PanesComponent, i52.PanesTitleComponent, i53.PlotAreaComponent, i54.SeriesComponent, i55.SeriesDefaultsComponent, i56.SeriesDefaultsLabelsComponent, i57.SeriesDefaultsLabelsFromComponent, i58.SeriesDefaultsLabelsToComponent, i59.SeriesDefaultsNotesComponent, i60.SeriesDefaultsNotesIconComponent, i61.SeriesDefaultsNotesLabelComponent, i62.SeriesDefaultsTooltipComponent, i63.SeriesDrilldownTemplateDirective, i64.SeriesErrorBarsComponent, i65.SeriesExtremesComponent, i66.SeriesHighlightComponent, i67.SeriesItemComponent, i68.SeriesLabelsComponent, i69.SeriesLabelsFromComponent, i70.SeriesLabelsToComponent, i71.SeriesMarkersComponent, i72.SeriesNotesComponent, i73.SeriesNotesIconComponent, i74.SeriesNotesLabelComponent, i75.SeriesOutliersComponent, i76.SeriesTooltipComponent, i77.SeriesTrendlineComponent, i78.SeriesTrendlineForecastComponent, i79.SubtitleComponent, i80.TitleComponent, i81.TooltipComponent, i82.ValueAxisComponent, i83.ValueAxisCrosshairComponent, i84.ValueAxisCrosshairTooltipComponent, i85.ValueAxisItemComponent, i86.ValueAxisLabelsComponent, i87.ValueAxisNotesComponent, i88.ValueAxisNotesIconComponent, i89.ValueAxisNotesLabelComponent, i90.ValueAxisTitleComponent] });
|
|
129
|
-
ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartModule, providers: [IconsService, ResizeBatchService, PopupService, ThemeService], imports: [i1.ChartComponent, i3.XAxisComponent, i4.XAxisCrosshairComponent, i5.XAxisCrosshairTooltipComponent, i6.XAxisItemComponent, i7.XAxisLabelsComponent, i8.XAxisNotesComponent, i9.XAxisNotesIconComponent, i10.XAxisNotesLabelComponent, i11.XAxisTitleComponent, i12.YAxisComponent, i13.YAxisCrosshairComponent, i14.YAxisCrosshairTooltipComponent, i15.YAxisItemComponent, i16.YAxisLabelsComponent, i17.YAxisNotesComponent, i18.YAxisNotesIconComponent, i19.YAxisNotesLabelComponent, i20.YAxisTitleComponent, i21.ZoomableComponent, i22.TooltipPopupComponent, i25.CrosshairTooltipsContainerComponent, i26.CrosshairTooltipComponent, i27.AxisDefaultsComponent, i28.AxisDefaultsCrosshairComponent, i29.AxisDefaultsCrosshairTooltipComponent, i30.AxisDefaultsLabelsComponent, i31.AxisDefaultsTitleComponent, i32.CategoryAxisComponent, i33.CategoryAxisCrosshairComponent, i34.CategoryAxisCrosshairTooltipComponent, i35.CategoryAxisItemComponent, i36.CategoryAxisLabelsComponent, i37.CategoryAxisRangeLabelsComponent, i38.CategoryAxisNotesComponent, i39.CategoryAxisNotesIconComponent, i40.CategoryAxisNotesLabelComponent, i41.CategoryAxisSelectComponent, i42.CategoryAxisTitleComponent, i43.ChartAreaComponent, i44.ChartBreadcrumbComponent, i45.LegendComponent, i46.LegendInactiveItemsComponent, i47.LegendItemComponent, i48.PaneComponent, i49.PaneDefaultsComponent, i50.PaneDefaultsTitleComponent, i51.PanesComponent, i52.PanesTitleComponent, i53.PlotAreaComponent, i54.SeriesComponent, i55.SeriesDefaultsComponent, i56.SeriesDefaultsLabelsComponent, i57.SeriesDefaultsLabelsFromComponent, i58.SeriesDefaultsLabelsToComponent, i59.SeriesDefaultsNotesComponent, i60.SeriesDefaultsNotesIconComponent, i61.SeriesDefaultsNotesLabelComponent, i62.SeriesDefaultsTooltipComponent, i64.SeriesErrorBarsComponent, i65.SeriesExtremesComponent, i66.SeriesHighlightComponent, i67.SeriesItemComponent, i68.SeriesLabelsComponent, i69.SeriesLabelsFromComponent, i70.SeriesLabelsToComponent, i71.SeriesMarkersComponent, i72.SeriesNotesComponent, i73.SeriesNotesIconComponent, i74.SeriesNotesLabelComponent, i75.SeriesOutliersComponent, i76.SeriesTooltipComponent, i77.SeriesTrendlineComponent, i78.SeriesTrendlineForecastComponent, i79.SubtitleComponent, i80.TitleComponent, i81.TooltipComponent, i82.ValueAxisComponent, i83.ValueAxisCrosshairComponent, i84.ValueAxisCrosshairTooltipComponent, i85.ValueAxisItemComponent, i86.ValueAxisLabelsComponent, i87.ValueAxisNotesComponent, i88.ValueAxisNotesIconComponent, i89.ValueAxisNotesLabelComponent, i90.ValueAxisTitleComponent] });
|
|
130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartModule, decorators: [{
|
|
131
|
-
type: NgModule,
|
|
132
|
-
args: [{
|
|
133
|
-
imports: [...KENDO_CHART],
|
|
134
|
-
exports: [...KENDO_CHART],
|
|
135
|
-
providers: [IconsService, ResizeBatchService, PopupService, ThemeService]
|
|
136
|
-
}]
|
|
137
|
-
}] });
|