@progress/kendo-angular-charts 17.0.0-develop.4 → 17.0.0-develop.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +52 -49
- package/chart/axis-defaults/crosshair.component.d.ts +1 -1
- package/chart/axis-defaults/crosshair.tooltip.component.d.ts +1 -1
- package/chart/axis-defaults/labels.component.d.ts +1 -1
- package/chart/axis-defaults/title.component.d.ts +1 -1
- package/chart/axis-defaults.component.d.ts +1 -1
- package/chart/category-axis-item/crosshair.component.d.ts +1 -1
- package/chart/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/category-axis-item/labels.component.d.ts +1 -1
- package/chart/category-axis-item/notes.component.d.ts +1 -1
- package/chart/category-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/category-axis-item/notes.label.component.d.ts +1 -1
- package/chart/category-axis-item/select.component.d.ts +1 -1
- package/chart/category-axis-item/title.component.d.ts +1 -1
- package/chart/category-axis-item.component.d.ts +1 -1
- package/chart/chart-area.component.d.ts +1 -1
- package/chart/legend/inactive-items.component.d.ts +1 -1
- package/chart/legend/item.component.d.ts +1 -1
- package/chart/legend.component.d.ts +1 -1
- package/chart/localization/custom-messages.component.d.ts +23 -0
- package/chart/localization/localized-messages.directive.d.ts +16 -0
- package/chart/localization/messages.d.ts +17 -0
- package/chart/no-data-template.directive.d.ts +17 -0
- package/chart/pane/title.component.d.ts +1 -1
- package/chart/pane-defaults/title.component.d.ts +1 -1
- package/chart/pane-defaults.component.d.ts +1 -1
- package/chart/pane.component.d.ts +1 -1
- package/chart/plot-area.component.d.ts +1 -1
- package/chart/series-defaults/labels.component.d.ts +1 -1
- package/chart/series-defaults/labels.from.component.d.ts +1 -1
- package/chart/series-defaults/labels.to.component.d.ts +1 -1
- package/chart/series-defaults/notes.component.d.ts +1 -1
- package/chart/series-defaults/notes.icon.component.d.ts +1 -1
- package/chart/series-defaults/notes.label.component.d.ts +1 -1
- package/chart/series-defaults/tooltip.component.d.ts +1 -1
- package/chart/series-defaults.component.d.ts +1 -1
- package/chart/series-item/error-bars.component.d.ts +1 -1
- package/chart/series-item/extremes.component.d.ts +1 -1
- package/chart/series-item/highlight.component.d.ts +1 -1
- package/chart/series-item/labels.component.d.ts +1 -1
- package/chart/series-item/labels.from.component.d.ts +1 -1
- package/chart/series-item/labels.to.component.d.ts +1 -1
- package/chart/series-item/markers.component.d.ts +1 -1
- package/chart/series-item/notes.component.d.ts +1 -1
- package/chart/series-item/notes.icon.component.d.ts +1 -1
- package/chart/series-item/notes.label.component.d.ts +1 -1
- package/chart/series-item/outliers.component.d.ts +1 -1
- package/chart/series-item/tooltip.component.d.ts +1 -1
- package/chart/series-item/trendline.component.d.ts +1 -1
- package/chart/series-item/trendline.forecast.component.d.ts +1 -1
- package/chart/series-item.component.d.ts +11 -2
- package/chart/subtitle.component.d.ts +1 -1
- package/chart/title.component.d.ts +1 -1
- package/chart/tooltip/base-tooltip.d.ts +1 -1
- package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -3
- package/chart/tooltip/crosshair-tooltips-container.component.d.ts +2 -2
- package/chart/tooltip/tooltip-popup.component.d.ts +1 -3
- package/chart/tooltip.component.d.ts +1 -1
- package/chart/value-axis-item/crosshair.component.d.ts +1 -1
- package/chart/value-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/value-axis-item/labels.component.d.ts +1 -1
- package/chart/value-axis-item/notes.component.d.ts +1 -1
- package/chart/value-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/value-axis-item/notes.label.component.d.ts +1 -1
- package/chart/value-axis-item/title.component.d.ts +1 -1
- package/chart/value-axis-item.component.d.ts +1 -1
- package/chart/x-axis-item/crosshair.component.d.ts +1 -1
- package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/x-axis-item/labels.component.d.ts +1 -1
- package/chart/x-axis-item/notes.component.d.ts +1 -1
- package/chart/x-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/x-axis-item/notes.label.component.d.ts +1 -1
- package/chart/x-axis-item/title.component.d.ts +1 -1
- package/chart/x-axis-item.component.d.ts +1 -1
- package/chart/y-axis-item/crosshair.component.d.ts +1 -1
- package/chart/y-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/y-axis-item/labels.component.d.ts +1 -1
- package/chart/y-axis-item/notes.component.d.ts +1 -1
- package/chart/y-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/y-axis-item/notes.label.component.d.ts +1 -1
- package/chart/y-axis-item/title.component.d.ts +1 -1
- package/chart/y-axis-item.component.d.ts +1 -1
- package/chart/zoomable.component.d.ts +1 -1
- package/chart-breadcrumb.component.d.ts +1 -1
- package/chart-options.interface.d.ts +7 -0
- package/chart.component.d.ts +8 -1
- package/chart.directives.d.ts +4 -1
- package/chart.module.d.ts +92 -89
- package/charts.module.d.ts +135 -132
- package/common/property-types.d.ts +1 -0
- package/directives.d.ts +5 -2
- package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.component.mjs +28 -3
- package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.tooltip.component.mjs +29 -3
- package/esm2022/chart/axis-defaults/labels.component.mjs +105 -0
- package/{esm2020 → esm2022}/chart/axis-defaults/title.component.mjs +39 -3
- package/{esm2020 → esm2022}/chart/axis-defaults.component.mjs +40 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.component.mjs +28 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.tooltip.component.mjs +29 -3
- package/esm2022/chart/category-axis-item/labels.component.mjs +129 -0
- package/{esm2020 → esm2022}/chart/category-axis-item/notes.component.mjs +11 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/notes.icon.component.mjs +9 -3
- package/{esm2020/chart/y-axis-item → esm2022/chart/category-axis-item}/notes.label.component.mjs +37 -5
- package/{esm2020 → esm2022}/chart/category-axis-item/range-labels.component.mjs +4 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/select.component.mjs +9 -3
- package/{esm2020 → esm2022}/chart/category-axis-item/title.component.mjs +40 -3
- package/{esm2020 → esm2022}/chart/category-axis-item.component.mjs +76 -3
- package/{esm2020 → esm2022}/chart/category-axis.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/chart-area.component.mjs +30 -3
- package/{esm2020 → esm2022}/chart/donut-center-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/chart/legend/inactive-items.component.mjs +5 -3
- package/{esm2020 → esm2022}/chart/legend/item.component.mjs +11 -3
- package/esm2022/chart/legend.component.mjs +136 -0
- package/esm2022/chart/localization/custom-messages.component.mjs +49 -0
- package/esm2022/chart/localization/localized-messages.directive.mjs +39 -0
- package/esm2022/chart/localization/messages.mjs +27 -0
- package/esm2022/chart/no-data-template.directive.mjs +28 -0
- package/{esm2020 → esm2022}/chart/pane/title.component.mjs +31 -3
- package/{esm2020 → esm2022}/chart/pane-defaults/title.component.mjs +30 -3
- package/{esm2020 → esm2022}/chart/pane-defaults.component.mjs +19 -3
- package/{esm2020 → esm2022}/chart/pane.component.mjs +21 -3
- package/{esm2020 → esm2022}/chart/panes.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/plot-area.component.mjs +27 -3
- package/{esm2020 → esm2022}/chart/series-defaults/labels.component.mjs +37 -3
- package/{esm2020 → esm2022}/chart/series-defaults/labels.from.component.mjs +33 -3
- package/{esm2020 → esm2022}/chart/series-defaults/labels.to.component.mjs +33 -3
- package/{esm2020 → esm2022}/chart/series-defaults/notes.component.mjs +9 -3
- package/{esm2020/chart/y-axis-item → esm2022/chart/series-defaults}/notes.icon.component.mjs +20 -6
- package/{esm2020 → esm2022}/chart/series-defaults/notes.label.component.mjs +34 -3
- package/{esm2020 → esm2022}/chart/series-defaults/tooltip.component.mjs +23 -3
- package/{esm2020 → esm2022}/chart/series-defaults.component.mjs +32 -3
- package/{esm2020 → esm2022}/chart/series-drilldown-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/chart/series-item/error-bars.component.mjs +15 -3
- package/{esm2020 → esm2022}/chart/series-item/extremes.component.mjs +17 -3
- package/{esm2020 → esm2022}/chart/series-item/highlight.component.mjs +16 -3
- package/{esm2020 → esm2022}/chart/series-item/labels.component.mjs +50 -3
- package/{esm2020 → esm2022}/chart/series-item/labels.from.component.mjs +34 -3
- package/{esm2020 → esm2022}/chart/series-item/labels.to.component.mjs +34 -3
- package/{esm2020 → esm2022}/chart/series-item/markers.component.mjs +25 -3
- package/{esm2020 → esm2022}/chart/series-item/notes.component.mjs +10 -3
- package/{esm2020 → esm2022}/chart/series-item/notes.icon.component.mjs +19 -3
- package/{esm2020 → esm2022}/chart/series-item/notes.label.component.mjs +39 -3
- package/{esm2020 → esm2022}/chart/series-item/outliers.component.mjs +19 -3
- package/{esm2020 → esm2022}/chart/series-item/tooltip.component.mjs +20 -3
- package/{esm2020 → esm2022}/chart/series-item/trendline.component.mjs +8 -3
- package/{esm2020 → esm2022}/chart/series-item/trendline.forecast.component.mjs +12 -3
- package/esm2022/chart/series-item.component.mjs +647 -0
- package/{esm2020 → esm2022}/chart/series.component.mjs +8 -3
- package/{esm2020 → esm2022}/chart/subtitle.component.mjs +39 -3
- package/{esm2020 → esm2022}/chart/title.component.mjs +47 -3
- package/{esm2020 → esm2022}/chart/tooltip/base-tooltip.mjs +14 -7
- package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltip.component.mjs +11 -10
- package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltips-container.component.mjs +12 -12
- package/{esm2020 → esm2022}/chart/tooltip/series-tooltip-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/chart/tooltip/shared-tooltip-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/chart/tooltip/tooltip-popup.component.mjs +25 -15
- package/esm2022/chart/tooltip/tooltip-template-point.mjs +105 -0
- package/{esm2020 → esm2022}/chart/tooltip.component.mjs +32 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.component.mjs +25 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.tooltip.component.mjs +27 -3
- package/esm2022/chart/value-axis-item/labels.component.mjs +118 -0
- package/{esm2020 → esm2022}/chart/value-axis-item/notes.component.mjs +11 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/notes.icon.component.mjs +17 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/notes.label.component.mjs +34 -3
- package/{esm2020 → esm2022}/chart/value-axis-item/title.component.mjs +39 -3
- package/{esm2020 → esm2022}/chart/value-axis-item.component.mjs +64 -3
- package/{esm2020 → esm2022}/chart/value-axis.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.component.mjs +22 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.tooltip.component.mjs +29 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/labels.component.mjs +50 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/notes.component.mjs +11 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/notes.icon.component.mjs +17 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/notes.label.component.mjs +35 -3
- package/{esm2020 → esm2022}/chart/x-axis-item/title.component.mjs +40 -3
- package/{esm2020 → esm2022}/chart/x-axis-item.component.mjs +47 -3
- package/{esm2020 → esm2022}/chart/x-axis.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.component.mjs +10 -3
- package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.tooltip.component.mjs +11 -3
- package/esm2022/chart/y-axis-item/labels.component.mjs +123 -0
- package/{esm2020 → esm2022}/chart/y-axis-item/notes.component.mjs +11 -3
- package/esm2022/chart/y-axis-item/notes.icon.component.mjs +53 -0
- package/esm2022/chart/y-axis-item/notes.label.component.mjs +79 -0
- package/{esm2020 → esm2022}/chart/y-axis-item/title.component.mjs +40 -3
- package/{esm2020 → esm2022}/chart/y-axis-item.component.mjs +54 -3
- package/{esm2020 → esm2022}/chart/y-axis.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart/zoomable.component.mjs +6 -3
- package/{esm2020 → esm2022}/chart-breadcrumb.component.mjs +21 -14
- package/{esm2020 → esm2022}/chart.component.mjs +280 -172
- package/{esm2020 → esm2022}/chart.directives.mjs +4 -1
- package/esm2022/chart.module.mjs +140 -0
- package/esm2022/charts.module.mjs +184 -0
- package/{esm2020 → esm2022}/common/chart-instance-observer.mjs +7 -7
- package/{esm2020 → esm2022}/common/collection-item.component.mjs +8 -5
- package/{esm2020 → esm2022}/common/collection.component.mjs +9 -4
- package/{esm2020 → esm2022}/common/collection.service.mjs +7 -3
- package/{esm2020 → esm2022}/common/configuration.service.mjs +10 -5
- package/{esm2020 → esm2022}/common/prefix-configuration.service.mjs +5 -3
- package/{esm2020 → esm2022}/common/root-configuration.service.mjs +3 -3
- package/{esm2020 → esm2022}/common/settings.component.mjs +6 -4
- package/{esm2020 → esm2022}/common/theme.service.mjs +5 -4
- package/{esm2020 → esm2022}/common/tooltip-template.service.mjs +6 -3
- package/{esm2020 → esm2022}/directives.mjs +6 -0
- package/{esm2020 → esm2022}/events/axis-label-click-event.mjs +21 -0
- package/{esm2020 → esm2022}/events/base-event.mjs +7 -3
- package/{esm2020 → esm2022}/events/drag-end-event.mjs +9 -0
- package/{esm2020 → esm2022}/events/drag-event.mjs +9 -0
- package/{esm2020 → esm2022}/events/drag-start-event.mjs +9 -0
- package/{esm2020 → esm2022}/events/drilldown-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/legend-event.mjs +17 -0
- package/{esm2020 → esm2022}/events/note-event.mjs +20 -0
- package/{esm2020 → esm2022}/events/pane-render-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/plot-area-click-event.mjs +20 -0
- package/{esm2020 → esm2022}/events/plot-area-hover-event.mjs +20 -0
- package/{esm2020 → esm2022}/events/preventable-event.mjs +4 -7
- package/{esm2020 → esm2022}/events/select-end-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/select-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/select-start-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/series-click-event.mjs +33 -0
- package/{esm2020 → esm2022}/events/series-event.mjs +32 -0
- package/{esm2020 → esm2022}/events/zoom-end-event.mjs +12 -0
- package/{esm2020 → esm2022}/events/zoom-event.mjs +18 -0
- package/{esm2020 → esm2022}/events/zoom-start-event.mjs +9 -0
- package/{esm2020 → esm2022}/index.mjs +1 -0
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.directive.mjs +22 -13
- package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.event.mjs +10 -0
- package/{esm2020 → esm2022}/sankey/events/sankey-base-event.mjs +8 -0
- package/{esm2020 → esm2022}/sankey/events/sankey-link-event.mjs +4 -0
- package/{esm2020 → esm2022}/sankey/events/sankey-node-event.mjs +4 -0
- package/{esm2020 → esm2022}/sankey/labels.component.mjs +14 -3
- package/esm2022/sankey/legend.component.mjs +129 -0
- package/{esm2020 → esm2022}/sankey/links.component.mjs +8 -3
- package/{esm2020 → esm2022}/sankey/localization/custom-messages.component.mjs +9 -8
- package/{esm2020 → esm2022}/sankey/localization/localized-messages.directive.mjs +9 -8
- package/{esm2020 → esm2022}/sankey/localization/messages.mjs +7 -3
- package/{esm2020 → esm2022}/sankey/nodes.component.mjs +20 -3
- package/{esm2020 → esm2022}/sankey/title.component.mjs +47 -3
- package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template-context.mjs +12 -0
- package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template-context.mjs +12 -0
- package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/sankey/tooltip/square-symbol.directive.mjs +7 -8
- package/{esm2020 → esm2022}/sankey/tooltip/tooltip-popup.component.mjs +36 -19
- package/{esm2020 → esm2022}/sankey/tooltip/tooltip-template.service.mjs +5 -3
- package/{esm2020 → esm2022}/sankey/tooltip.component.mjs +30 -3
- package/{esm2020 → esm2022}/sankey.component.mjs +107 -50
- package/{esm2020 → esm2022}/sankey.module.mjs +4 -4
- package/{esm2020 → esm2022}/sparkline.component.mjs +67 -43
- package/esm2022/sparkline.module.mjs +142 -0
- package/{esm2020 → esm2022}/stock-chart/events/navigator-filter-event.mjs +8 -0
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/labels.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.icon.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.label.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/select.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/title.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/category-axis.component.mjs +10 -9
- package/{esm2020 → esm2022}/stock-chart/navigator/hint.component.mjs +7 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/pane/title.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/pane.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/select.component.mjs +7 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/error-bars.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/extremes.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/highlight.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.from.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.to.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/markers.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.icon.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.label.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/outliers.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item/tooltip.component.mjs +4 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series-item.component.mjs +9 -3
- package/{esm2020 → esm2022}/stock-chart/navigator/series.component.mjs +8 -3
- package/{esm2020 → esm2022}/stock-chart/navigator.component.mjs +12 -3
- package/{esm2020 → esm2022}/stock-chart.component.mjs +60 -39
- package/esm2022/stock-chart.module.mjs +170 -0
- package/{fesm2020 → fesm2022}/progress-kendo-angular-charts.mjs +4311 -888
- package/field-types/axis-labels-position.d.ts +1 -1
- package/field-types/axis-title-position.d.ts +1 -1
- package/field-types/base-unit.d.ts +1 -1
- package/field-types/category-base-unit.d.ts +1 -1
- package/field-types/dash-type.d.ts +1 -1
- package/field-types/line-style.d.ts +1 -1
- package/field-types/lock-axis.d.ts +1 -1
- package/field-types/marker-type.d.ts +1 -1
- package/field-types/modifier-key.d.ts +1 -1
- package/field-types/note-label-position.d.ts +1 -1
- package/field-types/note-position.d.ts +1 -1
- package/field-types/series-labels-alignment.d.ts +1 -1
- package/field-types/series-labels-position.d.ts +1 -1
- package/field-types/series-type.d.ts +1 -1
- package/index.d.ts +1 -0
- package/option-types/legend/item.interface.d.ts +1 -1
- package/option-types/series-item.interface.d.ts +10 -0
- package/package.json +18 -24
- package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
- package/sankey/labels.component.d.ts +1 -1
- package/sankey/legend.component.d.ts +1 -1
- package/sankey/links.component.d.ts +1 -1
- package/sankey/localization/messages.d.ts +1 -1
- package/sankey/nodes.component.d.ts +1 -1
- package/sankey/title.component.d.ts +1 -1
- package/sankey/tooltip/square-symbol.directive.d.ts +1 -1
- package/sankey/tooltip/tooltip-popup.component.d.ts +1 -3
- package/sankey/tooltip.component.d.ts +1 -1
- package/sankey.component.d.ts +1 -1
- package/sparkline.component.d.ts +5 -1
- package/sparkline.module.d.ts +94 -2
- package/stock-chart/navigator/hint.component.d.ts +1 -1
- package/stock-chart/navigator/select.component.d.ts +1 -1
- package/stock-chart/navigator/series-item.component.d.ts +1 -1
- package/stock-chart/navigator.component.d.ts +1 -1
- package/stock-chart.component.d.ts +1 -1
- package/stock-chart.module.d.ts +25 -2
- package/esm2020/chart/axis-defaults/labels.component.mjs +0 -52
- package/esm2020/chart/category-axis-item/labels.component.mjs +0 -63
- package/esm2020/chart/category-axis-item/notes.label.component.mjs +0 -47
- package/esm2020/chart/legend.component.mjs +0 -69
- package/esm2020/chart/series-defaults/notes.icon.component.mjs +0 -39
- package/esm2020/chart/series-item.component.mjs +0 -249
- package/esm2020/chart/tooltip/tooltip-template-point.mjs +0 -37
- package/esm2020/chart/value-axis-item/labels.component.mjs +0 -59
- package/esm2020/chart/y-axis-item/labels.component.mjs +0 -63
- package/esm2020/chart.module.mjs +0 -137
- package/esm2020/charts.module.mjs +0 -181
- package/esm2020/sankey/legend.component.mjs +0 -65
- package/esm2020/sparkline.module.mjs +0 -50
- package/esm2020/stock-chart.module.mjs +0 -147
- package/fesm2015/progress-kendo-angular-charts.mjs +0 -9270
- /package/{esm2020 → esm2022}/api-types/axis-range.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-axis.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-pane.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-plotarea.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-svg-export-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/chart-visual-export-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/event-axis-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/event-series-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/series-point-marker.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/api-types/series-point.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/axis-label-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/axis-label-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/axis-note-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/axis-note-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/error-bars-value-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/error-bars-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/highlight-toggle-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/highlight-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/legend-item-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/legend-labels-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/markers-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/plot-band-label-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-labels-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-labels-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-note-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-note-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/series-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/argument-types/title-visual-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/chart/tooltip/body-factory.mjs +0 -0
- /package/{esm2020 → esm2022}/chart/tooltip/popup-settings.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/chart-defaults.mjs +0 -0
- /package/{esm2020 → esm2022}/chart-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/common/api-types.mjs +0 -0
- /package/{esm2020 → esm2022}/common/chart-default-theme.mjs +0 -0
- /package/{esm2020 → esm2022}/common/copy-changes.mjs +0 -0
- /package/{esm2020 → esm2022}/common/events.mjs +0 -0
- /package/{esm2020 → esm2022}/common/has-observers.mjs +0 -0
- /package/{esm2020 → esm2022}/common/has-parent.mjs +0 -0
- /package/{esm2020 → esm2022}/common/property-types.mjs +0 -0
- /package/{esm2020 → esm2022}/common/to-simple-changes.mjs +0 -0
- /package/{esm2020 → esm2022}/common.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/events/instance-event.service.mjs +0 -0
- /package/{esm2020 → esm2022}/events/legend-item-click-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/legend-item-hover-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/legend-item-leave-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/note-click-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/note-hover-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/note-leave-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/plot-area-leave-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/render-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/series-hover-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/series-leave-event.mjs +0 -0
- /package/{esm2020 → esm2022}/events/series-over-event.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/auto-base-unit-steps.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/axis-labels-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/axis-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/axis-ticks.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/axis-title-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/base-unit.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/border.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/bullet-target-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/bullet-target.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/category-base-unit.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/dash-type.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/date-formats.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/drag-action.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/error-bar-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/grid-lines.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/highlight-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/label-connectors.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/label-rotation.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/legend-labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/line-style.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/lock-axis.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/margin.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/marker-type.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/modifier-key.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/mousewheel-select.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/mousewheel-zoom.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/negative-bubble-values.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/note-label-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/note-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/note-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/overlay.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/padding.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/plot-band-label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/plot-band.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-labels-alignment.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-labels-position.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-line.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-mean.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-median.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-stack.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-type.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/series-whiskers.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/trendline-forecast.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/field-types/week-start-day.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/axis-defaults.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/range-labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/select.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/category-axis-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/chart-area.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend/inactive-items.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend/item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend/legend-title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend/markers.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/legend.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/pane/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/pane-defaults/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/pane-defaults.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/pane.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/plot-area.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/labels.from.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/labels.to.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults/tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-defaults.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/error-bars.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/extremes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/highlight.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/labels.from.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/labels.to.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/markers-highlight.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/markers.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/outliers.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item/trendline.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/series-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/subtitle.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/value-axis-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/x-axis-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.tooltip.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/labels.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.icon.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.label.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item/title.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/y-axis-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/option-types/zoomable.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-charts.mjs +0 -0
- /package/{esm2020 → esm2022}/sankey/api-types/index.mjs +0 -0
- /package/{esm2020 → esm2022}/sankey/events/index.mjs +0 -0
- /package/{esm2020 → esm2022}/sankey/events/instance-event.service.mjs +0 -0
- /package/{esm2020 → esm2022}/sankey.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/sparkline.directives.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/events/instance-event.service.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/events.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint-content-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/select.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types/navigator.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart/option-types.mjs +0 -0
- /package/{esm2020 → esm2022}/stock-chart.directives.mjs +0 -0
|
@@ -44,5 +44,5 @@ export declare class SeriesDefaultsNotesLabelComponent extends SettingsComponent
|
|
|
44
44
|
visible: boolean;
|
|
45
45
|
constructor(configurationService: ConfigurationService);
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDefaultsNotesLabelComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsNotesLabelComponent, "kendo-chart-series-defaults-notes-label", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "position": "position"; "rotation": "rotation"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsNotesLabelComponent, "kendo-chart-series-defaults-notes-label", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -33,5 +33,5 @@ export declare class SeriesDefaultsTooltipComponent extends SettingsComponent im
|
|
|
33
33
|
visible: boolean;
|
|
34
34
|
constructor(configurationService: ConfigurationService);
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDefaultsTooltipComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsTooltipComponent, "kendo-chart-series-defaults-tooltip", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "format": "format"; "padding": "padding"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsTooltipComponent, "kendo-chart-series-defaults-tooltip", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -43,5 +43,5 @@ export declare class SeriesDefaultsComponent extends SettingsComponent implement
|
|
|
43
43
|
tooltip: SeriesDefaultsTooltip;
|
|
44
44
|
constructor(configurationService: ConfigurationService);
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDefaultsComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsComponent, "kendo-chart-series-defaults", never, { "border": "border"; "gap": "gap"; "highlight": "highlight"; "overlay": "overlay"; "spacing": "spacing"; "stack": "stack"; "type": "type"; "visual": "visual"; "labels": "labels"; "notes": "notes"; "tooltip": "tooltip"; }, {}, never, never, true, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesDefaultsComponent, "kendo-chart-series-defaults", never, { "border": { "alias": "border"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "notes": { "alias": "notes"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
47
47
|
}
|
|
@@ -27,5 +27,5 @@ export declare class SeriesErrorBarsComponent extends SettingsComponent implemen
|
|
|
27
27
|
yValue: string;
|
|
28
28
|
constructor(configurationService: ConfigurationService);
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesErrorBarsComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesErrorBarsComponent, "kendo-chart-series-item-error-bars", never, { "color": "color"; "endCaps": "endCaps"; "line": "line"; "value": "value"; "visual": "visual"; "xValue": "xValue"; "yValue": "yValue"; }, {}, never, never, true, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesErrorBarsComponent, "kendo-chart-series-item-error-bars", never, { "color": { "alias": "color"; "required": false; }; "endCaps": { "alias": "endCaps"; "required": false; }; "line": { "alias": "line"; "required": false; }; "value": { "alias": "value"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "xValue": { "alias": "xValue"; "required": false; }; "yValue": { "alias": "yValue"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -29,5 +29,5 @@ export declare class SeriesExtremesComponent extends SettingsComponent implement
|
|
|
29
29
|
type: MarkerType;
|
|
30
30
|
constructor(configurationService: ConfigurationService);
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesExtremesComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesExtremesComponent, "kendo-chart-series-item-extremes", never, { "background": "background"; "border": "border"; "rotation": "rotation"; "size": "size"; "type": "type"; }, {}, never, never, true, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesExtremesComponent, "kendo-chart-series-item-extremes", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
33
|
}
|
|
@@ -27,5 +27,5 @@ export declare class SeriesHighlightComponent extends SettingsComponent implemen
|
|
|
27
27
|
visual: (e: HighlightVisualArgs) => drawing.Element;
|
|
28
28
|
constructor(configurationService: ConfigurationService);
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesHighlightComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesHighlightComponent, "kendo-chart-series-item-highlight", never, { "border": "border"; "color": "color"; "line": "line"; "markers": "markers"; "opacity": "opacity"; "toggle": "toggle"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesHighlightComponent, "kendo-chart-series-item-highlight", never, { "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "line": { "alias": "line"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -61,5 +61,5 @@ export declare class SeriesLabelsComponent extends SettingsComponent implements
|
|
|
61
61
|
to: SeriesLabelsTo;
|
|
62
62
|
constructor(configurationService: ConfigurationService);
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesLabelsComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesLabelsComponent, "kendo-chart-series-item-labels", never, { "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"; }, {}, never, never, true, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesLabelsComponent, "kendo-chart-series-item-labels", never, { "align": { "alias": "align"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "ariaContent": { "alias": "ariaContent"; "required": false; }; "distance": { "alias": "distance"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, {}, never, never, true, never>;
|
|
65
65
|
}
|
|
@@ -44,5 +44,5 @@ export declare class SeriesLabelsFromComponent extends SettingsComponent impleme
|
|
|
44
44
|
visible: boolean;
|
|
45
45
|
constructor(configurationService: ConfigurationService);
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesLabelsFromComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesLabelsFromComponent, "kendo-chart-series-item-labels-from", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "margin": "margin"; "padding": "padding"; "position": "position"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesLabelsFromComponent, "kendo-chart-series-item-labels-from", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -44,5 +44,5 @@ export declare class SeriesLabelsToComponent extends SettingsComponent implement
|
|
|
44
44
|
visible: boolean;
|
|
45
45
|
constructor(configurationService: ConfigurationService);
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesLabelsToComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesLabelsToComponent, "kendo-chart-series-item-labels-to", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "margin": "margin"; "padding": "padding"; "position": "position"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesLabelsToComponent, "kendo-chart-series-item-labels-to", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -47,5 +47,5 @@ export declare class SeriesMarkersComponent extends SettingsComponent implements
|
|
|
47
47
|
to: SeriesMarkers;
|
|
48
48
|
constructor(configurationService: ConfigurationService);
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesMarkersComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesMarkersComponent, "kendo-chart-series-item-markers", never, { "background": "background"; "border": "border"; "rotation": "rotation"; "size": "size"; "type": "type"; "visible": "visible"; "visual": "visual"; "from": "from"; "to": "to"; }, {}, never, never, true, never>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesMarkersComponent, "kendo-chart-series-item-markers", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, {}, never, never, true, never>;
|
|
51
51
|
}
|
|
@@ -32,5 +32,5 @@ export declare class SeriesNotesComponent extends SettingsComponent implements S
|
|
|
32
32
|
label: SeriesNotesLabel;
|
|
33
33
|
constructor(configurationService: ConfigurationService);
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesNotesComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesNotesComponent, "kendo-chart-series-item-notes", never, { "line": "line"; "position": "position"; "visual": "visual"; "icon": "icon"; "label": "label"; }, {}, never, never, true, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesNotesComponent, "kendo-chart-series-item-notes", never, { "line": { "alias": "line"; "required": false; }; "position": { "alias": "position"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
@@ -29,5 +29,5 @@ export declare class SeriesNotesIconComponent extends SettingsComponent implemen
|
|
|
29
29
|
visible: boolean;
|
|
30
30
|
constructor(configurationService: ConfigurationService);
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesNotesIconComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesNotesIconComponent, "kendo-chart-series-item-notes-icon", never, { "background": "background"; "border": "border"; "size": "size"; "type": "type"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesNotesIconComponent, "kendo-chart-series-item-notes-icon", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
33
|
}
|
|
@@ -49,5 +49,5 @@ export declare class SeriesNotesLabelComponent extends SettingsComponent impleme
|
|
|
49
49
|
visible: boolean;
|
|
50
50
|
constructor(configurationService: ConfigurationService);
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesNotesLabelComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesNotesLabelComponent, "kendo-chart-series-item-notes-label", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "position": "position"; "rotation": "rotation"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesNotesLabelComponent, "kendo-chart-series-item-notes-label", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
53
53
|
}
|
|
@@ -31,5 +31,5 @@ export declare class SeriesOutliersComponent extends SettingsComponent implement
|
|
|
31
31
|
type: MarkerType;
|
|
32
32
|
constructor(configurationService: ConfigurationService);
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesOutliersComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesOutliersComponent, "kendo-chart-series-item-outliers", never, { "background": "background"; "border": "border"; "rotation": "rotation"; "size": "size"; "type": "type"; }, {}, never, never, true, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesOutliersComponent, "kendo-chart-series-item-outliers", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
35
|
}
|
|
@@ -33,5 +33,5 @@ export declare class SeriesTooltipComponent extends SettingsComponent implements
|
|
|
33
33
|
constructor(configurationService: ConfigurationService);
|
|
34
34
|
get seriesTooltipTemplateRef(): TemplateRef<any>;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesTooltipComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesTooltipComponent, "kendo-chart-series-item-tooltip", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "format": "format"; "padding": "padding"; "visible": "visible"; }, {}, ["seriesTooltipTemplate"], never, true, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesTooltipComponent, "kendo-chart-series-item-tooltip", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, ["seriesTooltipTemplate"], never, true, never>;
|
|
37
37
|
}
|
|
@@ -18,5 +18,5 @@ export declare class SeriesTrendlineComponent extends SettingsComponent implemen
|
|
|
18
18
|
forecast: TrendlineForecast;
|
|
19
19
|
constructor(configurationService: ConfigurationService);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesTrendlineComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesTrendlineComponent, "kendo-chart-series-item-trendline", never, { "period": "period"; "order": "order"; "forecast": "forecast"; }, {}, never, never, true, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesTrendlineComponent, "kendo-chart-series-item-trendline", never, { "period": { "alias": "period"; "required": false; }; "order": { "alias": "order"; "required": false; }; "forecast": { "alias": "forecast"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -22,5 +22,5 @@ export declare class SeriesTrendlineForecastComponent extends SettingsComponent
|
|
|
22
22
|
forecast: TrendlineForecast;
|
|
23
23
|
constructor(configurationService: ConfigurationService);
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesTrendlineForecastComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesTrendlineForecastComponent, "kendo-chart-series-item-trendline-forecast", never, { "before": "before"; "after": "after"; "forecast": "forecast"; }, {}, never, never, true, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesTrendlineForecastComponent, "kendo-chart-series-item-trendline-forecast", never, { "before": { "alias": "before"; "required": false; }; "after": { "alias": "after"; "required": false; }; "forecast": { "alias": "forecast"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -7,7 +7,7 @@ import { drawing } from '@progress/kendo-drawing';
|
|
|
7
7
|
import { CollectionItemComponent } from '../common/collection-item.component';
|
|
8
8
|
import { CollectionService } from '../common/collection.service';
|
|
9
9
|
import { ConfigurationService } from '../common/configuration.service';
|
|
10
|
-
import { Border, BulletTarget, DashType, LabelConnectors, LegendItem, LineStyle, Margin, NegativeBubbleValues, Overlay, Series, SeriesErrorBars, SeriesExtremes, SeriesHighlight, SeriesLabels, SeriesLine, SeriesMarkers, SeriesMean, SeriesMedian, SeriesNotes, SeriesOutliers, SeriesStack, SeriesTooltip, SeriesTrendline, SeriesType, SeriesVisualArgs, SeriesWhiskers } from '../common/property-types';
|
|
10
|
+
import { Border, BulletTarget, DashType, LabelConnectors, LegendItem, LineStyle, Margin, NegativeBubbleValues, Overlay, Series, SeriesErrorBars, SeriesExtremes, SeriesHighlight, SeriesLabels, SeriesLine, SeriesMarkers, SeriesMean, SeriesMedian, SeriesNotes, SeriesOutliers, SeriesPattern, SeriesStack, SeriesTooltip, SeriesTrendline, SeriesType, SeriesVisualArgs, SeriesWhiskers } from '../common/property-types';
|
|
11
11
|
import { SeriesTooltipComponent } from './series-item/tooltip.component';
|
|
12
12
|
import { SeriesDrilldownTemplateDirective } from './series-drilldown-template.directive';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
@@ -398,6 +398,15 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
398
398
|
* The configuration options of the series legend item.
|
|
399
399
|
*/
|
|
400
400
|
legendItem: LegendItem;
|
|
401
|
+
/**
|
|
402
|
+
* The configuration options of the series pattern.
|
|
403
|
+
*/
|
|
404
|
+
pattern?: SeriesPattern | ((point: any) => SeriesPattern);
|
|
405
|
+
/**
|
|
406
|
+
* The data item field which contains the series pattern.
|
|
407
|
+
* The `patternField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
|
|
408
|
+
*/
|
|
409
|
+
patternField?: string;
|
|
401
410
|
errorBars: SeriesErrorBars;
|
|
402
411
|
extremes: SeriesExtremes;
|
|
403
412
|
highlight: SeriesHighlight;
|
|
@@ -423,5 +432,5 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
423
432
|
togglePointVisibility(pointIndex: number): void;
|
|
424
433
|
get seriesTooltipTemplateRef(): TemplateRef<any>;
|
|
425
434
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesItemComponent, never>;
|
|
426
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesItemComponent, "kendo-chart-series-item", never, { "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"; }, {}, ["seriesTooltip", "drilldownTemplate"], never, true, never>;
|
|
435
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeriesItemComponent, "kendo-chart-series-item", never, { "aggregate": { "alias": "aggregate"; "required": false; }; "autoFit": { "alias": "autoFit"; "required": false; }; "axis": { "alias": "axis"; "required": false; }; "border": { "alias": "border"; "required": false; }; "categoryAxis": { "alias": "categoryAxis"; "required": false; }; "categoryField": { "alias": "categoryField"; "required": false; }; "closeField": { "alias": "closeField"; "required": false; }; "color": { "alias": "color"; "required": false; }; "colorField": { "alias": "colorField"; "required": false; }; "connectors": { "alias": "connectors"; "required": false; }; "currentField": { "alias": "currentField"; "required": false; }; "dashType": { "alias": "dashType"; "required": false; }; "data": { "alias": "data"; "required": false; }; "downColor": { "alias": "downColor"; "required": false; }; "downColorField": { "alias": "downColorField"; "required": false; }; "drilldownField": { "alias": "drilldownField"; "required": false; }; "dynamicHeight": { "alias": "dynamicHeight"; "required": false; }; "dynamicSlope": { "alias": "dynamicSlope"; "required": false; }; "errorHighField": { "alias": "errorHighField"; "required": false; }; "errorLowField": { "alias": "errorLowField"; "required": false; }; "explodeField": { "alias": "explodeField"; "required": false; }; "field": { "alias": "field"; "required": false; }; "fromField": { "alias": "fromField"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "highField": { "alias": "highField"; "required": false; }; "holeSize": { "alias": "holeSize"; "required": false; }; "line": { "alias": "line"; "required": false; }; "lowField": { "alias": "lowField"; "required": false; }; "lowerField": { "alias": "lowerField"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; "mean": { "alias": "mean"; "required": false; }; "meanField": { "alias": "meanField"; "required": false; }; "median": { "alias": "median"; "required": false; }; "medianField": { "alias": "medianField"; "required": false; }; "minSize": { "alias": "minSize"; "required": false; }; "missingValues": { "alias": "missingValues"; "required": false; }; "name": { "alias": "name"; "required": false; }; "neckRatio": { "alias": "neckRatio"; "required": false; }; "negativeColor": { "alias": "negativeColor"; "required": false; }; "negativeValues": { "alias": "negativeValues"; "required": false; }; "noteTextField": { "alias": "noteTextField"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "openField": { "alias": "openField"; "required": false; }; "outliersField": { "alias": "outliersField"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "q1Field": { "alias": "q1Field"; "required": false; }; "q3Field": { "alias": "q3Field"; "required": false; }; "segmentSpacing": { "alias": "segmentSpacing"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeField": { "alias": "sizeField"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "style": { "alias": "style"; "required": false; }; "summaryField": { "alias": "summaryField"; "required": false; }; "target": { "alias": "target"; "required": false; }; "toField": { "alias": "toField"; "required": false; }; "type": { "alias": "type"; "required": false; }; "upperField": { "alias": "upperField"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visibleInLegend": { "alias": "visibleInLegend"; "required": false; }; "visibleInLegendField": { "alias": "visibleInLegendField"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "width": { "alias": "width"; "required": false; }; "whiskers": { "alias": "whiskers"; "required": false; }; "xAxis": { "alias": "xAxis"; "required": false; }; "xErrorHighField": { "alias": "xErrorHighField"; "required": false; }; "xErrorLowField": { "alias": "xErrorLowField"; "required": false; }; "xField": { "alias": "xField"; "required": false; }; "yAxis": { "alias": "yAxis"; "required": false; }; "yErrorHighField": { "alias": "yErrorHighField"; "required": false; }; "yErrorLowField": { "alias": "yErrorLowField"; "required": false; }; "yField": { "alias": "yField"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "trendline": { "alias": "trendline"; "required": false; }; "for": { "alias": "for"; "required": false; }; "legendItem": { "alias": "legendItem"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "patternField": { "alias": "patternField"; "required": false; }; "errorBars": { "alias": "errorBars"; "required": false; }; "extremes": { "alias": "extremes"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; "notes": { "alias": "notes"; "required": false; }; "outliers": { "alias": "outliers"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, ["seriesTooltip", "drilldownTemplate"], never, true, never>;
|
|
427
436
|
}
|
|
@@ -57,5 +57,5 @@ export declare class SubtitleComponent extends SettingsComponent implements Subt
|
|
|
57
57
|
visible: boolean;
|
|
58
58
|
constructor(configurationService: ConfigurationService);
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubtitleComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SubtitleComponent, "kendo-chart-subtitle", never, { "align": "align"; "background": "background"; "border": "border"; "color": "color"; "font": "font"; "margin": "margin"; "padding": "padding"; "position": "position"; "text": "text"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubtitleComponent, "kendo-chart-subtitle", never, { "align": { "alias": "align"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
61
61
|
}
|
|
@@ -66,5 +66,5 @@ export declare class TitleComponent extends SettingsComponent implements Title {
|
|
|
66
66
|
visible: boolean;
|
|
67
67
|
constructor(configurationService: ConfigurationService);
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<TitleComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "kendo-chart-title", never, { "align": "align"; "background": "background"; "border": "border"; "color": "color"; "font": "font"; "margin": "margin"; "padding": "padding"; "position": "position"; "text": "text"; "description": "description"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "kendo-chart-title", never, { "align": { "alias": "align"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "text": { "alias": "text"; "required": false; }; "description": { "alias": "description"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
70
70
|
}
|
|
@@ -27,5 +27,5 @@ export declare abstract class BaseTooltip implements OnDestroy {
|
|
|
27
27
|
protected position(offset: any): any;
|
|
28
28
|
private scrollOffset;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTooltip, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTooltip, never, never, {}, {}, never, never, false, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTooltip, never, never, { "popupSettings": { "alias": "popupSettings"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -6,7 +6,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import { BaseTooltip } from './base-tooltip';
|
|
7
7
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
8
8
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
|
-
import { PopupSettings } from './popup-settings.interface';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
/**
|
|
12
11
|
* @hidden
|
|
@@ -14,11 +13,10 @@ import * as i0 from "@angular/core";
|
|
|
14
13
|
export declare class CrosshairTooltipComponent extends BaseTooltip {
|
|
15
14
|
templateRef: TemplateRef<any>;
|
|
16
15
|
key: string;
|
|
17
|
-
popupSettings: PopupSettings;
|
|
18
16
|
value: any;
|
|
19
17
|
animate: boolean;
|
|
20
18
|
constructor(popupService: PopupService, localizationService: LocalizationService);
|
|
21
19
|
show(e: any): void;
|
|
22
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CrosshairTooltipComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CrosshairTooltipComponent, "kendo-chart-crosshair-tooltip", never, { "key": "key"; "
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CrosshairTooltipComponent, "kendo-chart-crosshair-tooltip", never, { "key": { "alias": "key"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
22
|
}
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class CrosshairTooltipsContainerComponent {
|
|
13
13
|
popupSettings: PopupSettings;
|
|
14
|
-
|
|
14
|
+
crossahairTooltipComponents: QueryList<CrosshairTooltipComponent>;
|
|
15
15
|
tooltipKeys: Array<any>;
|
|
16
16
|
private tooltipsMap;
|
|
17
17
|
show(e: any): void;
|
|
@@ -22,5 +22,5 @@ export declare class CrosshairTooltipsContainerComponent {
|
|
|
22
22
|
protected mapTooltips(options: any): any;
|
|
23
23
|
protected axesCrosshairTooltipOptions(options: any, name: string): any;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<CrosshairTooltipsContainerComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CrosshairTooltipsContainerComponent, "kendo-chart-crosshair-tooltips-container", never, { "popupSettings": "popupSettings"; }, {}, never, never, true, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CrosshairTooltipsContainerComponent, "kendo-chart-crosshair-tooltips-container", never, { "popupSettings": { "alias": "popupSettings"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -10,7 +10,6 @@ import { BaseTooltip } from './base-tooltip';
|
|
|
10
10
|
import { TooltipTemplateService } from '../../common/tooltip-template.service';
|
|
11
11
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
12
12
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
13
|
-
import { PopupSettings } from './popup-settings.interface';
|
|
14
13
|
import * as i0 from "@angular/core";
|
|
15
14
|
/**
|
|
16
15
|
* @hidden
|
|
@@ -30,7 +29,6 @@ export declare class TooltipPopupComponent extends BaseTooltip {
|
|
|
30
29
|
templateRef: TemplateRef<any>;
|
|
31
30
|
animate: boolean;
|
|
32
31
|
classNames: any;
|
|
33
|
-
popupSettings: PopupSettings;
|
|
34
32
|
wrapperClass: string;
|
|
35
33
|
leave: EventEmitter<any>;
|
|
36
34
|
popupClasses: any;
|
|
@@ -44,5 +42,5 @@ export declare class TooltipPopupComponent extends BaseTooltip {
|
|
|
44
42
|
protected onInit(): void;
|
|
45
43
|
hide(): void;
|
|
46
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipPopupComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipPopupComponent, "kendo-chart-tooltip-popup", never, { "animate": "animate"; "
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipPopupComponent, "kendo-chart-tooltip-popup", never, { "animate": { "alias": "animate"; "required": false; }; "classNames": { "alias": "classNames"; "required": false; }; "wrapperClass": { "alias": "wrapperClass"; "required": false; }; }, { "leave": "leave"; }, never, never, true, never>;
|
|
48
46
|
}
|
|
@@ -48,5 +48,5 @@ export declare class TooltipComponent extends SettingsComponent implements Toolt
|
|
|
48
48
|
constructor(configurationService: ConfigurationService, templateService: TooltipTemplateService);
|
|
49
49
|
ngAfterContentChecked(): void;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "kendo-chart-tooltip", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "format": "format"; "opacity": "opacity"; "padding": "padding"; "shared": "shared"; "visible": "visible"; }, {}, ["seriesTooltipTemplate", "sharedTooltipTemplate"], never, true, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "kendo-chart-tooltip", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "shared": { "alias": "shared"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, ["seriesTooltipTemplate", "sharedTooltipTemplate"], never, true, never>;
|
|
52
52
|
}
|
|
@@ -33,5 +33,5 @@ export declare class ValueAxisCrosshairComponent extends SettingsComponent imple
|
|
|
33
33
|
tooltip: ValueAxisCrosshairTooltip;
|
|
34
34
|
constructor(configurationService: ConfigurationService);
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAxisCrosshairComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisCrosshairComponent, "kendo-chart-value-axis-item-crosshair", never, { "color": "color"; "opacity": "opacity"; "visible": "visible"; "width": "width"; "tooltip": "tooltip"; }, {}, never, never, true, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisCrosshairComponent, "kendo-chart-value-axis-item-crosshair", never, { "color": { "alias": "color"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -38,5 +38,5 @@ export declare class ValueAxisCrosshairTooltipComponent extends SettingsComponen
|
|
|
38
38
|
visible: boolean;
|
|
39
39
|
constructor(configurationService: ConfigurationService);
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAxisCrosshairTooltipComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisCrosshairTooltipComponent, "kendo-chart-value-axis-item-crosshair-tooltip", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "format": "format"; "padding": "padding"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisCrosshairTooltipComponent, "kendo-chart-value-axis-item-crosshair-tooltip", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
42
42
|
}
|
|
@@ -75,5 +75,5 @@ export declare class ValueAxisLabelsComponent extends SettingsComponent implemen
|
|
|
75
75
|
visual: (e: AxisLabelVisualArgs) => drawing.Element;
|
|
76
76
|
constructor(configurationService: ConfigurationService);
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAxisLabelsComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisLabelsComponent, "kendo-chart-value-axis-item-labels", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "margin": "margin"; "mirror": "mirror"; "padding": "padding"; "position": "position"; "rotation": "rotation"; "skip": "skip"; "step": "step"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisLabelsComponent, "kendo-chart-value-axis-item-labels", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "mirror": { "alias": "mirror"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "step": { "alias": "step"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
|
|
79
79
|
}
|
|
@@ -21,5 +21,5 @@ export declare class ValueAxisNotesComponent extends SettingsComponent implement
|
|
|
21
21
|
label: ValueAxisNotesLabel;
|
|
22
22
|
constructor(configurationService: ConfigurationService);
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAxisNotesComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisNotesComponent, "kendo-chart-value-axis-item-notes", never, { "data": "data"; "line": "line"; "position": "position"; "visual": "visual"; "icon": "icon"; "label": "label"; }, {}, never, never, true, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisNotesComponent, "kendo-chart-value-axis-item-notes", never, { "data": { "alias": "data"; "required": false; }; "line": { "alias": "line"; "required": false; }; "position": { "alias": "position"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -27,5 +27,5 @@ export declare class ValueAxisNotesIconComponent extends SettingsComponent imple
|
|
|
27
27
|
visible: boolean;
|
|
28
28
|
constructor(configurationService: ConfigurationService);
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAxisNotesIconComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisNotesIconComponent, "kendo-chart-value-axis-item-notes-icon", never, { "background": "background"; "border": "border"; "size": "size"; "type": "type"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisNotesIconComponent, "kendo-chart-value-axis-item-notes-icon", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -44,5 +44,5 @@ export declare class ValueAxisNotesLabelComponent extends SettingsComponent impl
|
|
|
44
44
|
visible: boolean;
|
|
45
45
|
constructor(configurationService: ConfigurationService);
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAxisNotesLabelComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisNotesLabelComponent, "kendo-chart-value-axis-item-notes-label", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "position": "position"; "rotation": "rotation"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisNotesLabelComponent, "kendo-chart-value-axis-item-notes-label", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -50,5 +50,5 @@ export declare class ValueAxisTitleComponent extends SettingsComponent implement
|
|
|
50
50
|
visual: (e: TitleVisualArgs) => drawing.Element;
|
|
51
51
|
constructor(configurationService: ConfigurationService);
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAxisTitleComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisTitleComponent, "kendo-chart-value-axis-item-title", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "margin": "margin"; "padding": "padding"; "position": "position"; "rotation": "rotation"; "text": "text"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisTitleComponent, "kendo-chart-value-axis-item-title", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
|
|
54
54
|
}
|
|
@@ -74,5 +74,5 @@ export declare class ValueAxisItemComponent extends CollectionItemComponent impl
|
|
|
74
74
|
title: ValueAxisTitle;
|
|
75
75
|
constructor(configurationService: ConfigurationService, collectionService: CollectionService);
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAxisItemComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisItemComponent, "kendo-chart-value-axis-item", never, { "axisCrossingValue": "axisCrossingValue"; "background": "background"; "color": "color"; "line": "line"; "majorGridLines": "majorGridLines"; "majorTicks": "majorTicks"; "majorUnit": "majorUnit"; "max": "max"; "min": "min"; "minorGridLines": "minorGridLines"; "minorTicks": "minorTicks"; "minorUnit": "minorUnit"; "name": "name"; "narrowRange": "narrowRange"; "pane": "pane"; "plotBands": "plotBands"; "reverse": "reverse"; "type": "type"; "visible": "visible"; "crosshair": "crosshair"; "labels": "labels"; "notes": "notes"; "title": "title"; }, {}, never, never, true, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ValueAxisItemComponent, "kendo-chart-value-axis-item", never, { "axisCrossingValue": { "alias": "axisCrossingValue"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "line": { "alias": "line"; "required": false; }; "majorGridLines": { "alias": "majorGridLines"; "required": false; }; "majorTicks": { "alias": "majorTicks"; "required": false; }; "majorUnit": { "alias": "majorUnit"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minorGridLines": { "alias": "minorGridLines"; "required": false; }; "minorTicks": { "alias": "minorTicks"; "required": false; }; "minorUnit": { "alias": "minorUnit"; "required": false; }; "name": { "alias": "name"; "required": false; }; "narrowRange": { "alias": "narrowRange"; "required": false; }; "pane": { "alias": "pane"; "required": false; }; "plotBands": { "alias": "plotBands"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "crosshair": { "alias": "crosshair"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "notes": { "alias": "notes"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
|
|
78
78
|
}
|
|
@@ -31,5 +31,5 @@ export declare class XAxisCrosshairComponent extends SettingsComponent implement
|
|
|
31
31
|
tooltip: XAxisCrosshairTooltip;
|
|
32
32
|
constructor(configurationService: ConfigurationService);
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAxisCrosshairComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisCrosshairComponent, "kendo-chart-x-axis-item-crosshair", never, { "color": "color"; "opacity": "opacity"; "visible": "visible"; "width": "width"; "tooltip": "tooltip"; }, {}, never, never, true, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisCrosshairComponent, "kendo-chart-x-axis-item-crosshair", never, { "color": { "alias": "color"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
35
|
}
|
|
@@ -40,5 +40,5 @@ export declare class XAxisCrosshairTooltipComponent extends SettingsComponent im
|
|
|
40
40
|
visible: boolean;
|
|
41
41
|
constructor(configurationService: ConfigurationService);
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAxisCrosshairTooltipComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisCrosshairTooltipComponent, "kendo-chart-x-axis-item-crosshair-tooltip", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "format": "format"; "padding": "padding"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisCrosshairTooltipComponent, "kendo-chart-x-axis-item-crosshair-tooltip", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
44
|
}
|
|
@@ -62,5 +62,5 @@ export declare class XAxisLabelsComponent extends SettingsComponent implements X
|
|
|
62
62
|
visual: (e: AxisLabelVisualArgs) => drawing.Element;
|
|
63
63
|
constructor(configurationService: ConfigurationService);
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAxisLabelsComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisLabelsComponent, "kendo-chart-x-axis-item-labels", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "culture": "culture"; "dateFormats": "dateFormats"; "font": "font"; "format": "format"; "margin": "margin"; "mirror": "mirror"; "padding": "padding"; "position": "position"; "rotation": "rotation"; "skip": "skip"; "step": "step"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisLabelsComponent, "kendo-chart-x-axis-item-labels", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "culture": { "alias": "culture"; "required": false; }; "dateFormats": { "alias": "dateFormats"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "mirror": { "alias": "mirror"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "step": { "alias": "step"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
|
|
66
66
|
}
|
|
@@ -25,5 +25,5 @@ export declare class XAxisNotesComponent extends SettingsComponent implements XA
|
|
|
25
25
|
label: XAxisNotesLabel;
|
|
26
26
|
constructor(configurationService: ConfigurationService);
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAxisNotesComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisNotesComponent, "kendo-chart-x-axis-item-notes", never, { "data": "data"; "line": "line"; "position": "position"; "visual": "visual"; "icon": "icon"; "label": "label"; }, {}, never, never, true, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisNotesComponent, "kendo-chart-x-axis-item-notes", never, { "data": { "alias": "data"; "required": false; }; "line": { "alias": "line"; "required": false; }; "position": { "alias": "position"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -27,5 +27,5 @@ export declare class XAxisNotesIconComponent extends SettingsComponent implement
|
|
|
27
27
|
visible: boolean;
|
|
28
28
|
constructor(configurationService: ConfigurationService);
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAxisNotesIconComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisNotesIconComponent, "kendo-chart-x-axis-item-notes-icon", never, { "background": "background"; "border": "border"; "size": "size"; "type": "type"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisNotesIconComponent, "kendo-chart-x-axis-item-notes-icon", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -45,5 +45,5 @@ export declare class XAxisNotesLabelComponent extends SettingsComponent implemen
|
|
|
45
45
|
visible: boolean;
|
|
46
46
|
constructor(configurationService: ConfigurationService);
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAxisNotesLabelComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisNotesLabelComponent, "kendo-chart-x-axis-item-notes-label", never, { "background": "background"; "border": "border"; "color": "color"; "content": "content"; "font": "font"; "format": "format"; "position": "position"; "rotation": "rotation"; "visible": "visible"; }, {}, never, never, true, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisNotesLabelComponent, "kendo-chart-x-axis-item-notes-label", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "content": { "alias": "content"; "required": false; }; "font": { "alias": "font"; "required": false; }; "format": { "alias": "format"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
|
|
49
49
|
}
|
|
@@ -51,5 +51,5 @@ export declare class XAxisTitleComponent extends SettingsComponent implements XA
|
|
|
51
51
|
visual: (e: TitleVisualArgs) => drawing.Element;
|
|
52
52
|
constructor(configurationService: ConfigurationService);
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAxisTitleComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisTitleComponent, "kendo-chart-x-axis-item-title", never, { "background": "background"; "border": "border"; "color": "color"; "font": "font"; "margin": "margin"; "padding": "padding"; "position": "position"; "rotation": "rotation"; "text": "text"; "visible": "visible"; "visual": "visual"; }, {}, never, never, true, never>;
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisTitleComponent, "kendo-chart-x-axis-item-title", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "color": { "alias": "color"; "required": false; }; "font": { "alias": "font"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "position": { "alias": "position"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "visual": { "alias": "visual"; "required": false; }; }, {}, never, never, true, never>;
|
|
55
55
|
}
|
|
@@ -59,5 +59,5 @@ export declare class XAxisItemComponent extends CollectionItemComponent implemen
|
|
|
59
59
|
title: XAxisTitle;
|
|
60
60
|
constructor(configurationService: ConfigurationService, collectionService: CollectionService, intl: IntlService, localeId: string);
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAxisItemComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisItemComponent, "kendo-chart-x-axis-item", never, { "axisCrossingValue": "axisCrossingValue"; "background": "background"; "baseUnit": "baseUnit"; "categories": "categories"; "color": "color"; "line": "line"; "majorGridLines": "majorGridLines"; "majorTicks": "majorTicks"; "majorUnit": "majorUnit"; "max": "max"; "min": "min"; "minorGridLines": "minorGridLines"; "minorTicks": "minorTicks"; "minorUnit": "minorUnit"; "name": "name"; "narrowRange": "narrowRange"; "pane": "pane"; "plotBands": "plotBands"; "reverse": "reverse"; "startAngle": "startAngle"; "type": "type"; "visible": "visible"; "weekStartDay": "weekStartDay"; "crosshair": "crosshair"; "labels": "labels"; "notes": "notes"; "title": "title"; }, {}, never, never, true, never>;
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAxisItemComponent, "kendo-chart-x-axis-item", never, { "axisCrossingValue": { "alias": "axisCrossingValue"; "required": false; }; "background": { "alias": "background"; "required": false; }; "baseUnit": { "alias": "baseUnit"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "color": { "alias": "color"; "required": false; }; "line": { "alias": "line"; "required": false; }; "majorGridLines": { "alias": "majorGridLines"; "required": false; }; "majorTicks": { "alias": "majorTicks"; "required": false; }; "majorUnit": { "alias": "majorUnit"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minorGridLines": { "alias": "minorGridLines"; "required": false; }; "minorTicks": { "alias": "minorTicks"; "required": false; }; "minorUnit": { "alias": "minorUnit"; "required": false; }; "name": { "alias": "name"; "required": false; }; "narrowRange": { "alias": "narrowRange"; "required": false; }; "pane": { "alias": "pane"; "required": false; }; "plotBands": { "alias": "plotBands"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; "startAngle": { "alias": "startAngle"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "weekStartDay": { "alias": "weekStartDay"; "required": false; }; "crosshair": { "alias": "crosshair"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "notes": { "alias": "notes"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
|
|
63
63
|
}
|
|
@@ -19,5 +19,5 @@ export declare class YAxisCrosshairComponent extends SettingsComponent implement
|
|
|
19
19
|
tooltip: YAxisCrosshairTooltip;
|
|
20
20
|
constructor(configurationService: ConfigurationService);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<YAxisCrosshairComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YAxisCrosshairComponent, "kendo-chart-y-axis-item-crosshair", never, { "color": "color"; "opacity": "opacity"; "visible": "visible"; "width": "width"; "tooltip": "tooltip"; }, {}, never, never, true, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YAxisCrosshairComponent, "kendo-chart-y-axis-item-crosshair", never, { "color": { "alias": "color"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "width": { "alias": "width"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
23
|
}
|