@progress/kendo-angular-charts 17.0.0-develop.20 → 17.0.0-develop.22
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
|
@@ -0,0 +1,634 @@
|
|
|
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
|
+
configurationService;
|
|
29
|
+
collectionService;
|
|
30
|
+
/**
|
|
31
|
+
* The aggregate function for the date series.
|
|
32
|
+
* The function is used when a category (year, month, or other) contains two or more points.
|
|
33
|
+
* The Chart displays the return value of the function instead of the individual points.
|
|
34
|
+
* The `aggregate` option is supported for categorical chart axis only.
|
|
35
|
+
*
|
|
36
|
+
* The supported values are:
|
|
37
|
+
* - `"avg"`—The average of all values for the date period.
|
|
38
|
+
* - `"count"`—The number of values for the date period.
|
|
39
|
+
* - `"max"`—The highest value for the date period.
|
|
40
|
+
* - `"min"`—The lowest value for the date period.
|
|
41
|
+
* - `"sum"`—The sum of all values for the date period. Defaults to `0` if no data points are defined.
|
|
42
|
+
* - `"sumOrNull"`—The sum of all values for the date period. Defaults to `null` if no data points are defined.
|
|
43
|
+
* - `"first"`—The first value.
|
|
44
|
+
* - function (values, series, dataItems, category)—A user-defined aggregate function. Returns a single value or a data item.
|
|
45
|
+
* - object (compound aggregate)—Applicable to the Candlestick, Box Plot, and OHLC series. Specifies the aggregate for each data item field.
|
|
46
|
+
*
|
|
47
|
+
* @default 'max'
|
|
48
|
+
*/
|
|
49
|
+
aggregate;
|
|
50
|
+
/**
|
|
51
|
+
* If set to `true`, the Chart automatically scales down to fit the content area.
|
|
52
|
+
* Applicable for the Pie and Donut series. ([See example]({% slug donut_seriestypes_charts %}#toc-displaying-labels)).
|
|
53
|
+
* @default false
|
|
54
|
+
*/
|
|
55
|
+
autoFit;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the value axis.
|
|
58
|
+
* The axis option is supported for Scatter plots. For more information on Scatter plots, refer to
|
|
59
|
+
* [`xAxis`]({% slug api_charts_xaxis %}) and [`yAxis`]({% slug api_charts_yaxis %}).
|
|
60
|
+
* @default 'primary'
|
|
61
|
+
*/
|
|
62
|
+
axis;
|
|
63
|
+
border;
|
|
64
|
+
categoryAxis;
|
|
65
|
+
/**
|
|
66
|
+
* The data item field which contains the category name or date.
|
|
67
|
+
* If the category is a date, the points are rendered in chronological order.
|
|
68
|
+
* @default 'category'
|
|
69
|
+
*/
|
|
70
|
+
categoryField;
|
|
71
|
+
/**
|
|
72
|
+
* The data field that contains the `close` value.
|
|
73
|
+
* The `closeField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
|
|
74
|
+
* @default 'close'
|
|
75
|
+
*/
|
|
76
|
+
closeField;
|
|
77
|
+
color;
|
|
78
|
+
/**
|
|
79
|
+
* The data item field which contains the series color.
|
|
80
|
+
* The `colorField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type)
|
|
81
|
+
* is set to `"bar"`, `"column"`, `"rangeBar"`, `"rangeColumn"`, `"bubble"`, `"donut"`, `"pie"`, `"candlestick"`,
|
|
82
|
+
* `"ohlc"`, or `"waterfall"`.
|
|
83
|
+
* @default 'color'
|
|
84
|
+
*/
|
|
85
|
+
colorField;
|
|
86
|
+
connectors;
|
|
87
|
+
/**
|
|
88
|
+
* The data item field which contains the current value.
|
|
89
|
+
* The `currentField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bullet"` or `"verticalBullet"`.
|
|
90
|
+
* @default 'current'
|
|
91
|
+
*/
|
|
92
|
+
currentField;
|
|
93
|
+
/**
|
|
94
|
+
* The dash type of line Chart.
|
|
95
|
+
* The `dashType` option is considered only if the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"line"`.
|
|
96
|
+
* @default 'solid'
|
|
97
|
+
*/
|
|
98
|
+
dashType;
|
|
99
|
+
data;
|
|
100
|
+
downColor;
|
|
101
|
+
/**
|
|
102
|
+
* The data field which contains the color that is applied when the `open` value is greater than the `close` value.
|
|
103
|
+
* The `downColorField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"`.
|
|
104
|
+
* @default 'downColor'
|
|
105
|
+
*/
|
|
106
|
+
downColorField;
|
|
107
|
+
drilldownField;
|
|
108
|
+
/**
|
|
109
|
+
* The `dynamicHeight` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
|
|
110
|
+
* When set to `false`, all segments become with the same height.
|
|
111
|
+
* Otherwise, the height of each segment is based on its value.
|
|
112
|
+
* @default true
|
|
113
|
+
*/
|
|
114
|
+
dynamicHeight;
|
|
115
|
+
/**
|
|
116
|
+
* The option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"`.
|
|
117
|
+
* When set to `true`, the ratio of the bases of each segment is calculated based on the ratio of
|
|
118
|
+
* `currentDataItem.value`/`nextDataItem.value`.
|
|
119
|
+
* The last element is always created like a rectangle since there is no following element.
|
|
120
|
+
* @default false
|
|
121
|
+
*/
|
|
122
|
+
dynamicSlope;
|
|
123
|
+
/**
|
|
124
|
+
* The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) high value.
|
|
125
|
+
* The `errorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
|
|
126
|
+
* @default 'errorHigh'
|
|
127
|
+
*/
|
|
128
|
+
errorHighField;
|
|
129
|
+
/**
|
|
130
|
+
* The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) low value.
|
|
131
|
+
* The `errorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
|
|
132
|
+
* @default 'errorLow'
|
|
133
|
+
*/
|
|
134
|
+
errorLowField;
|
|
135
|
+
/**
|
|
136
|
+
* The data item field which contains a Boolean value indicating whether the sector is exploded.
|
|
137
|
+
* The `explodeField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
|
|
138
|
+
* @default 'explode'
|
|
139
|
+
*/
|
|
140
|
+
explodeField;
|
|
141
|
+
/**
|
|
142
|
+
* The data item field which contains the series value.
|
|
143
|
+
* @default 'value'
|
|
144
|
+
*/
|
|
145
|
+
field;
|
|
146
|
+
/**
|
|
147
|
+
* The data item field which contains the series from value.
|
|
148
|
+
* @default 'min'
|
|
149
|
+
*/
|
|
150
|
+
fromField;
|
|
151
|
+
/**
|
|
152
|
+
* The distance between the categories expressed as a percentage of the bar width.
|
|
153
|
+
* See the related spacing setting.
|
|
154
|
+
* The `gap` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
|
|
155
|
+
* `"radarColumn"`, or `"waterfall"`.
|
|
156
|
+
* @default 1.5
|
|
157
|
+
*/
|
|
158
|
+
gap;
|
|
159
|
+
/**
|
|
160
|
+
* The data field which contains the high value.
|
|
161
|
+
* The `highField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
|
|
162
|
+
* @default 'hight'
|
|
163
|
+
*/
|
|
164
|
+
highField;
|
|
165
|
+
holeSize;
|
|
166
|
+
line;
|
|
167
|
+
/**
|
|
168
|
+
* The data field containing the low value.
|
|
169
|
+
* The `lowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
|
|
170
|
+
* @default 'low'
|
|
171
|
+
*/
|
|
172
|
+
lowField;
|
|
173
|
+
/**
|
|
174
|
+
* The data item field which contains the series lower value.
|
|
175
|
+
* The `lowerField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
|
|
176
|
+
* @default 'lower'
|
|
177
|
+
*/
|
|
178
|
+
lowerField;
|
|
179
|
+
/**
|
|
180
|
+
* The margin around each donut series (ring). A numeric value sets all margins.
|
|
181
|
+
* @default 1
|
|
182
|
+
*/
|
|
183
|
+
margin;
|
|
184
|
+
/**
|
|
185
|
+
* The maximum size of the Chart bubble series marker.
|
|
186
|
+
* @default 100
|
|
187
|
+
*/
|
|
188
|
+
maxSize;
|
|
189
|
+
mean;
|
|
190
|
+
/**
|
|
191
|
+
* The data item field which contains the series mean value.
|
|
192
|
+
* The `meanField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
|
|
193
|
+
* @default 'mean'
|
|
194
|
+
*/
|
|
195
|
+
meanField;
|
|
196
|
+
median;
|
|
197
|
+
/**
|
|
198
|
+
* The data item field which contains the series median value.
|
|
199
|
+
* The `medianField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
|
|
200
|
+
* @default 'median'
|
|
201
|
+
*/
|
|
202
|
+
medianField;
|
|
203
|
+
/**
|
|
204
|
+
* The minimum size of the Chart bubble series marker.
|
|
205
|
+
* @default 5
|
|
206
|
+
*/
|
|
207
|
+
minSize;
|
|
208
|
+
missingValues;
|
|
209
|
+
name;
|
|
210
|
+
/**
|
|
211
|
+
* Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`,
|
|
212
|
+
* it means the top base is three times smaller than the bottom base.
|
|
213
|
+
* The `neckRatio` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
|
|
214
|
+
* @default 0.3
|
|
215
|
+
*/
|
|
216
|
+
neckRatio;
|
|
217
|
+
negativeColor;
|
|
218
|
+
negativeValues;
|
|
219
|
+
/**
|
|
220
|
+
* The data item field which contains the series note text.
|
|
221
|
+
* @default 'noteText'
|
|
222
|
+
*/
|
|
223
|
+
noteTextField;
|
|
224
|
+
/**
|
|
225
|
+
* The opacity of the series. By default, the series are opaque.
|
|
226
|
+
* @default 1
|
|
227
|
+
*/
|
|
228
|
+
opacity;
|
|
229
|
+
openField;
|
|
230
|
+
/**
|
|
231
|
+
* The data item field which contains the series outliers value.
|
|
232
|
+
* The `outliersField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
|
|
233
|
+
* @default 'outliers'
|
|
234
|
+
*/
|
|
235
|
+
outliersField;
|
|
236
|
+
overlay;
|
|
237
|
+
padding;
|
|
238
|
+
/**
|
|
239
|
+
* The data item field which contains the series `q1` value.
|
|
240
|
+
* The `q1Field` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
|
|
241
|
+
* @default 'q1'
|
|
242
|
+
*/
|
|
243
|
+
q1Field;
|
|
244
|
+
/**
|
|
245
|
+
* The data item field which contains the series `q3` value.
|
|
246
|
+
* The `q3Field` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
|
|
247
|
+
* @default 'q3'
|
|
248
|
+
*/
|
|
249
|
+
q3Field;
|
|
250
|
+
/**
|
|
251
|
+
* The space in pixels between the different segments of the Funnel or Pyramid Chart.
|
|
252
|
+
* The `segmentSpacing` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
|
|
253
|
+
* @default 0
|
|
254
|
+
*/
|
|
255
|
+
segmentSpacing;
|
|
256
|
+
size;
|
|
257
|
+
/**
|
|
258
|
+
* The data field which contains the bubble size value.
|
|
259
|
+
* @default 'size'
|
|
260
|
+
*/
|
|
261
|
+
sizeField;
|
|
262
|
+
/**
|
|
263
|
+
* The distance between series points within a category. Expressed as a percentage of the bar width.
|
|
264
|
+
* See the related `gap` setting.
|
|
265
|
+
* The spacing option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
|
|
266
|
+
* `"radarColumn"`.
|
|
267
|
+
* @default 0.4
|
|
268
|
+
*/
|
|
269
|
+
spacing;
|
|
270
|
+
/**
|
|
271
|
+
* A Boolean value which indicates if the series have to be stacked.
|
|
272
|
+
* A string value is interpreted as [`series.stack.group`]({% slug api_charts_seriesstack %}#toc-group).
|
|
273
|
+
*
|
|
274
|
+
* The `stack` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
|
|
275
|
+
* `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
|
|
276
|
+
* If not overridden, the stack settings of the first series are inherited as a default value by the rest of the series.
|
|
277
|
+
* @default false
|
|
278
|
+
*/
|
|
279
|
+
stack;
|
|
280
|
+
/**
|
|
281
|
+
* The start angle (in degrees) of the first Donut or Pie segment.
|
|
282
|
+
* Angles increase clockwise with zero to the left. Negative values are acceptable.
|
|
283
|
+
* @default 90
|
|
284
|
+
*/
|
|
285
|
+
startAngle;
|
|
286
|
+
/**
|
|
287
|
+
* The `style` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
|
|
288
|
+
* `"line"`, `"scatterLine"`, `"radarLine"`, or `"polarLine"`.
|
|
289
|
+
* @default 'normal'
|
|
290
|
+
*/
|
|
291
|
+
style;
|
|
292
|
+
/**
|
|
293
|
+
* The data item field which contains the summary type for the Waterfall series.
|
|
294
|
+
* The value (if any) of a data item marked as a summary point will be discarded.
|
|
295
|
+
*
|
|
296
|
+
* Summary columns are optional and can be one of two types:
|
|
297
|
+
*
|
|
298
|
+
* `"runningTotal"`—Displays the sum of all items since the last `"runningTotal"` point.
|
|
299
|
+
* `"total"`—Displays the sum of all previous items.
|
|
300
|
+
* @default 'summary'
|
|
301
|
+
*/
|
|
302
|
+
summaryField;
|
|
303
|
+
target;
|
|
304
|
+
/**
|
|
305
|
+
* The data item field which contains the series to value.
|
|
306
|
+
* @default 'max'
|
|
307
|
+
*/
|
|
308
|
+
toField;
|
|
309
|
+
/**
|
|
310
|
+
* The type of the series.
|
|
311
|
+
* @default 'column'
|
|
312
|
+
*/
|
|
313
|
+
type;
|
|
314
|
+
/**
|
|
315
|
+
* The data item field which contains the series upper value.
|
|
316
|
+
* The `upperField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
|
|
317
|
+
* @default 'upper'
|
|
318
|
+
*/
|
|
319
|
+
upperField;
|
|
320
|
+
/**
|
|
321
|
+
* Sets the visible property of a Chart series.
|
|
322
|
+
* @default true
|
|
323
|
+
*/
|
|
324
|
+
visible;
|
|
325
|
+
/**
|
|
326
|
+
* A value which indicates whether to show the point category (for Funnel, Pyramid, Donut, and Pie series)
|
|
327
|
+
* or the series name (for other available series types) in the legend.
|
|
328
|
+
* @default true
|
|
329
|
+
*/
|
|
330
|
+
visibleInLegend;
|
|
331
|
+
visibleInLegendField;
|
|
332
|
+
visual;
|
|
333
|
+
width;
|
|
334
|
+
whiskers;
|
|
335
|
+
/**
|
|
336
|
+
* The name of the X axis.
|
|
337
|
+
* The [`xAxis`]({% slug api_charts_xaxis %}) option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
|
|
338
|
+
* For the Polar series, the [`xAxis`]({% slug api_charts_xaxis %}) range is expressed in degrees.
|
|
339
|
+
* @default 'primary'
|
|
340
|
+
*/
|
|
341
|
+
xAxis;
|
|
342
|
+
/**
|
|
343
|
+
* The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis low value.
|
|
344
|
+
* The `xErrorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
|
|
345
|
+
* `"bubble"`.
|
|
346
|
+
* @default 'xErrorHigh'
|
|
347
|
+
*/
|
|
348
|
+
xErrorHighField;
|
|
349
|
+
/**
|
|
350
|
+
* The data item field containing the x value.
|
|
351
|
+
* The `xField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
|
|
352
|
+
* `"polar"` series.
|
|
353
|
+
* @default 'xErrorLow'
|
|
354
|
+
*/
|
|
355
|
+
xErrorLowField;
|
|
356
|
+
/**
|
|
357
|
+
* The data item field containing the x value.
|
|
358
|
+
* The `xField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
|
|
359
|
+
* `"polar"` series.
|
|
360
|
+
* @default 'x'
|
|
361
|
+
*/
|
|
362
|
+
xField;
|
|
363
|
+
/**
|
|
364
|
+
* The name of the Y axis to use.
|
|
365
|
+
* Available for the Bubble, Scatter, Scatter Line, and Polar series.
|
|
366
|
+
* @default 'primary'
|
|
367
|
+
*/
|
|
368
|
+
yAxis;
|
|
369
|
+
/**
|
|
370
|
+
* The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis high value.
|
|
371
|
+
* The `yErrorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
|
|
372
|
+
* `"bubble"`.
|
|
373
|
+
* @default 'yErrorHigh'
|
|
374
|
+
*/
|
|
375
|
+
yErrorHighField;
|
|
376
|
+
/**
|
|
377
|
+
* The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis low value.
|
|
378
|
+
* The `yErrorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
|
|
379
|
+
* `"bubble"`.
|
|
380
|
+
* @default 'yErrorLow'
|
|
381
|
+
*/
|
|
382
|
+
yErrorLowField;
|
|
383
|
+
/**
|
|
384
|
+
* The data item field containing the y value.
|
|
385
|
+
* The `yField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
|
|
386
|
+
* @default 'y'
|
|
387
|
+
*/
|
|
388
|
+
yField;
|
|
389
|
+
zIndex;
|
|
390
|
+
/**
|
|
391
|
+
* The configuration options of the trendline series.
|
|
392
|
+
*
|
|
393
|
+
* The `trendline` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
|
|
394
|
+
* "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
|
|
395
|
+
*/
|
|
396
|
+
trendline;
|
|
397
|
+
for;
|
|
398
|
+
/**
|
|
399
|
+
* The configuration options of the series legend item.
|
|
400
|
+
*/
|
|
401
|
+
legendItem;
|
|
402
|
+
// These options are also available as child components
|
|
403
|
+
errorBars;
|
|
404
|
+
extremes;
|
|
405
|
+
highlight;
|
|
406
|
+
labels;
|
|
407
|
+
markers;
|
|
408
|
+
notes;
|
|
409
|
+
outliers;
|
|
410
|
+
tooltip;
|
|
411
|
+
seriesTooltip;
|
|
412
|
+
drilldownTemplate;
|
|
413
|
+
constructor(configurationService, collectionService) {
|
|
414
|
+
super(configurationService, collectionService);
|
|
415
|
+
this.configurationService = configurationService;
|
|
416
|
+
this.collectionService = collectionService;
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* Toggles the series visibility and updates the parent Chart
|
|
420
|
+
* without animated transitions.
|
|
421
|
+
*/
|
|
422
|
+
toggleVisibility() {
|
|
423
|
+
this.options.visible = toggle(this.options.visible);
|
|
424
|
+
this.notify();
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* Toggles the visibility of a point with the given index.
|
|
428
|
+
* Applicable for the Pie, Donut, Funnel and Pyramid series.
|
|
429
|
+
*
|
|
430
|
+
* @param pointIndex - The zero-based index of the point to toggle.
|
|
431
|
+
*/
|
|
432
|
+
togglePointVisibility(pointIndex) {
|
|
433
|
+
const pv = this.options.pointVisibility = this.options.pointVisibility || {};
|
|
434
|
+
pv[pointIndex] = toggle(pv[pointIndex]);
|
|
435
|
+
this.notify();
|
|
436
|
+
}
|
|
437
|
+
get seriesTooltipTemplateRef() {
|
|
438
|
+
if (this.seriesTooltip) {
|
|
439
|
+
return this.seriesTooltip.seriesTooltipTemplateRef;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SeriesItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
443
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", 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 });
|
|
444
|
+
}
|
|
445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SeriesItemComponent, decorators: [{
|
|
446
|
+
type: Component,
|
|
447
|
+
args: [{
|
|
448
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
449
|
+
providers: [ConfigurationService],
|
|
450
|
+
selector: 'kendo-chart-series-item',
|
|
451
|
+
template: '',
|
|
452
|
+
standalone: true
|
|
453
|
+
}]
|
|
454
|
+
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.CollectionService }]; }, propDecorators: { aggregate: [{
|
|
455
|
+
type: Input
|
|
456
|
+
}], autoFit: [{
|
|
457
|
+
type: Input
|
|
458
|
+
}], axis: [{
|
|
459
|
+
type: Input
|
|
460
|
+
}], border: [{
|
|
461
|
+
type: Input
|
|
462
|
+
}], categoryAxis: [{
|
|
463
|
+
type: Input
|
|
464
|
+
}], categoryField: [{
|
|
465
|
+
type: Input
|
|
466
|
+
}], closeField: [{
|
|
467
|
+
type: Input
|
|
468
|
+
}], color: [{
|
|
469
|
+
type: Input
|
|
470
|
+
}], colorField: [{
|
|
471
|
+
type: Input
|
|
472
|
+
}], connectors: [{
|
|
473
|
+
type: Input
|
|
474
|
+
}], currentField: [{
|
|
475
|
+
type: Input
|
|
476
|
+
}], dashType: [{
|
|
477
|
+
type: Input
|
|
478
|
+
}], data: [{
|
|
479
|
+
type: Input
|
|
480
|
+
}], downColor: [{
|
|
481
|
+
type: Input
|
|
482
|
+
}], downColorField: [{
|
|
483
|
+
type: Input
|
|
484
|
+
}], drilldownField: [{
|
|
485
|
+
type: Input
|
|
486
|
+
}], dynamicHeight: [{
|
|
487
|
+
type: Input
|
|
488
|
+
}], dynamicSlope: [{
|
|
489
|
+
type: Input
|
|
490
|
+
}], errorHighField: [{
|
|
491
|
+
type: Input
|
|
492
|
+
}], errorLowField: [{
|
|
493
|
+
type: Input
|
|
494
|
+
}], explodeField: [{
|
|
495
|
+
type: Input
|
|
496
|
+
}], field: [{
|
|
497
|
+
type: Input
|
|
498
|
+
}], fromField: [{
|
|
499
|
+
type: Input
|
|
500
|
+
}], gap: [{
|
|
501
|
+
type: Input
|
|
502
|
+
}], highField: [{
|
|
503
|
+
type: Input
|
|
504
|
+
}], holeSize: [{
|
|
505
|
+
type: Input
|
|
506
|
+
}], line: [{
|
|
507
|
+
type: Input
|
|
508
|
+
}], lowField: [{
|
|
509
|
+
type: Input
|
|
510
|
+
}], lowerField: [{
|
|
511
|
+
type: Input
|
|
512
|
+
}], margin: [{
|
|
513
|
+
type: Input
|
|
514
|
+
}], maxSize: [{
|
|
515
|
+
type: Input
|
|
516
|
+
}], mean: [{
|
|
517
|
+
type: Input
|
|
518
|
+
}], meanField: [{
|
|
519
|
+
type: Input
|
|
520
|
+
}], median: [{
|
|
521
|
+
type: Input
|
|
522
|
+
}], medianField: [{
|
|
523
|
+
type: Input
|
|
524
|
+
}], minSize: [{
|
|
525
|
+
type: Input
|
|
526
|
+
}], missingValues: [{
|
|
527
|
+
type: Input
|
|
528
|
+
}], name: [{
|
|
529
|
+
type: Input
|
|
530
|
+
}], neckRatio: [{
|
|
531
|
+
type: Input
|
|
532
|
+
}], negativeColor: [{
|
|
533
|
+
type: Input
|
|
534
|
+
}], negativeValues: [{
|
|
535
|
+
type: Input
|
|
536
|
+
}], noteTextField: [{
|
|
537
|
+
type: Input
|
|
538
|
+
}], opacity: [{
|
|
539
|
+
type: Input
|
|
540
|
+
}], openField: [{
|
|
541
|
+
type: Input
|
|
542
|
+
}], outliersField: [{
|
|
543
|
+
type: Input
|
|
544
|
+
}], overlay: [{
|
|
545
|
+
type: Input
|
|
546
|
+
}], padding: [{
|
|
547
|
+
type: Input
|
|
548
|
+
}], q1Field: [{
|
|
549
|
+
type: Input
|
|
550
|
+
}], q3Field: [{
|
|
551
|
+
type: Input
|
|
552
|
+
}], segmentSpacing: [{
|
|
553
|
+
type: Input
|
|
554
|
+
}], size: [{
|
|
555
|
+
type: Input
|
|
556
|
+
}], sizeField: [{
|
|
557
|
+
type: Input
|
|
558
|
+
}], spacing: [{
|
|
559
|
+
type: Input
|
|
560
|
+
}], stack: [{
|
|
561
|
+
type: Input
|
|
562
|
+
}], startAngle: [{
|
|
563
|
+
type: Input
|
|
564
|
+
}], style: [{
|
|
565
|
+
type: Input
|
|
566
|
+
}], summaryField: [{
|
|
567
|
+
type: Input
|
|
568
|
+
}], target: [{
|
|
569
|
+
type: Input
|
|
570
|
+
}], toField: [{
|
|
571
|
+
type: Input
|
|
572
|
+
}], type: [{
|
|
573
|
+
type: Input
|
|
574
|
+
}], upperField: [{
|
|
575
|
+
type: Input
|
|
576
|
+
}], visible: [{
|
|
577
|
+
type: Input
|
|
578
|
+
}], visibleInLegend: [{
|
|
579
|
+
type: Input
|
|
580
|
+
}], visibleInLegendField: [{
|
|
581
|
+
type: Input
|
|
582
|
+
}], visual: [{
|
|
583
|
+
type: Input
|
|
584
|
+
}], width: [{
|
|
585
|
+
type: Input
|
|
586
|
+
}], whiskers: [{
|
|
587
|
+
type: Input
|
|
588
|
+
}], xAxis: [{
|
|
589
|
+
type: Input
|
|
590
|
+
}], xErrorHighField: [{
|
|
591
|
+
type: Input
|
|
592
|
+
}], xErrorLowField: [{
|
|
593
|
+
type: Input
|
|
594
|
+
}], xField: [{
|
|
595
|
+
type: Input
|
|
596
|
+
}], yAxis: [{
|
|
597
|
+
type: Input
|
|
598
|
+
}], yErrorHighField: [{
|
|
599
|
+
type: Input
|
|
600
|
+
}], yErrorLowField: [{
|
|
601
|
+
type: Input
|
|
602
|
+
}], yField: [{
|
|
603
|
+
type: Input
|
|
604
|
+
}], zIndex: [{
|
|
605
|
+
type: Input
|
|
606
|
+
}], trendline: [{
|
|
607
|
+
type: Input
|
|
608
|
+
}], for: [{
|
|
609
|
+
type: Input
|
|
610
|
+
}], legendItem: [{
|
|
611
|
+
type: Input
|
|
612
|
+
}], errorBars: [{
|
|
613
|
+
type: Input
|
|
614
|
+
}], extremes: [{
|
|
615
|
+
type: Input
|
|
616
|
+
}], highlight: [{
|
|
617
|
+
type: Input
|
|
618
|
+
}], labels: [{
|
|
619
|
+
type: Input
|
|
620
|
+
}], markers: [{
|
|
621
|
+
type: Input
|
|
622
|
+
}], notes: [{
|
|
623
|
+
type: Input
|
|
624
|
+
}], outliers: [{
|
|
625
|
+
type: Input
|
|
626
|
+
}], tooltip: [{
|
|
627
|
+
type: Input
|
|
628
|
+
}], seriesTooltip: [{
|
|
629
|
+
type: ContentChild,
|
|
630
|
+
args: [SeriesTooltipComponent, { static: false }]
|
|
631
|
+
}], drilldownTemplate: [{
|
|
632
|
+
type: ContentChild,
|
|
633
|
+
args: [SeriesDrilldownTemplateDirective, { static: false }]
|
|
634
|
+
}] } });
|
|
@@ -27,6 +27,11 @@ import * as i3 from "../common/tooltip-template.service";
|
|
|
27
27
|
* ```
|
|
28
28
|
*/
|
|
29
29
|
export class SeriesComponent extends CollectionComponent {
|
|
30
|
+
configurationService;
|
|
31
|
+
collectionService;
|
|
32
|
+
tooltipTemplateService;
|
|
33
|
+
viewContainer;
|
|
34
|
+
children;
|
|
30
35
|
constructor(configurationService, collectionService, tooltipTemplateService, viewContainer) {
|
|
31
36
|
super('series', configurationService, collectionService);
|
|
32
37
|
this.configurationService = configurationService;
|
|
@@ -41,10 +46,10 @@ export class SeriesComponent extends CollectionComponent {
|
|
|
41
46
|
const templates = this.children.map((item) => item.seriesTooltipTemplateRef);
|
|
42
47
|
this.tooltipTemplateService.setSeriesTemplates(templates);
|
|
43
48
|
}
|
|
49
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SeriesComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }, { token: i3.TooltipTemplateService }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
50
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SeriesComponent, isStandalone: true, selector: "kendo-chart-series", providers: [CollectionService], queries: [{ propertyName: "children", predicate: SeriesItemComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
44
51
|
}
|
|
45
|
-
|
|
46
|
-
SeriesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SeriesComponent, isStandalone: true, selector: "kendo-chart-series", providers: [CollectionService], queries: [{ propertyName: "children", predicate: SeriesItemComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SeriesComponent, decorators: [{
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SeriesComponent, decorators: [{
|
|
48
53
|
type: Component,
|
|
49
54
|
args: [{
|
|
50
55
|
changeDetection: ChangeDetectionStrategy.OnPush,
|