@progress/kendo-angular-charts 22.1.0-develop.8 → 23.0.0-develop.1
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/argument-types/legend-item-visual-args.interface.d.ts +1 -1
- package/chart/axis-defaults/crosshair.component.d.ts +1 -1
- package/chart/axis-defaults/crosshair.tooltip.component.d.ts +3 -3
- package/chart/axis-defaults/labels.component.d.ts +2 -2
- package/chart/axis-defaults/title.component.d.ts +1 -1
- package/chart/axis-defaults.component.d.ts +5 -5
- package/chart/category-axis-item/crosshair.component.d.ts +1 -1
- package/chart/category-axis-item/crosshair.tooltip.component.d.ts +2 -2
- package/chart/category-axis-item/labels.component.d.ts +2 -2
- package/chart/category-axis-item/notes.component.d.ts +1 -1
- package/chart/category-axis-item/notes.label.component.d.ts +1 -1
- package/chart/category-axis-item/range-labels.component.d.ts +1 -1
- package/chart/category-axis-item.component.d.ts +4 -4
- package/chart/chart-area.component.d.ts +1 -1
- package/chart/donut-center-template.directive.d.ts +1 -1
- package/chart/legend.component.d.ts +4 -4
- package/chart/no-data-template.directive.d.ts +1 -1
- package/chart/pane-defaults.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.label.component.d.ts +2 -2
- package/chart/series-defaults.component.d.ts +3 -3
- package/chart/series-drilldown-template.directive.d.ts +1 -1
- package/chart/series-item/error-bars.component.d.ts +1 -1
- package/chart/series-item/extremes.component.d.ts +1 -1
- package/chart/series-item/labels.component.d.ts +3 -3
- 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/notes.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 +2 -2
- package/chart/series-item.component.d.ts +44 -44
- package/chart/series.component.d.ts +1 -1
- package/chart/subtitle.component.d.ts +1 -1
- package/chart/title.component.d.ts +1 -1
- package/chart/tooltip/series-tooltip-template.directive.d.ts +2 -2
- package/chart/tooltip/shared-tooltip-template.directive.d.ts +3 -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 +2 -2
- 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.label.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/notes.component.d.ts +2 -2
- package/chart/x-axis-item/notes.label.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/labels.component.d.ts +1 -1
- package/chart/y-axis-item/notes.component.d.ts +1 -1
- package/chart/y-axis-item/notes.label.component.d.ts +1 -1
- package/chart/y-axis-item.component.d.ts +1 -1
- package/chart-breadcrumb.component.d.ts +1 -1
- package/chart-options.interface.d.ts +10 -10
- package/chart.component.d.ts +12 -11
- package/events/axis-label-click-event.d.ts +1 -1
- package/events/drag-end-event.d.ts +1 -1
- package/events/drag-event.d.ts +1 -1
- package/events/drag-start-event.d.ts +1 -1
- package/events/drilldown-event.d.ts +1 -1
- package/events/legend-item-click-event.d.ts +1 -1
- package/events/legend-item-hover-event.d.ts +1 -1
- package/events/plot-area-click-event.d.ts +1 -1
- package/events/plot-area-hover-event.d.ts +1 -1
- package/events/render-event.d.ts +1 -1
- package/events/series-click-event.d.ts +1 -1
- package/events/series-hover-event.d.ts +1 -1
- package/events/zoom-end-event.d.ts +1 -1
- package/events/zoom-event.d.ts +1 -1
- package/events/zoom-start-event.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-charts.mjs +181 -181
- package/field-types/axis-line.interface.d.ts +1 -1
- package/field-types/axis-ticks.interface.d.ts +1 -1
- package/field-types/border.interface.d.ts +1 -1
- package/field-types/category-base-unit.d.ts +2 -2
- package/field-types/grid-lines.interface.d.ts +1 -1
- package/field-types/line-style.d.ts +1 -1
- package/field-types/lock-axis.d.ts +1 -1
- package/field-types/margin.interface.d.ts +1 -1
- package/field-types/padding.interface.d.ts +1 -1
- package/field-types/plot-band.interface.d.ts +1 -1
- package/field-types/series-labels-alignment.d.ts +1 -1
- package/field-types/series-type.d.ts +6 -6
- package/field-types/week-start-day.enum.d.ts +1 -1
- package/option-types/axis-crosshair-tooltip.interface.d.ts +1 -1
- package/option-types/axis-defaults/crosshair.interface.d.ts +2 -2
- package/option-types/axis-defaults/labels.interface.d.ts +2 -2
- package/option-types/axis-defaults/title.interface.d.ts +1 -1
- package/option-types/axis-defaults.interface.d.ts +2 -2
- package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/category-axis-item/labels.interface.d.ts +6 -6
- package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/category-axis-item.interface.d.ts +10 -10
- package/option-types/legend/legend-title.interface.d.ts +1 -1
- package/option-types/legend.interface.d.ts +6 -6
- package/option-types/pane/title.interface.d.ts +1 -1
- package/option-types/pane-defaults.interface.d.ts +1 -1
- package/option-types/pane.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.interface.d.ts +3 -3
- package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.label.interface.d.ts +3 -3
- package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
- package/option-types/series-defaults.interface.d.ts +3 -3
- package/option-types/series-item/error-bars.interface.d.ts +7 -7
- package/option-types/series-item/highlight.interface.d.ts +5 -5
- package/option-types/series-item/labels.from.interface.d.ts +1 -1
- package/option-types/series-item/labels.interface.d.ts +7 -7
- package/option-types/series-item/labels.to.interface.d.ts +1 -1
- package/option-types/series-item/notes.label.interface.d.ts +1 -1
- package/option-types/series-item/tooltip.interface.d.ts +1 -1
- package/option-types/series-item.interface.d.ts +71 -71
- package/option-types/subtitle.interface.d.ts +1 -1
- package/option-types/title.interface.d.ts +1 -1
- package/option-types/tooltip.interface.d.ts +1 -1
- package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/value-axis-item/labels.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/value-axis-item.interface.d.ts +6 -6
- package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/x-axis-item/labels.interface.d.ts +5 -5
- package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/x-axis-item.interface.d.ts +7 -7
- package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/y-axis-item/labels.interface.d.ts +5 -5
- package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/y-axis-item.interface.d.ts +7 -7
- package/package-metadata.mjs +2 -2
- package/package.json +12 -12
- package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
- package/sankey/data-binding/flat-binding.event.d.ts +2 -2
- package/sankey/events/sankey-link-event.d.ts +1 -1
- package/sankey/events/sankey-node-event.d.ts +1 -1
- package/sankey/labels.component.d.ts +1 -1
- package/sankey/legend.component.d.ts +4 -4
- package/sankey/links.component.d.ts +1 -1
- package/sankey/nodes.component.d.ts +1 -1
- package/sankey/title.component.d.ts +1 -1
- package/sankey/tooltip/link-tooltip-template.directive.d.ts +2 -2
- package/sankey/tooltip/node-tooltip-template.directive.d.ts +2 -2
- package/sankey/tooltip.component.d.ts +1 -1
- package/sankey.component.d.ts +3 -2
- package/stock-chart/navigator/hint.component.d.ts +1 -1
- package/stock-chart/navigator/pane.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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { ChartComponent } from '../chart.component';
|
|
6
6
|
import { drawing } from '@progress/kendo-drawing';
|
|
7
7
|
/**
|
|
8
|
-
* Represents the context for the legend item `visual` function ([see example](
|
|
8
|
+
* Represents the context for the legend item `visual` function ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend#custom-marker-shapes)).
|
|
9
9
|
*/
|
|
10
10
|
export interface LegendItemVisualArgs {
|
|
11
11
|
/**
|
|
@@ -8,7 +8,7 @@ import { AxisDefaultsCrosshair, AxisDefaultsCrosshairTooltip } from '../../commo
|
|
|
8
8
|
import { SettingsComponent } from '../../common/settings.component';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Represents the available configuration options of the Chart crosshair ([see example](
|
|
11
|
+
* Represents the available configuration options of the Chart crosshair ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
12
12
|
*
|
|
13
13
|
* @remarks
|
|
14
14
|
* Supported children components are: {@link AxisDefaultsCrosshairTooltipComponent}.
|
|
@@ -8,8 +8,8 @@ import { AxisDefaultsCrosshairTooltip } from '../../common/property-types';
|
|
|
8
8
|
import { SettingsComponent } from '../../common/settings.component';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Represents the available options of the crosshair tooltip ([see example](
|
|
12
|
-
* The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`](
|
|
11
|
+
* Represents the available options of the crosshair tooltip ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
|
|
12
|
+
* The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultscrosshairtooltipcomponent#visible)
|
|
13
13
|
* option is set to `true`.
|
|
14
14
|
*/
|
|
15
15
|
export declare class AxisDefaultsCrosshairTooltipComponent extends SettingsComponent implements AxisDefaultsCrosshairTooltip {
|
|
@@ -32,7 +32,7 @@ export declare class AxisDefaultsCrosshairTooltipComponent extends SettingsCompo
|
|
|
32
32
|
*/
|
|
33
33
|
font: string;
|
|
34
34
|
/**
|
|
35
|
-
* Specifies the format for displaying the tooltip. Uses the [`format`](
|
|
35
|
+
* Specifies the format for displaying the tooltip. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
|
|
36
36
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
37
37
|
* @default '{0}'
|
|
38
38
|
*/
|
|
@@ -9,7 +9,7 @@ import { AxisDefaultsLabels } from '../../common/property-types';
|
|
|
9
9
|
import { SettingsComponent } from '../../common/settings.component';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Represents the configuration of the axis labels ([see example](
|
|
12
|
+
* Represents the configuration of the axis labels ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class AxisDefaultsLabelsComponent extends SettingsComponent implements AxisDefaultsLabels {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
@@ -23,7 +23,7 @@ export declare class AxisDefaultsLabelsComponent extends SettingsComponent imple
|
|
|
23
23
|
*/
|
|
24
24
|
font: string;
|
|
25
25
|
/**
|
|
26
|
-
* Specifies the format for displaying the labels. Uses the [`format`](
|
|
26
|
+
* Specifies the format for displaying the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
|
|
27
27
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
28
28
|
* @default '{0}'
|
|
29
29
|
*/
|
|
@@ -9,7 +9,7 @@ import { AxisDefaultsTitle } from '../../common/property-types';
|
|
|
9
9
|
import { SettingsComponent } from '../../common/settings.component';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Represents the configuration of the axis title ([see example](
|
|
12
|
+
* Represents the configuration of the axis title ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class AxisDefaultsTitleComponent extends SettingsComponent implements AxisDefaultsTitle {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
@@ -8,11 +8,11 @@ import { AxisDefaults, AxisDefaultsCrosshair, AxisDefaultsLabels, AxisDefaultsTi
|
|
|
8
8
|
import { SettingsComponent } from '../common/settings.component';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Represents the default options for all Chart axes ([see example](
|
|
12
|
-
* Accepts the options which are supported by [`categoryAxis`](
|
|
13
|
-
* [`valueAxis`](
|
|
14
|
-
* [`xAxis`](
|
|
15
|
-
* and [`yAxis`](
|
|
11
|
+
* Represents the default options for all Chart axes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
12
|
+
* Accepts the options which are supported by [`categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxisitemcomponent),
|
|
13
|
+
* [`valueAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxisitemcomponent),
|
|
14
|
+
* [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxisitemcomponent),
|
|
15
|
+
* and [`yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxisitemcomponent).
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```html
|
|
@@ -8,7 +8,7 @@ import { CategoryAxisCrosshair, CategoryAxisCrosshairTooltip } from '../../commo
|
|
|
8
8
|
import { SettingsComponent } from '../../common/settings.component';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Configures the crosshair for the category axis in the Chart ([see example](
|
|
11
|
+
* Configures the crosshair for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
|
|
12
12
|
*
|
|
13
13
|
* @remarks
|
|
14
14
|
* Supported children components are: {@link CategoryAxisCrosshairTooltipComponent}.
|
|
@@ -8,7 +8,7 @@ import { Border, Padding } from '../../common/property-types';
|
|
|
8
8
|
import { CategoryAxisCrosshairTooltip } from '../../common/property-types';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Represents the configuration options of the crosshair tooltip for the category axis of the Chart ([see example](
|
|
11
|
+
* Represents the configuration options of the crosshair tooltip for the category axis of the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
|
|
12
12
|
* The crosshair tooltip is displayed when the `visible` option is set to `true`.
|
|
13
13
|
*/
|
|
14
14
|
export declare class CategoryAxisCrosshairTooltipComponent extends SettingsComponent implements CategoryAxisCrosshairTooltip {
|
|
@@ -31,7 +31,7 @@ export declare class CategoryAxisCrosshairTooltipComponent extends SettingsCompo
|
|
|
31
31
|
*/
|
|
32
32
|
font: string;
|
|
33
33
|
/**
|
|
34
|
-
* Specifies the format used to display the tooltip. Uses the [`format`](
|
|
34
|
+
* Specifies the format used to display the tooltip. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
|
|
35
35
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
36
36
|
* @default '{0}'
|
|
37
37
|
*/
|
|
@@ -11,7 +11,7 @@ import { Margin, Padding } from '../../common/property-types';
|
|
|
11
11
|
import { CategoryAxisLabels } from '../../common/property-types';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
/**
|
|
14
|
-
* Represents the labels configuration for the category axis of the Chart ([see example](
|
|
14
|
+
* Represents the labels configuration for the category axis of the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/labels)).
|
|
15
15
|
*/
|
|
16
16
|
export declare class CategoryAxisLabelsComponent extends SettingsComponent implements CategoryAxisLabels {
|
|
17
17
|
configurationService: ConfigurationService;
|
|
@@ -45,7 +45,7 @@ export declare class CategoryAxisLabelsComponent extends SettingsComponent imple
|
|
|
45
45
|
*/
|
|
46
46
|
font: string;
|
|
47
47
|
/**
|
|
48
|
-
* Specifies the format for displaying the labels. Uses the [`format`](
|
|
48
|
+
* Specifies the format for displaying the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
|
|
49
49
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
50
50
|
* @default '{0}'
|
|
51
51
|
*/
|
|
@@ -9,7 +9,7 @@ import { CategoryAxisNotes, CategoryAxisNotesIcon, CategoryAxisNotesLabel } from
|
|
|
9
9
|
import { SettingsComponent } from '../../common/settings.component';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures the notes for the category axis in the Chart ([see example](
|
|
12
|
+
* Configures the notes for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes))
|
|
13
13
|
*/
|
|
14
14
|
export declare class CategoryAxisNotesComponent extends SettingsComponent implements CategoryAxisNotes {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
@@ -34,7 +34,7 @@ export declare class CategoryAxisNotesLabelComponent extends SettingsComponent i
|
|
|
34
34
|
*/
|
|
35
35
|
font: string;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the format for displaying the notes label. Uses the [`format`](
|
|
37
|
+
* Specifies the format for displaying the notes label. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
|
|
38
38
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
39
39
|
* @default '{0}'
|
|
40
40
|
*/
|
|
@@ -7,7 +7,7 @@ import { CategoryAxisRangeLabels } from '../../common/property-types';
|
|
|
7
7
|
import { CategoryAxisLabelsComponent } from './labels.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Represents the range labels configuration for the category axis in the Chart ([see example](
|
|
10
|
+
* Represents the range labels configuration for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/labels)).
|
|
11
11
|
*/
|
|
12
12
|
export declare class CategoryAxisRangeLabelsComponent extends CategoryAxisLabelsComponent implements CategoryAxisRangeLabels {
|
|
13
13
|
configurationService: ConfigurationService;
|
|
@@ -12,7 +12,7 @@ import { AutoBaseUnitSteps, AxisLine, AxisTicks, CategoryBaseUnit, GridLines, Pl
|
|
|
12
12
|
import { CategoryAxis, CategoryAxisCrosshair, CategoryAxisLabels, CategoryAxisNotes, CategoryAxisSelect, CategoryAxisTitle } from '../common/property-types';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
|
15
|
-
* Represents the configuration component for a category axis ([see example](
|
|
15
|
+
* Represents the configuration component for a category axis ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes)).
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
18
18
|
* Supported children components are: {@link CategoryAxisCrosshairComponent}, {@link CategoryAxisLabelsComponent},
|
|
@@ -72,8 +72,8 @@ export declare class CategoryAxisItemComponent extends CollectionItemComponent i
|
|
|
72
72
|
max: any;
|
|
73
73
|
/**
|
|
74
74
|
* Specifies the maximum number of groups (categories) to display when
|
|
75
|
-
* [`categoryAxis.baseUnit`](
|
|
76
|
-
* [`categoryAxis.baseUnitStep`](
|
|
75
|
+
* [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) is set to `"fit"` or
|
|
76
|
+
* [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) is set to `"auto"`.
|
|
77
77
|
* @default 10
|
|
78
78
|
*/
|
|
79
79
|
maxDateGroups: number;
|
|
@@ -95,7 +95,7 @@ export declare class CategoryAxisItemComponent extends CollectionItemComponent i
|
|
|
95
95
|
minorTicks: AxisTicks;
|
|
96
96
|
/**
|
|
97
97
|
* Specifies the unique axis name. Use it to associate a series with a category axis,
|
|
98
|
-
* which utilizes the [`series.categoryAxis`](
|
|
98
|
+
* which utilizes the [`series.categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#categoryaxis) option.
|
|
99
99
|
* @default 'primary'
|
|
100
100
|
*/
|
|
101
101
|
name: string;
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
/**
|
|
11
11
|
* Represents the Kendo UI for Angular Chart Area configuration.
|
|
12
12
|
* Represents the entire visible area of the Chart
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/chart-area)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Represents a directive which selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-chart>` component for the
|
|
10
|
-
* [Donut center template](
|
|
10
|
+
* [Donut center template](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/donut#using-the-center-template).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* <kendo-chart>
|
|
@@ -8,7 +8,7 @@ import { Border, LegendLabels, Margin, Padding, LegendMarkers, LegendInactiveIte
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents the Kendo UI for Angular Chart Legend configuration
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -25,8 +25,8 @@ export declare class LegendComponent extends SettingsComponent implements Legend
|
|
|
25
25
|
configurationService: ConfigurationService;
|
|
26
26
|
/**
|
|
27
27
|
* Specifies the alignment of the legend.
|
|
28
|
-
* The legend is horizontally aligned when [`legend.position`](
|
|
29
|
-
* The legend is vertically aligned when [`legend.position`](
|
|
28
|
+
* The legend is horizontally aligned when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#position) is set to `"top"` or `"bottom"`.
|
|
29
|
+
* The legend is vertically aligned when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#position) is set to `"left"` or `"right"`.
|
|
30
30
|
* @default 'center'
|
|
31
31
|
*/
|
|
32
32
|
align: 'start' | 'center' | 'end';
|
|
@@ -78,7 +78,7 @@ export declare class LegendComponent extends SettingsComponent implements Legend
|
|
|
78
78
|
padding: Padding | number;
|
|
79
79
|
/**
|
|
80
80
|
* Specifies the positions of the Chart legend.
|
|
81
|
-
* Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](
|
|
81
|
+
* Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#offsetx) and [`legend.offsetY`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#offsety) options.
|
|
82
82
|
* @default 'right'
|
|
83
83
|
*/
|
|
84
84
|
position: 'top' | 'bottom' | 'left' | 'right' | 'custom';
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Represents a directive which selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-chart>` component for the
|
|
10
|
-
* [No Data Overlay](
|
|
10
|
+
* [No Data Overlay](https://www.telerik.com/kendo-angular-ui/components/charts/data-binding/no-data-overlay).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* <kendo-chart>
|
|
@@ -8,7 +8,7 @@ import { Border, Margin, Padding, PaneDefaults, PaneDefaultsTitle } from '../com
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents the default options for all Chart panes
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/panes#default-settings)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -9,7 +9,7 @@ import { SettingsComponent } from '../common/settings.component';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents the Kendo UI for Angular Chart Plot Area component
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/plot-area)).
|
|
13
13
|
* The plot area is the area which displays the series.
|
|
14
14
|
*/
|
|
15
15
|
export declare class PlotAreaComponent extends SettingsComponent implements PlotArea {
|
|
@@ -48,7 +48,7 @@ export declare class SeriesDefaultsLabelsComponent extends SettingsComponent imp
|
|
|
48
48
|
*/
|
|
49
49
|
font: string;
|
|
50
50
|
/**
|
|
51
|
-
* Specifies the format of the labels. Uses the [`format`](
|
|
51
|
+
* Specifies the format of the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
|
|
52
52
|
* @default '{0}'
|
|
53
53
|
*/
|
|
54
54
|
format: string;
|
|
@@ -34,7 +34,7 @@ export declare class SeriesDefaultsLabelsFromComponent extends SettingsComponent
|
|
|
34
34
|
*/
|
|
35
35
|
font: string;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the format of the `from` labels. Uses the [`format`](
|
|
37
|
+
* Specifies the format of the `from` labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) of `IntlService`.
|
|
38
38
|
* @default '{0}'
|
|
39
39
|
*/
|
|
40
40
|
format: string;
|
|
@@ -34,7 +34,7 @@ export declare class SeriesDefaultsLabelsToComponent extends SettingsComponent i
|
|
|
34
34
|
*/
|
|
35
35
|
font: string;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the format of the `to` labels. Uses the [`format`](
|
|
37
|
+
* Specifies the format of the `to` labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
|
|
38
38
|
* @default '{0}'
|
|
39
39
|
*/
|
|
40
40
|
format: string;
|
|
@@ -9,7 +9,7 @@ import { SeriesDefaultsNotes, SeriesDefaultsNotesIcon, SeriesDefaultsNotesLabel
|
|
|
9
9
|
import { SettingsComponent } from '../../common/settings.component';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Represents the configuration of the [`seriesDefaults`](
|
|
12
|
+
* Represents the configuration of the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultscomponent) notes.
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -34,7 +34,7 @@ export declare class SeriesDefaultsNotesLabelComponent extends SettingsComponent
|
|
|
34
34
|
*/
|
|
35
35
|
font: string;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the format for displaying the notes label. Uses the [`format`](
|
|
37
|
+
* Specifies the format for displaying the notes label. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
|
|
38
38
|
* Contains one placeholder (`"{0}"`) which represents the axis value.
|
|
39
39
|
* @default '{0}'
|
|
40
40
|
*/
|
|
@@ -50,7 +50,7 @@ export declare class SeriesDefaultsNotesLabelComponent extends SettingsComponent
|
|
|
50
50
|
*/
|
|
51
51
|
rotation: number;
|
|
52
52
|
/**
|
|
53
|
-
* Determines whether the Chart displays the [`seriesDefaults`](
|
|
53
|
+
* Determines whether the Chart displays the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaults) notes label.
|
|
54
54
|
* @default true
|
|
55
55
|
*/
|
|
56
56
|
visible: boolean;
|
|
@@ -10,7 +10,7 @@ import { SeriesDefaultsLabels, SeriesDefaultsNotes, SeriesDefaultsTooltip, Serie
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the default options for all Chart series
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/series#default-series-configuration)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -47,14 +47,14 @@ export declare class SeriesDefaultsComponent extends SettingsComponent implement
|
|
|
47
47
|
overlay: Overlay;
|
|
48
48
|
/**
|
|
49
49
|
* Specifies the space between the Chart series as a proportion of the series width.
|
|
50
|
-
* Use this option when [`series.type`](
|
|
50
|
+
* Use this option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
|
|
51
51
|
* and `"waterfall"`.
|
|
52
52
|
* @default 0.4
|
|
53
53
|
*/
|
|
54
54
|
spacing: number;
|
|
55
55
|
/**
|
|
56
56
|
* Determines whether the series has to be stacked.
|
|
57
|
-
* Use this option when [`series.type`](
|
|
57
|
+
* Use this option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
|
|
58
58
|
* `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
|
|
59
59
|
* @default false
|
|
60
60
|
*/
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Represents the Kendo UI for Angular Chart Series Drilldown Template directive.
|
|
9
9
|
* Use this directive within the `<kendo-chart-series-item>` component to create nested
|
|
10
|
-
* [Drilldown](
|
|
10
|
+
* [Drilldown](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down) series.
|
|
11
11
|
*
|
|
12
12
|
* When you click on a data point with drilldown data,
|
|
13
13
|
* the Chart creates a new series based on this template.
|
|
@@ -10,7 +10,7 @@ import { SettingsComponent } from '../../common/settings.component';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the configuration of the Chart series error bars
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/error-bars)).
|
|
14
14
|
*/
|
|
15
15
|
export declare class SeriesErrorBarsComponent extends SettingsComponent implements SeriesErrorBars {
|
|
16
16
|
configurationService: ConfigurationService;
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
/**
|
|
11
11
|
* Represents the configuration of the Chart series extremes.
|
|
12
12
|
* Applies to extreme outliers.
|
|
13
|
-
* For more information, refer to the [`series.extremes`](
|
|
13
|
+
* For more information, refer to the [`series.extremes`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesitemcomponent#extremes) option.
|
|
14
14
|
*/
|
|
15
15
|
export declare class SeriesExtremesComponent extends SettingsComponent implements SeriesExtremes {
|
|
16
16
|
configurationService: ConfigurationService;
|
|
@@ -10,7 +10,7 @@ import { SettingsComponent } from '../../common/settings.component';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the configuration of the Chart series labels
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/labels)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -54,7 +54,7 @@ export declare class SeriesLabelsComponent extends SettingsComponent implements
|
|
|
54
54
|
*/
|
|
55
55
|
ariaContent: (e: SeriesLabelsContentArgs) => string;
|
|
56
56
|
/**
|
|
57
|
-
* Specifies the distance between the labels when [`series.type`](
|
|
57
|
+
* Specifies the distance between the labels when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"`.
|
|
58
58
|
* @default 35
|
|
59
59
|
*/
|
|
60
60
|
distance: number;
|
|
@@ -64,7 +64,7 @@ export declare class SeriesLabelsComponent extends SettingsComponent implements
|
|
|
64
64
|
*/
|
|
65
65
|
font: string;
|
|
66
66
|
/**
|
|
67
|
-
* Specifies the format of the labels. Uses the [`format`](
|
|
67
|
+
* Specifies the format of the labels. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of the `IntlService`.
|
|
68
68
|
* @default '{0}'
|
|
69
69
|
*/
|
|
70
70
|
format: string;
|
|
@@ -34,7 +34,7 @@ export declare class SeriesLabelsFromComponent extends SettingsComponent impleme
|
|
|
34
34
|
*/
|
|
35
35
|
font: string;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the format of the `from` labels. Uses the `IntlService` [`format`](
|
|
37
|
+
* Specifies the format of the `from` labels. Uses the `IntlService` [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method.
|
|
38
38
|
* @default '{0}'
|
|
39
39
|
*/
|
|
40
40
|
format: string;
|
|
@@ -34,7 +34,7 @@ export declare class SeriesLabelsToComponent extends SettingsComponent implement
|
|
|
34
34
|
*/
|
|
35
35
|
font: string;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the format of the `to` labels. Uses [IntlService format](
|
|
37
|
+
* Specifies the format of the `to` labels. Uses [IntlService format](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format).
|
|
38
38
|
* @default '{0}'
|
|
39
39
|
*/
|
|
40
40
|
format: string;
|
|
@@ -10,7 +10,7 @@ import { SettingsComponent } from '../../common/settings.component';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the Chart series notes configuration
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -35,7 +35,7 @@ export declare class SeriesNotesLabelComponent extends SettingsComponent impleme
|
|
|
35
35
|
*/
|
|
36
36
|
font: string;
|
|
37
37
|
/**
|
|
38
|
-
* Specifies the format for displaying the notes label. Uses the [`format`](
|
|
38
|
+
* Specifies the format for displaying the notes label. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService`.
|
|
39
39
|
* Contains one placeholder (`"{0}"`) which represents the axis value.
|
|
40
40
|
*
|
|
41
41
|
* @default '{0}'
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
/**
|
|
11
11
|
* Represents the configuration of the Chart series outliers.
|
|
12
12
|
* Applies to mild outliers.
|
|
13
|
-
* For more information, refer to [`series.outliers`](
|
|
13
|
+
* For more information, refer to [`series.outliers`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesitemcomponent#outliers).
|
|
14
14
|
*/
|
|
15
15
|
export declare class SeriesOutliersComponent extends SettingsComponent implements SeriesOutliers {
|
|
16
16
|
configurationService: ConfigurationService;
|
|
@@ -10,7 +10,7 @@ import { SettingsComponent } from '../../common/settings.component';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the configuration options of the Chart series tooltip
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips)).
|
|
14
14
|
*/
|
|
15
15
|
export declare class SeriesTooltipComponent extends SettingsComponent implements SeriesTooltip {
|
|
16
16
|
configurationService: ConfigurationService;
|
|
@@ -9,7 +9,7 @@ import { SettingsComponent } from '../../common/settings.component';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents the configuration options of the Chart trendline series
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -8,7 +8,7 @@ import { SettingsComponent } from '../../common/settings.component';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents the configuration options of the Chart trendline forecast
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class SeriesTrendlineForecastComponent extends SettingsComponent implements TrendlineForecast {
|
|
14
14
|
configurationService: ConfigurationService;
|
|
@@ -23,7 +23,7 @@ export declare class SeriesTrendlineForecastComponent extends SettingsComponent
|
|
|
23
23
|
/**
|
|
24
24
|
* Specifies the series trendline forecast settings.
|
|
25
25
|
*
|
|
26
|
-
* The `forecast` option is supported when [`series.type`](
|
|
26
|
+
* The `forecast` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"linearTrendline"` and the parent series are either date series, `"scatter"` or `"scatterLine"` series.
|
|
27
27
|
*/
|
|
28
28
|
forecast: TrendlineForecast;
|
|
29
29
|
constructor(configurationService: ConfigurationService);
|