@progress/kendo-angular-charts 14.4.0-develop.2 → 14.4.0-develop.20
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/LICENSE.md +1 -1
- package/NOTICE.txt +147 -594
- package/README.md +1 -1
- package/api-types/axis-range.interface.d.ts +1 -1
- package/api-types/chart-axis.interface.d.ts +1 -1
- package/api-types/chart-pane.interface.d.ts +1 -1
- package/api-types/chart-plotarea.interface.d.ts +1 -1
- package/api-types/chart-svg-export-options.interface.d.ts +1 -1
- package/api-types/chart-visual-export-options.interface.d.ts +1 -1
- package/api-types/event-axis-options.interface.d.ts +1 -1
- package/api-types/event-series-options.interface.d.ts +1 -1
- package/api-types/series-point-marker.interface.d.ts +1 -1
- package/api-types/series-point.interface.d.ts +1 -1
- package/argument-types/axis-label-content-args.interface.d.ts +1 -1
- package/argument-types/axis-label-visual-args.interface.d.ts +1 -1
- package/argument-types/axis-note-content-args.interface.d.ts +1 -1
- package/argument-types/axis-note-visual-args.interface.d.ts +1 -1
- package/argument-types/error-bars-value-args.interface.d.ts +1 -1
- package/argument-types/error-bars-visual-args.interface.d.ts +1 -1
- package/argument-types/highlight-toggle-args.interface.d.ts +1 -1
- package/argument-types/highlight-visual-args.interface.d.ts +1 -1
- package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
- package/argument-types/legend-labels-content-args.interface.d.ts +1 -1
- package/argument-types/markers-visual-args.interface.d.ts +1 -1
- package/argument-types/plot-band-label-visual-args.interface.d.ts +1 -1
- package/argument-types/series-labels-content-args.interface.d.ts +1 -1
- package/argument-types/series-labels-visual-args.interface.d.ts +1 -1
- package/argument-types/series-note-content-args.interface.d.ts +1 -1
- package/argument-types/series-note-visual-args.interface.d.ts +1 -1
- package/argument-types/series-visual-args.interface.d.ts +1 -1
- package/argument-types/title-visual-args.interface.d.ts +1 -1
- 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/range-labels.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/category-axis.component.d.ts +1 -1
- package/chart/chart-area.component.d.ts +1 -1
- package/chart/donut-center-template.directive.d.ts +1 -1
- package/chart/legend/inactive-items.component.d.ts +1 -1
- package/chart/legend/item.component.d.ts +8 -2
- 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/panes.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-drilldown-template.directive.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 +3 -2
- 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 +3 -2
- package/chart/series-item/trendline.forecast.component.d.ts +1 -1
- package/chart/series-item.component.d.ts +9 -4
- package/chart/series.component.d.ts +1 -1
- package/chart/subtitle.component.d.ts +1 -1
- package/chart/title.component.d.ts +3 -2
- package/chart/tooltip/base-tooltip.d.ts +1 -1
- package/chart/tooltip/body-factory.d.ts +1 -1
- package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -1
- package/chart/tooltip/crosshair-tooltips-container.component.d.ts +1 -1
- package/chart/tooltip/popup-settings.interface.d.ts +1 -1
- package/chart/tooltip/series-tooltip-template.directive.d.ts +1 -1
- package/chart/tooltip/shared-tooltip-template.directive.d.ts +1 -1
- package/chart/tooltip/tooltip-popup.component.d.ts +1 -1
- package/chart/tooltip/tooltip-template-point.d.ts +1 -1
- 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/value-axis.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/x-axis.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/y-axis.component.d.ts +1 -1
- package/chart/zoomable.component.d.ts +1 -1
- package/chart-breadcrumb.component.d.ts +1 -1
- package/chart-defaults.d.ts +1 -1
- package/chart-options.interface.d.ts +1 -1
- package/chart.component.d.ts +1 -1
- package/chart.directives.d.ts +1 -1
- package/chart.module.d.ts +1 -1
- package/charts.module.d.ts +1 -1
- package/common/api-types.d.ts +1 -1
- package/common/chart-default-theme.d.ts +1 -1
- package/common/chart-instance-observer.d.ts +1 -1
- package/common/collection-item.component.d.ts +1 -1
- package/common/collection.component.d.ts +1 -1
- package/common/collection.service.d.ts +1 -1
- package/common/configuration.service.d.ts +1 -1
- package/common/copy-changes.d.ts +1 -1
- package/common/events.d.ts +1 -1
- package/common/has-parent.d.ts +1 -1
- package/common/prefix-configuration.service.d.ts +1 -1
- package/common/property-types.d.ts +2 -2
- package/common/root-configuration.service.d.ts +1 -1
- package/common/settings.component.d.ts +1 -1
- package/common/theme.service.d.ts +1 -1
- package/common/to-simple-changes.d.ts +1 -1
- package/common/tooltip-template.service.d.ts +1 -1
- package/esm2020/api-types/axis-range.interface.mjs +1 -1
- package/esm2020/api-types/chart-axis.interface.mjs +1 -1
- package/esm2020/api-types/chart-pane.interface.mjs +1 -1
- package/esm2020/api-types/chart-plotarea.interface.mjs +1 -1
- package/esm2020/api-types/chart-svg-export-options.interface.mjs +1 -1
- package/esm2020/api-types/chart-visual-export-options.interface.mjs +1 -1
- package/esm2020/api-types/event-axis-options.interface.mjs +1 -1
- package/esm2020/api-types/event-series-options.interface.mjs +1 -1
- package/esm2020/api-types/series-point-marker.interface.mjs +1 -1
- package/esm2020/api-types/series-point.interface.mjs +1 -1
- package/esm2020/argument-types/axis-label-content-args.interface.mjs +1 -1
- package/esm2020/argument-types/axis-label-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/axis-note-content-args.interface.mjs +1 -1
- package/esm2020/argument-types/axis-note-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/error-bars-value-args.interface.mjs +1 -1
- package/esm2020/argument-types/error-bars-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/highlight-toggle-args.interface.mjs +1 -1
- package/esm2020/argument-types/highlight-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/legend-item-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/legend-labels-content-args.interface.mjs +1 -1
- package/esm2020/argument-types/markers-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/plot-band-label-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/series-labels-content-args.interface.mjs +1 -1
- package/esm2020/argument-types/series-labels-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/series-note-content-args.interface.mjs +1 -1
- package/esm2020/argument-types/series-note-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/series-visual-args.interface.mjs +1 -1
- package/esm2020/argument-types/title-visual-args.interface.mjs +1 -1
- package/esm2020/chart/axis-defaults/crosshair.component.mjs +1 -1
- package/esm2020/chart/axis-defaults/crosshair.tooltip.component.mjs +1 -1
- package/esm2020/chart/axis-defaults/labels.component.mjs +1 -1
- package/esm2020/chart/axis-defaults/title.component.mjs +1 -1
- package/esm2020/chart/axis-defaults.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/crosshair.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/crosshair.tooltip.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/labels.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/notes.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/notes.icon.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/notes.label.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/range-labels.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/select.component.mjs +1 -1
- package/esm2020/chart/category-axis-item/title.component.mjs +1 -1
- package/esm2020/chart/category-axis-item.component.mjs +1 -1
- package/esm2020/chart/category-axis.component.mjs +1 -1
- package/esm2020/chart/chart-area.component.mjs +1 -1
- package/esm2020/chart/donut-center-template.directive.mjs +1 -1
- package/esm2020/chart/legend/inactive-items.component.mjs +1 -1
- package/esm2020/chart/legend/item.component.mjs +12 -2
- package/esm2020/chart/legend.component.mjs +1 -1
- package/esm2020/chart/pane/title.component.mjs +1 -1
- package/esm2020/chart/pane-defaults/title.component.mjs +1 -1
- package/esm2020/chart/pane-defaults.component.mjs +1 -1
- package/esm2020/chart/pane.component.mjs +1 -1
- package/esm2020/chart/panes.component.mjs +1 -1
- package/esm2020/chart/plot-area.component.mjs +1 -1
- package/esm2020/chart/series-defaults/labels.component.mjs +1 -1
- package/esm2020/chart/series-defaults/labels.from.component.mjs +1 -1
- package/esm2020/chart/series-defaults/labels.to.component.mjs +1 -1
- package/esm2020/chart/series-defaults/notes.component.mjs +1 -1
- package/esm2020/chart/series-defaults/notes.icon.component.mjs +1 -1
- package/esm2020/chart/series-defaults/notes.label.component.mjs +1 -1
- package/esm2020/chart/series-defaults/tooltip.component.mjs +1 -1
- package/esm2020/chart/series-defaults.component.mjs +1 -1
- package/esm2020/chart/series-drilldown-template.directive.mjs +1 -1
- package/esm2020/chart/series-item/error-bars.component.mjs +1 -1
- package/esm2020/chart/series-item/extremes.component.mjs +1 -1
- package/esm2020/chart/series-item/highlight.component.mjs +1 -1
- package/esm2020/chart/series-item/labels.component.mjs +4 -2
- package/esm2020/chart/series-item/labels.from.component.mjs +1 -1
- package/esm2020/chart/series-item/labels.to.component.mjs +1 -1
- package/esm2020/chart/series-item/markers.component.mjs +1 -1
- package/esm2020/chart/series-item/notes.component.mjs +1 -1
- package/esm2020/chart/series-item/notes.icon.component.mjs +1 -1
- package/esm2020/chart/series-item/notes.label.component.mjs +1 -1
- package/esm2020/chart/series-item/outliers.component.mjs +1 -1
- package/esm2020/chart/series-item/tooltip.component.mjs +1 -1
- package/esm2020/chart/series-item/trendline.component.mjs +4 -2
- package/esm2020/chart/series-item/trendline.forecast.component.mjs +1 -1
- package/esm2020/chart/series-item.component.mjs +4 -2
- package/esm2020/chart/series.component.mjs +1 -1
- package/esm2020/chart/subtitle.component.mjs +1 -1
- package/esm2020/chart/title.component.mjs +4 -2
- package/esm2020/chart/tooltip/base-tooltip.mjs +1 -1
- package/esm2020/chart/tooltip/body-factory.mjs +1 -1
- package/esm2020/chart/tooltip/crosshair-tooltip.component.mjs +1 -1
- package/esm2020/chart/tooltip/crosshair-tooltips-container.component.mjs +1 -1
- package/esm2020/chart/tooltip/popup-settings.interface.mjs +1 -1
- package/esm2020/chart/tooltip/series-tooltip-template.directive.mjs +1 -1
- package/esm2020/chart/tooltip/shared-tooltip-template.directive.mjs +1 -1
- package/esm2020/chart/tooltip/tooltip-popup.component.mjs +1 -1
- package/esm2020/chart/tooltip/tooltip-template-point.mjs +1 -1
- package/esm2020/chart/tooltip.component.mjs +1 -1
- package/esm2020/chart/value-axis-item/crosshair.component.mjs +1 -1
- package/esm2020/chart/value-axis-item/crosshair.tooltip.component.mjs +1 -1
- package/esm2020/chart/value-axis-item/labels.component.mjs +1 -1
- package/esm2020/chart/value-axis-item/notes.component.mjs +1 -1
- package/esm2020/chart/value-axis-item/notes.icon.component.mjs +1 -1
- package/esm2020/chart/value-axis-item/notes.label.component.mjs +1 -1
- package/esm2020/chart/value-axis-item/title.component.mjs +1 -1
- package/esm2020/chart/value-axis-item.component.mjs +1 -1
- package/esm2020/chart/value-axis.component.mjs +1 -1
- package/esm2020/chart/x-axis-item/crosshair.component.mjs +1 -1
- package/esm2020/chart/x-axis-item/crosshair.tooltip.component.mjs +1 -1
- package/esm2020/chart/x-axis-item/labels.component.mjs +1 -1
- package/esm2020/chart/x-axis-item/notes.component.mjs +1 -1
- package/esm2020/chart/x-axis-item/notes.icon.component.mjs +1 -1
- package/esm2020/chart/x-axis-item/notes.label.component.mjs +1 -1
- package/esm2020/chart/x-axis-item/title.component.mjs +1 -1
- package/esm2020/chart/x-axis-item.component.mjs +1 -1
- package/esm2020/chart/x-axis.component.mjs +1 -1
- package/esm2020/chart/y-axis-item/crosshair.component.mjs +1 -1
- package/esm2020/chart/y-axis-item/crosshair.tooltip.component.mjs +1 -1
- package/esm2020/chart/y-axis-item/labels.component.mjs +1 -1
- package/esm2020/chart/y-axis-item/notes.component.mjs +1 -1
- package/esm2020/chart/y-axis-item/notes.icon.component.mjs +1 -1
- package/esm2020/chart/y-axis-item/notes.label.component.mjs +1 -1
- package/esm2020/chart/y-axis-item/title.component.mjs +1 -1
- package/esm2020/chart/y-axis-item.component.mjs +1 -1
- package/esm2020/chart/y-axis.component.mjs +1 -1
- package/esm2020/chart/zoomable.component.mjs +1 -1
- package/esm2020/chart-breadcrumb.component.mjs +1 -1
- package/esm2020/chart-defaults.mjs +1 -1
- package/esm2020/chart-options.interface.mjs +1 -1
- package/esm2020/chart.component.mjs +1 -1
- package/esm2020/chart.directives.mjs +1 -1
- package/esm2020/chart.module.mjs +1 -1
- package/esm2020/charts.module.mjs +1 -1
- package/esm2020/common/api-types.mjs +1 -1
- package/esm2020/common/chart-default-theme.mjs +1 -1
- package/esm2020/common/chart-instance-observer.mjs +1 -1
- package/esm2020/common/collection-item.component.mjs +1 -1
- package/esm2020/common/collection.component.mjs +1 -1
- package/esm2020/common/collection.service.mjs +1 -1
- package/esm2020/common/configuration.service.mjs +1 -1
- package/esm2020/common/copy-changes.mjs +1 -1
- package/esm2020/common/events.mjs +1 -1
- package/esm2020/common/has-parent.mjs +1 -1
- package/esm2020/common/prefix-configuration.service.mjs +1 -1
- package/esm2020/common/property-types.mjs +1 -1
- package/esm2020/common/root-configuration.service.mjs +1 -1
- package/esm2020/common/settings.component.mjs +1 -1
- package/esm2020/common/theme.service.mjs +2 -1
- package/esm2020/common/to-simple-changes.mjs +1 -1
- package/esm2020/common/tooltip-template.service.mjs +1 -1
- package/esm2020/events/axis-label-click-event.mjs +1 -1
- package/esm2020/events/base-event.mjs +1 -1
- package/esm2020/events/dom-events-builder.mjs +1 -1
- package/esm2020/events/dom-events.mjs +1 -1
- package/esm2020/events/drag-end-event.mjs +1 -1
- package/esm2020/events/drag-event.mjs +1 -1
- package/esm2020/events/drag-start-event.mjs +1 -1
- package/esm2020/events/drilldown-event.mjs +1 -1
- package/esm2020/events/instance-event.service.mjs +1 -1
- package/esm2020/events/legend-event.mjs +1 -1
- package/esm2020/events/legend-item-click-event.mjs +1 -1
- package/esm2020/events/legend-item-hover-event.mjs +1 -1
- package/esm2020/events/legend-item-leave-event.mjs +1 -1
- package/esm2020/events/note-click-event.mjs +1 -1
- package/esm2020/events/note-event.mjs +1 -1
- package/esm2020/events/note-hover-event.mjs +1 -1
- package/esm2020/events/note-leave-event.mjs +1 -1
- package/esm2020/events/pane-render-event.mjs +1 -1
- package/esm2020/events/plot-area-click-event.mjs +1 -1
- package/esm2020/events/plot-area-hover-event.mjs +1 -1
- package/esm2020/events/plot-area-leave-event.mjs +1 -1
- package/esm2020/events/preventable-event.mjs +1 -1
- package/esm2020/events/render-event.mjs +1 -1
- package/esm2020/events/select-end-event.mjs +1 -1
- package/esm2020/events/select-event.mjs +1 -1
- package/esm2020/events/select-start-event.mjs +1 -1
- package/esm2020/events/series-click-event.mjs +1 -1
- package/esm2020/events/series-event.mjs +1 -1
- package/esm2020/events/series-hover-event.mjs +1 -1
- package/esm2020/events/series-leave-event.mjs +1 -1
- package/esm2020/events/series-over-event.mjs +1 -1
- package/esm2020/events/zoom-end-event.mjs +1 -1
- package/esm2020/events/zoom-event.mjs +1 -1
- package/esm2020/events/zoom-start-event.mjs +1 -1
- package/esm2020/field-types/auto-base-unit-steps.interface.mjs +1 -1
- package/esm2020/field-types/axis-labels-position.mjs +1 -1
- package/esm2020/field-types/axis-line.interface.mjs +1 -1
- package/esm2020/field-types/axis-ticks.interface.mjs +1 -1
- package/esm2020/field-types/axis-title-position.mjs +1 -1
- package/esm2020/field-types/base-unit.mjs +1 -1
- package/esm2020/field-types/border.interface.mjs +1 -1
- package/esm2020/field-types/bullet-target-line.interface.mjs +1 -1
- package/esm2020/field-types/bullet-target.interface.mjs +1 -1
- package/esm2020/field-types/category-base-unit.mjs +1 -1
- package/esm2020/field-types/dash-type.mjs +1 -1
- package/esm2020/field-types/date-formats.interface.mjs +1 -1
- package/esm2020/field-types/drag-action.interface.mjs +1 -1
- package/esm2020/field-types/error-bar-line.interface.mjs +1 -1
- package/esm2020/field-types/grid-lines.interface.mjs +1 -1
- package/esm2020/field-types/highlight-line.interface.mjs +1 -1
- package/esm2020/field-types/label-connectors.interface.mjs +1 -1
- package/esm2020/field-types/label-rotation.interface.mjs +1 -1
- package/esm2020/field-types/legend-labels.interface.mjs +1 -1
- package/esm2020/field-types/line-style.mjs +1 -1
- package/esm2020/field-types/lock-axis.mjs +1 -1
- package/esm2020/field-types/margin.interface.mjs +1 -1
- package/esm2020/field-types/marker-type.mjs +1 -1
- package/esm2020/field-types/modifier-key.mjs +1 -1
- package/esm2020/field-types/mousewheel-select.interface.mjs +1 -1
- package/esm2020/field-types/mousewheel-zoom.interface.mjs +1 -1
- package/esm2020/field-types/negative-bubble-values.interface.mjs +1 -1
- package/esm2020/field-types/note-label-position.mjs +1 -1
- package/esm2020/field-types/note-line.interface.mjs +1 -1
- package/esm2020/field-types/note-position.mjs +1 -1
- package/esm2020/field-types/overlay.interface.mjs +1 -1
- package/esm2020/field-types/padding.interface.mjs +1 -1
- package/esm2020/field-types/plot-band-label.interface.mjs +1 -1
- package/esm2020/field-types/plot-band.interface.mjs +1 -1
- package/esm2020/field-types/series-labels-alignment.mjs +1 -1
- package/esm2020/field-types/series-labels-position.mjs +1 -1
- package/esm2020/field-types/series-line.interface.mjs +1 -1
- package/esm2020/field-types/series-mean.interface.mjs +1 -1
- package/esm2020/field-types/series-median.interface.mjs +1 -1
- package/esm2020/field-types/series-stack.interface.mjs +1 -1
- package/esm2020/field-types/series-type.mjs +1 -1
- package/esm2020/field-types/series-whiskers.interface.mjs +1 -1
- package/esm2020/field-types/trendline-forecast.interface.mjs +1 -1
- package/esm2020/field-types/week-start-day.enum.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/option-types/axis-defaults/crosshair.interface.mjs +1 -1
- package/esm2020/option-types/axis-defaults/crosshair.tooltip.interface.mjs +1 -1
- package/esm2020/option-types/axis-defaults/labels.interface.mjs +1 -1
- package/esm2020/option-types/axis-defaults/title.interface.mjs +1 -1
- package/esm2020/option-types/axis-defaults.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/crosshair.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/crosshair.tooltip.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/labels.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/notes.icon.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/notes.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/notes.label.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/range-labels.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/select.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item/title.interface.mjs +1 -1
- package/esm2020/option-types/category-axis-item.interface.mjs +1 -1
- package/esm2020/option-types/chart-area.interface.mjs +1 -1
- package/esm2020/option-types/legend/inactive-items.interface.mjs +1 -1
- package/esm2020/option-types/legend/item.interface.mjs +1 -1
- package/esm2020/option-types/legend/legend-title.interface.mjs +1 -1
- package/esm2020/option-types/legend/markers.interface.mjs +1 -1
- package/esm2020/option-types/legend.interface.mjs +1 -1
- package/esm2020/option-types/pane/title.interface.mjs +1 -1
- package/esm2020/option-types/pane-defaults/title.interface.mjs +1 -1
- package/esm2020/option-types/pane-defaults.interface.mjs +1 -1
- package/esm2020/option-types/pane.interface.mjs +1 -1
- package/esm2020/option-types/plot-area.interface.mjs +1 -1
- package/esm2020/option-types/series-defaults/labels.from.interface.mjs +1 -1
- package/esm2020/option-types/series-defaults/labels.interface.mjs +1 -1
- package/esm2020/option-types/series-defaults/labels.to.interface.mjs +1 -1
- package/esm2020/option-types/series-defaults/notes.icon.interface.mjs +1 -1
- package/esm2020/option-types/series-defaults/notes.interface.mjs +1 -1
- package/esm2020/option-types/series-defaults/notes.label.interface.mjs +1 -1
- package/esm2020/option-types/series-defaults/tooltip.interface.mjs +1 -1
- package/esm2020/option-types/series-defaults.interface.mjs +1 -1
- package/esm2020/option-types/series-item/error-bars.interface.mjs +1 -1
- package/esm2020/option-types/series-item/extremes.interface.mjs +1 -1
- package/esm2020/option-types/series-item/highlight.interface.mjs +1 -1
- package/esm2020/option-types/series-item/labels.from.interface.mjs +1 -1
- package/esm2020/option-types/series-item/labels.interface.mjs +1 -1
- package/esm2020/option-types/series-item/labels.to.interface.mjs +1 -1
- package/esm2020/option-types/series-item/markers-highlight.interface.mjs +1 -1
- package/esm2020/option-types/series-item/markers.interface.mjs +1 -1
- package/esm2020/option-types/series-item/notes.icon.interface.mjs +1 -1
- package/esm2020/option-types/series-item/notes.interface.mjs +1 -1
- package/esm2020/option-types/series-item/notes.label.interface.mjs +1 -1
- package/esm2020/option-types/series-item/outliers.interface.mjs +1 -1
- package/esm2020/option-types/series-item/tooltip.interface.mjs +1 -1
- package/esm2020/option-types/series-item/trendline.interface.mjs +1 -1
- package/esm2020/option-types/series-item.interface.mjs +1 -1
- package/esm2020/option-types/subtitle.interface.mjs +1 -1
- package/esm2020/option-types/title.interface.mjs +1 -1
- package/esm2020/option-types/tooltip.interface.mjs +1 -1
- package/esm2020/option-types/value-axis-item/crosshair.interface.mjs +1 -1
- package/esm2020/option-types/value-axis-item/crosshair.tooltip.interface.mjs +1 -1
- package/esm2020/option-types/value-axis-item/labels.interface.mjs +1 -1
- package/esm2020/option-types/value-axis-item/notes.icon.interface.mjs +1 -1
- package/esm2020/option-types/value-axis-item/notes.interface.mjs +1 -1
- package/esm2020/option-types/value-axis-item/notes.label.interface.mjs +1 -1
- package/esm2020/option-types/value-axis-item/title.interface.mjs +1 -1
- package/esm2020/option-types/value-axis-item.interface.mjs +1 -1
- package/esm2020/option-types/x-axis-item/crosshair.interface.mjs +1 -1
- package/esm2020/option-types/x-axis-item/crosshair.tooltip.interface.mjs +1 -1
- package/esm2020/option-types/x-axis-item/labels.interface.mjs +1 -1
- package/esm2020/option-types/x-axis-item/notes.icon.interface.mjs +1 -1
- package/esm2020/option-types/x-axis-item/notes.interface.mjs +1 -1
- package/esm2020/option-types/x-axis-item/notes.label.interface.mjs +1 -1
- package/esm2020/option-types/x-axis-item/title.interface.mjs +1 -1
- package/esm2020/option-types/x-axis-item.interface.mjs +1 -1
- package/esm2020/option-types/y-axis-item/crosshair.interface.mjs +1 -1
- package/esm2020/option-types/y-axis-item/crosshair.tooltip.interface.mjs +1 -1
- package/esm2020/option-types/y-axis-item/labels.interface.mjs +1 -1
- package/esm2020/option-types/y-axis-item/notes.icon.interface.mjs +1 -1
- package/esm2020/option-types/y-axis-item/notes.interface.mjs +1 -1
- package/esm2020/option-types/y-axis-item/notes.label.interface.mjs +1 -1
- package/esm2020/option-types/y-axis-item/title.interface.mjs +1 -1
- package/esm2020/option-types/y-axis-item.interface.mjs +1 -1
- package/esm2020/option-types/zoomable.interface.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/progress-kendo-angular-charts.mjs +1 -1
- package/esm2020/sparkline.component.mjs +1 -1
- package/esm2020/sparkline.directives.mjs +1 -1
- package/esm2020/sparkline.module.mjs +1 -1
- package/esm2020/stock-chart/events/instance-event.service.mjs +1 -1
- package/esm2020/stock-chart/events/navigator-filter-event.mjs +1 -1
- package/esm2020/stock-chart/events.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis/crosshair.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis/labels.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis/notes.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis/notes.icon.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis/notes.label.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis/select.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis/title.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/category-axis.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/hint.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/pane/title.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/pane.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/select.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/error-bars.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/extremes.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/highlight.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/labels.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/labels.from.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/labels.to.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/markers.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/notes.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/notes.icon.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/notes.label.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/outliers.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item/tooltip.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series-item.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/series.component.mjs +1 -1
- package/esm2020/stock-chart/navigator.component.mjs +1 -1
- package/esm2020/stock-chart/option-types/navigator/hint-content-args.interface.mjs +1 -1
- package/esm2020/stock-chart/option-types/navigator/hint.interface.mjs +1 -1
- package/esm2020/stock-chart/option-types/navigator/select.interface.mjs +1 -1
- package/esm2020/stock-chart/option-types/navigator.interface.mjs +1 -1
- package/esm2020/stock-chart/option-types.mjs +1 -1
- package/esm2020/stock-chart.component.mjs +1 -1
- package/esm2020/stock-chart.directives.mjs +1 -1
- package/esm2020/stock-chart.module.mjs +1 -1
- package/events/axis-label-click-event.d.ts +1 -1
- package/events/base-event.d.ts +1 -1
- package/events/dom-events-builder.d.ts +1 -1
- package/events/dom-events.d.ts +1 -1
- package/events/drag-end-event.d.ts +1 -1
- package/events/drag-event.d.ts +1 -1
- package/events/drag-start-event.d.ts +1 -1
- package/events/drilldown-event.d.ts +1 -1
- package/events/instance-event.service.d.ts +1 -1
- package/events/legend-event.d.ts +1 -1
- package/events/legend-item-click-event.d.ts +1 -1
- package/events/legend-item-hover-event.d.ts +1 -1
- package/events/legend-item-leave-event.d.ts +1 -1
- package/events/note-click-event.d.ts +1 -1
- package/events/note-event.d.ts +1 -1
- package/events/note-hover-event.d.ts +1 -1
- package/events/note-leave-event.d.ts +1 -1
- package/events/pane-render-event.d.ts +1 -1
- package/events/plot-area-click-event.d.ts +1 -1
- package/events/plot-area-hover-event.d.ts +1 -1
- package/events/plot-area-leave-event.d.ts +1 -1
- package/events/preventable-event.d.ts +1 -1
- package/events/render-event.d.ts +1 -1
- package/events/select-end-event.d.ts +1 -1
- package/events/select-event.d.ts +1 -1
- package/events/select-start-event.d.ts +1 -1
- package/events/series-click-event.d.ts +1 -1
- package/events/series-event.d.ts +1 -1
- package/events/series-hover-event.d.ts +1 -1
- package/events/series-leave-event.d.ts +1 -1
- package/events/series-over-event.d.ts +1 -1
- package/events/zoom-end-event.d.ts +1 -1
- package/events/zoom-event.d.ts +1 -1
- package/events/zoom-start-event.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-charts.mjs +27 -8
- package/fesm2020/progress-kendo-angular-charts.mjs +27 -8
- package/field-types/auto-base-unit-steps.interface.d.ts +1 -1
- package/field-types/axis-labels-position.d.ts +1 -1
- package/field-types/axis-line.interface.d.ts +1 -1
- package/field-types/axis-ticks.interface.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/border.interface.d.ts +1 -1
- package/field-types/bullet-target-line.interface.d.ts +1 -1
- package/field-types/bullet-target.interface.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/date-formats.interface.d.ts +1 -1
- package/field-types/drag-action.interface.d.ts +1 -1
- package/field-types/error-bar-line.interface.d.ts +1 -1
- package/field-types/grid-lines.interface.d.ts +1 -1
- package/field-types/highlight-line.interface.d.ts +1 -1
- package/field-types/label-connectors.interface.d.ts +1 -1
- package/field-types/label-rotation.interface.d.ts +1 -1
- package/field-types/legend-labels.interface.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/margin.interface.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/mousewheel-select.interface.d.ts +1 -1
- package/field-types/mousewheel-zoom.interface.d.ts +1 -1
- package/field-types/negative-bubble-values.interface.d.ts +1 -1
- package/field-types/note-label-position.d.ts +1 -1
- package/field-types/note-line.interface.d.ts +1 -1
- package/field-types/note-position.d.ts +1 -1
- package/field-types/overlay.interface.d.ts +1 -1
- package/field-types/padding.interface.d.ts +1 -1
- package/field-types/plot-band-label.interface.d.ts +1 -1
- package/field-types/plot-band.interface.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-line.interface.d.ts +1 -1
- package/field-types/series-mean.interface.d.ts +1 -1
- package/field-types/series-median.interface.d.ts +1 -1
- package/field-types/series-stack.interface.d.ts +1 -1
- package/field-types/series-type.d.ts +8 -4
- package/field-types/series-whiskers.interface.d.ts +1 -1
- package/field-types/trendline-forecast.interface.d.ts +1 -1
- package/field-types/week-start-day.enum.d.ts +1 -1
- package/index.d.ts +1 -1
- package/option-types/axis-defaults/crosshair.interface.d.ts +1 -1
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/axis-defaults/labels.interface.d.ts +1 -1
- package/option-types/axis-defaults/title.interface.d.ts +1 -1
- package/option-types/axis-defaults.interface.d.ts +1 -1
- package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/category-axis-item/labels.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/category-axis-item/range-labels.interface.d.ts +1 -1
- package/option-types/category-axis-item/select.interface.d.ts +1 -1
- package/option-types/category-axis-item/title.interface.d.ts +1 -1
- package/option-types/category-axis-item.interface.d.ts +1 -1
- package/option-types/chart-area.interface.d.ts +1 -1
- package/option-types/legend/inactive-items.interface.d.ts +1 -1
- package/option-types/legend/item.interface.d.ts +98 -2
- package/option-types/legend/legend-title.interface.d.ts +1 -1
- package/option-types/legend/markers.interface.d.ts +1 -1
- package/option-types/legend.interface.d.ts +1 -1
- package/option-types/pane/title.interface.d.ts +1 -1
- package/option-types/pane-defaults/title.interface.d.ts +1 -1
- package/option-types/pane-defaults.interface.d.ts +1 -1
- package/option-types/pane.interface.d.ts +1 -1
- package/option-types/plot-area.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.icon.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.label.interface.d.ts +1 -1
- package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
- package/option-types/series-defaults.interface.d.ts +1 -1
- package/option-types/series-item/error-bars.interface.d.ts +1 -1
- package/option-types/series-item/extremes.interface.d.ts +1 -1
- package/option-types/series-item/highlight.interface.d.ts +1 -1
- package/option-types/series-item/labels.from.interface.d.ts +1 -1
- package/option-types/series-item/labels.interface.d.ts +5 -1
- package/option-types/series-item/labels.to.interface.d.ts +1 -1
- package/option-types/series-item/markers-highlight.interface.d.ts +1 -1
- package/option-types/series-item/markers.interface.d.ts +1 -1
- package/option-types/series-item/notes.icon.interface.d.ts +1 -1
- package/option-types/series-item/notes.interface.d.ts +1 -1
- package/option-types/series-item/notes.label.interface.d.ts +1 -1
- package/option-types/series-item/outliers.interface.d.ts +1 -1
- package/option-types/series-item/tooltip.interface.d.ts +1 -1
- package/option-types/series-item/trendline.interface.d.ts +13 -1
- package/option-types/series-item.interface.d.ts +11 -4
- package/option-types/subtitle.interface.d.ts +1 -1
- package/option-types/title.interface.d.ts +7 -1
- package/option-types/tooltip.interface.d.ts +1 -1
- package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/value-axis-item/labels.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/value-axis-item/title.interface.d.ts +1 -1
- package/option-types/value-axis-item.interface.d.ts +1 -1
- package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/x-axis-item/labels.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/x-axis-item/title.interface.d.ts +1 -1
- package/option-types/x-axis-item.interface.d.ts +1 -1
- package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/y-axis-item/labels.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/y-axis-item/title.interface.d.ts +1 -1
- package/option-types/y-axis-item.interface.d.ts +1 -1
- package/option-types/zoomable.interface.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +9 -9
- package/progress-kendo-angular-charts.d.ts +1 -1
- package/sparkline.component.d.ts +1 -1
- package/sparkline.directives.d.ts +1 -1
- package/sparkline.module.d.ts +1 -1
- package/stock-chart/events/instance-event.service.d.ts +1 -1
- package/stock-chart/events/navigator-filter-event.d.ts +1 -1
- package/stock-chart/events.d.ts +1 -1
- package/stock-chart/navigator/category-axis/crosshair.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/crosshair.tooltip.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/labels.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/notes.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/notes.icon.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/notes.label.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/select.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/title.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis.component.d.ts +1 -1
- package/stock-chart/navigator/hint.component.d.ts +1 -1
- package/stock-chart/navigator/pane/title.component.d.ts +1 -1
- package/stock-chart/navigator/pane.component.d.ts +1 -1
- package/stock-chart/navigator/select.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/error-bars.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/extremes.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/highlight.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/labels.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/labels.from.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/labels.to.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/markers.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/notes.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/notes.icon.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/notes.label.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/outliers.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/tooltip.component.d.ts +1 -1
- package/stock-chart/navigator/series-item.component.d.ts +1 -1
- package/stock-chart/navigator/series.component.d.ts +1 -1
- package/stock-chart/navigator.component.d.ts +1 -1
- package/stock-chart/option-types/navigator/hint-content-args.interface.d.ts +1 -1
- package/stock-chart/option-types/navigator/hint.interface.d.ts +1 -1
- package/stock-chart/option-types/navigator/select.interface.d.ts +1 -1
- package/stock-chart/option-types/navigator.interface.d.ts +1 -1
- package/stock-chart/option-types.d.ts +1 -1
- package/stock-chart.component.d.ts +1 -1
- package/stock-chart.directives.d.ts +1 -1
- package/stock-chart.module.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
@@ -582,7 +582,7 @@ class SeriesItemComponent extends CollectionItemComponent {
|
|
|
582
582
|
}
|
|
583
583
|
}
|
|
584
584
|
SeriesItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesItemComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
585
|
-
SeriesItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesItemComponent, 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", 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 });
|
|
585
|
+
SeriesItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesItemComponent, 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 });
|
|
586
586
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesItemComponent, decorators: [{
|
|
587
587
|
type: Component,
|
|
588
588
|
args: [{
|
|
@@ -747,6 +747,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
747
747
|
type: Input
|
|
748
748
|
}], for: [{
|
|
749
749
|
type: Input
|
|
750
|
+
}], legendItem: [{
|
|
751
|
+
type: Input
|
|
750
752
|
}], errorBars: [{
|
|
751
753
|
type: Input
|
|
752
754
|
}], extremes: [{
|
|
@@ -1871,8 +1873,8 @@ const packageMetadata = {
|
|
|
1871
1873
|
name: '@progress/kendo-angular-charts',
|
|
1872
1874
|
productName: 'Kendo UI for Angular',
|
|
1873
1875
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1874
|
-
publishDate:
|
|
1875
|
-
version: '14.4.0-develop.
|
|
1876
|
+
publishDate: 1706519719,
|
|
1877
|
+
version: '14.4.0-develop.20',
|
|
1876
1878
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1877
1879
|
};
|
|
1878
1880
|
|
|
@@ -2276,6 +2278,7 @@ class ThemeService extends ConfigurationService {
|
|
|
2276
2278
|
this.mapColor('legend.inactiveItems.labels.color', 'chart-inactive');
|
|
2277
2279
|
this.mapColor('legend.inactiveItems.markers.color', 'chart-inactive');
|
|
2278
2280
|
this.mapColor('legend.labels.color', 'normal-text-color');
|
|
2281
|
+
this.mapColor('legend.title.color', 'normal-text-color');
|
|
2279
2282
|
this.mapColor('seriesDefaults.boxPlot.downColor', 'chart-major-lines');
|
|
2280
2283
|
this.mapColor('seriesDefaults.boxPlot.mean.color', 'base');
|
|
2281
2284
|
this.mapColor('seriesDefaults.boxPlot.median.color', 'base');
|
|
@@ -4045,7 +4048,7 @@ class LegendItemComponent extends SettingsComponent {
|
|
|
4045
4048
|
}
|
|
4046
4049
|
}
|
|
4047
4050
|
LegendItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LegendItemComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4048
|
-
LegendItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LegendItemComponent, selector: "kendo-chart-legend-item", inputs: { cursor: "cursor", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4051
|
+
LegendItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LegendItemComponent, selector: "kendo-chart-legend-item", inputs: { cursor: "cursor", type: "type", line: "line", area: "area", markers: "markers", highlight: "highlight", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4049
4052
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LegendItemComponent, decorators: [{
|
|
4050
4053
|
type: Component,
|
|
4051
4054
|
args: [{
|
|
@@ -4055,6 +4058,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4055
4058
|
}]
|
|
4056
4059
|
}], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { cursor: [{
|
|
4057
4060
|
type: Input
|
|
4061
|
+
}], type: [{
|
|
4062
|
+
type: Input
|
|
4063
|
+
}], line: [{
|
|
4064
|
+
type: Input
|
|
4065
|
+
}], area: [{
|
|
4066
|
+
type: Input
|
|
4067
|
+
}], markers: [{
|
|
4068
|
+
type: Input
|
|
4069
|
+
}], highlight: [{
|
|
4070
|
+
type: Input
|
|
4058
4071
|
}], visual: [{
|
|
4059
4072
|
type: Input
|
|
4060
4073
|
}] } });
|
|
@@ -4699,7 +4712,7 @@ class SeriesLabelsComponent extends SettingsComponent {
|
|
|
4699
4712
|
}
|
|
4700
4713
|
}
|
|
4701
4714
|
SeriesLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4702
|
-
SeriesLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesLabelsComponent, selector: "kendo-chart-series-item-labels", inputs: { align: "align", background: "background", border: "border", color: "color", content: "content", distance: "distance", font: "font", format: "format", margin: "margin", padding: "padding", position: "position", rotation: "rotation", visible: "visible", visual: "visual", from: "from", to: "to" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4715
|
+
SeriesLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesLabelsComponent, selector: "kendo-chart-series-item-labels", inputs: { align: "align", background: "background", border: "border", color: "color", content: "content", ariaContent: "ariaContent", distance: "distance", font: "font", format: "format", margin: "margin", padding: "padding", position: "position", rotation: "rotation", visible: "visible", visual: "visual", from: "from", to: "to" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4703
4716
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesLabelsComponent, decorators: [{
|
|
4704
4717
|
type: Component,
|
|
4705
4718
|
args: [{
|
|
@@ -4717,6 +4730,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4717
4730
|
type: Input
|
|
4718
4731
|
}], content: [{
|
|
4719
4732
|
type: Input
|
|
4733
|
+
}], ariaContent: [{
|
|
4734
|
+
type: Input
|
|
4720
4735
|
}], distance: [{
|
|
4721
4736
|
type: Input
|
|
4722
4737
|
}], font: [{
|
|
@@ -5025,7 +5040,7 @@ class SeriesTrendlineComponent extends SettingsComponent {
|
|
|
5025
5040
|
}
|
|
5026
5041
|
}
|
|
5027
5042
|
SeriesTrendlineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesTrendlineComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5028
|
-
SeriesTrendlineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesTrendlineComponent, selector: "kendo-chart-series-item-trendline", inputs: { period: "period", forecast: "forecast" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5043
|
+
SeriesTrendlineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesTrendlineComponent, selector: "kendo-chart-series-item-trendline", inputs: { period: "period", order: "order", forecast: "forecast" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5029
5044
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesTrendlineComponent, decorators: [{
|
|
5030
5045
|
type: Component,
|
|
5031
5046
|
args: [{
|
|
@@ -5035,6 +5050,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5035
5050
|
}]
|
|
5036
5051
|
}], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { period: [{
|
|
5037
5052
|
type: Input
|
|
5053
|
+
}], order: [{
|
|
5054
|
+
type: Input
|
|
5038
5055
|
}], forecast: [{
|
|
5039
5056
|
type: Input
|
|
5040
5057
|
}] } });
|
|
@@ -5133,7 +5150,7 @@ class TitleComponent extends SettingsComponent {
|
|
|
5133
5150
|
}
|
|
5134
5151
|
}
|
|
5135
5152
|
TitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TitleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5136
|
-
TitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TitleComponent, selector: "kendo-chart-title", inputs: { align: "align", background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", text: "text", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5153
|
+
TitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TitleComponent, selector: "kendo-chart-title", inputs: { align: "align", background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", text: "text", description: "description", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5137
5154
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TitleComponent, decorators: [{
|
|
5138
5155
|
type: Component,
|
|
5139
5156
|
args: [{
|
|
@@ -5159,6 +5176,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5159
5176
|
type: Input
|
|
5160
5177
|
}], text: [{
|
|
5161
5178
|
type: Input
|
|
5179
|
+
}], description: [{
|
|
5180
|
+
type: Input
|
|
5162
5181
|
}], visible: [{
|
|
5163
5182
|
type: Input
|
|
5164
5183
|
}] } });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
@@ -578,7 +578,7 @@ class SeriesItemComponent extends CollectionItemComponent {
|
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
580
|
SeriesItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesItemComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
581
|
-
SeriesItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesItemComponent, 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", 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 });
|
|
581
|
+
SeriesItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesItemComponent, 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 });
|
|
582
582
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesItemComponent, decorators: [{
|
|
583
583
|
type: Component,
|
|
584
584
|
args: [{
|
|
@@ -743,6 +743,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
743
743
|
type: Input
|
|
744
744
|
}], for: [{
|
|
745
745
|
type: Input
|
|
746
|
+
}], legendItem: [{
|
|
747
|
+
type: Input
|
|
746
748
|
}], errorBars: [{
|
|
747
749
|
type: Input
|
|
748
750
|
}], extremes: [{
|
|
@@ -1704,6 +1706,7 @@ class ThemeService extends ConfigurationService {
|
|
|
1704
1706
|
this.mapColor('legend.inactiveItems.labels.color', 'chart-inactive');
|
|
1705
1707
|
this.mapColor('legend.inactiveItems.markers.color', 'chart-inactive');
|
|
1706
1708
|
this.mapColor('legend.labels.color', 'normal-text-color');
|
|
1709
|
+
this.mapColor('legend.title.color', 'normal-text-color');
|
|
1707
1710
|
this.mapColor('seriesDefaults.boxPlot.downColor', 'chart-major-lines');
|
|
1708
1711
|
this.mapColor('seriesDefaults.boxPlot.mean.color', 'base');
|
|
1709
1712
|
this.mapColor('seriesDefaults.boxPlot.median.color', 'base');
|
|
@@ -2245,8 +2248,8 @@ const packageMetadata = {
|
|
|
2245
2248
|
name: '@progress/kendo-angular-charts',
|
|
2246
2249
|
productName: 'Kendo UI for Angular',
|
|
2247
2250
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2248
|
-
publishDate:
|
|
2249
|
-
version: '14.4.0-develop.
|
|
2251
|
+
publishDate: 1706519719,
|
|
2252
|
+
version: '14.4.0-develop.20',
|
|
2250
2253
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2251
2254
|
};
|
|
2252
2255
|
|
|
@@ -4070,7 +4073,7 @@ class LegendItemComponent extends SettingsComponent {
|
|
|
4070
4073
|
}
|
|
4071
4074
|
}
|
|
4072
4075
|
LegendItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LegendItemComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4073
|
-
LegendItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LegendItemComponent, selector: "kendo-chart-legend-item", inputs: { cursor: "cursor", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4076
|
+
LegendItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LegendItemComponent, selector: "kendo-chart-legend-item", inputs: { cursor: "cursor", type: "type", line: "line", area: "area", markers: "markers", highlight: "highlight", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4074
4077
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LegendItemComponent, decorators: [{
|
|
4075
4078
|
type: Component,
|
|
4076
4079
|
args: [{
|
|
@@ -4080,6 +4083,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4080
4083
|
}]
|
|
4081
4084
|
}], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { cursor: [{
|
|
4082
4085
|
type: Input
|
|
4086
|
+
}], type: [{
|
|
4087
|
+
type: Input
|
|
4088
|
+
}], line: [{
|
|
4089
|
+
type: Input
|
|
4090
|
+
}], area: [{
|
|
4091
|
+
type: Input
|
|
4092
|
+
}], markers: [{
|
|
4093
|
+
type: Input
|
|
4094
|
+
}], highlight: [{
|
|
4095
|
+
type: Input
|
|
4083
4096
|
}], visual: [{
|
|
4084
4097
|
type: Input
|
|
4085
4098
|
}] } });
|
|
@@ -4724,7 +4737,7 @@ class SeriesLabelsComponent extends SettingsComponent {
|
|
|
4724
4737
|
}
|
|
4725
4738
|
}
|
|
4726
4739
|
SeriesLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesLabelsComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4727
|
-
SeriesLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesLabelsComponent, selector: "kendo-chart-series-item-labels", inputs: { align: "align", background: "background", border: "border", color: "color", content: "content", distance: "distance", font: "font", format: "format", margin: "margin", padding: "padding", position: "position", rotation: "rotation", visible: "visible", visual: "visual", from: "from", to: "to" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4740
|
+
SeriesLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesLabelsComponent, selector: "kendo-chart-series-item-labels", inputs: { align: "align", background: "background", border: "border", color: "color", content: "content", ariaContent: "ariaContent", distance: "distance", font: "font", format: "format", margin: "margin", padding: "padding", position: "position", rotation: "rotation", visible: "visible", visual: "visual", from: "from", to: "to" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4728
4741
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesLabelsComponent, decorators: [{
|
|
4729
4742
|
type: Component,
|
|
4730
4743
|
args: [{
|
|
@@ -4742,6 +4755,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4742
4755
|
type: Input
|
|
4743
4756
|
}], content: [{
|
|
4744
4757
|
type: Input
|
|
4758
|
+
}], ariaContent: [{
|
|
4759
|
+
type: Input
|
|
4745
4760
|
}], distance: [{
|
|
4746
4761
|
type: Input
|
|
4747
4762
|
}], font: [{
|
|
@@ -5050,7 +5065,7 @@ class SeriesTrendlineComponent extends SettingsComponent {
|
|
|
5050
5065
|
}
|
|
5051
5066
|
}
|
|
5052
5067
|
SeriesTrendlineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesTrendlineComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5053
|
-
SeriesTrendlineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesTrendlineComponent, selector: "kendo-chart-series-item-trendline", inputs: { period: "period", forecast: "forecast" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5068
|
+
SeriesTrendlineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SeriesTrendlineComponent, selector: "kendo-chart-series-item-trendline", inputs: { period: "period", order: "order", forecast: "forecast" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5054
5069
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SeriesTrendlineComponent, decorators: [{
|
|
5055
5070
|
type: Component,
|
|
5056
5071
|
args: [{
|
|
@@ -5060,6 +5075,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5060
5075
|
}]
|
|
5061
5076
|
}], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { period: [{
|
|
5062
5077
|
type: Input
|
|
5078
|
+
}], order: [{
|
|
5079
|
+
type: Input
|
|
5063
5080
|
}], forecast: [{
|
|
5064
5081
|
type: Input
|
|
5065
5082
|
}] } });
|
|
@@ -5158,7 +5175,7 @@ class TitleComponent extends SettingsComponent {
|
|
|
5158
5175
|
}
|
|
5159
5176
|
}
|
|
5160
5177
|
TitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TitleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5161
|
-
TitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TitleComponent, selector: "kendo-chart-title", inputs: { align: "align", background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", text: "text", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5178
|
+
TitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TitleComponent, selector: "kendo-chart-title", inputs: { align: "align", background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", text: "text", description: "description", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5162
5179
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TitleComponent, decorators: [{
|
|
5163
5180
|
type: Component,
|
|
5164
5181
|
args: [{
|
|
@@ -5184,6 +5201,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5184
5201
|
type: Input
|
|
5185
5202
|
}], text: [{
|
|
5186
5203
|
type: Input
|
|
5204
|
+
}], description: [{
|
|
5205
|
+
type: Input
|
|
5187
5206
|
}], visible: [{
|
|
5188
5207
|
type: Input
|
|
5189
5208
|
}] } });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DashType } from './dash-type';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DashType } from './dash-type';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Border } from './border.interface';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { BaseUnit } from './base-unit';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LockAxis } from './lock-axis';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DashType } from './dash-type';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DashType } from './dash-type';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DashType } from './dash-type';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LegendLabelsContentArgs } from '../argument-types/legend-labels-content-args.interface';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LockAxis } from './lock-axis';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DashType } from './dash-type';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Margin } from './margin.interface';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { drawing } from '@progress/kendo-drawing';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PlotBandLabel } from './plot-band-label.interface';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LineStyle } from './line-style';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DashType } from './dash-type';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DashType } from './dash-type';
|