@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
|
@@ -28,7 +28,7 @@ export interface ValueAxisCrosshair {
|
|
|
28
28
|
width?: number;
|
|
29
29
|
/**
|
|
30
30
|
* Configures the crosshair tooltip options.
|
|
31
|
-
* The crosshair tooltip is displayed when the [`valueAxis.crosshair.tooltip.visible`](
|
|
31
|
+
* The crosshair tooltip is displayed when the [`valueAxis.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxiscrosshairtooltip#visible) option is set to `true`.
|
|
32
32
|
*/
|
|
33
33
|
tooltip?: ValueAxisCrosshairTooltip;
|
|
34
34
|
}
|
|
@@ -32,7 +32,7 @@ export interface ValueAxisLabels {
|
|
|
32
32
|
*/
|
|
33
33
|
font?: string;
|
|
34
34
|
/**
|
|
35
|
-
* Specifies the format for displaying the labels. Uses the [`format`](
|
|
35
|
+
* 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.
|
|
36
36
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
37
37
|
*/
|
|
38
38
|
format?: string;
|
|
@@ -32,7 +32,7 @@ export interface ValueAxisNotesLabel {
|
|
|
32
32
|
font?: string;
|
|
33
33
|
/**
|
|
34
34
|
* Sets the format used to display the notes label.
|
|
35
|
-
* Uses the `IntlService` [`format`](
|
|
35
|
+
* Uses the `IntlService` [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method and contains one placeholder (`"{0}"`) which represents the axis value.
|
|
36
36
|
*/
|
|
37
37
|
format?: string;
|
|
38
38
|
/**
|
|
@@ -42,7 +42,7 @@ export interface ValueAxis {
|
|
|
42
42
|
majorTicks?: AxisTicks;
|
|
43
43
|
/**
|
|
44
44
|
* Specifies the interval between major divisions.
|
|
45
|
-
* If [`valueAxis.type`](
|
|
45
|
+
* If [`valueAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxis#type) is set to `"log"`, the `majorUnit` value is used for the base of the
|
|
46
46
|
* logarithm.
|
|
47
47
|
*/
|
|
48
48
|
majorUnit?: number;
|
|
@@ -65,14 +65,14 @@ export interface ValueAxis {
|
|
|
65
65
|
minorTicks?: AxisTicks;
|
|
66
66
|
/**
|
|
67
67
|
* Specifies the interval between minor divisions.
|
|
68
|
-
* Defaults to one-fifth (1/5) of the [`valueAxis.majorUnit`](
|
|
69
|
-
* If [`valueAxis.type`](
|
|
68
|
+
* Defaults to one-fifth (1/5) of the [`valueAxis.majorUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxis#majorunit).
|
|
69
|
+
* If [`valueAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxis#type) is set to `"log"`, the `minorUnit` value represents the number of divisions
|
|
70
70
|
* between two major units and defaults to the major unit minus one.
|
|
71
71
|
*/
|
|
72
72
|
minorUnit?: number;
|
|
73
73
|
/**
|
|
74
74
|
* Specifies the unique axis name.
|
|
75
|
-
* Use this to associate a series with a value axis by using the [`series.axis`](
|
|
75
|
+
* Use this to associate a series with a value axis by using the [`series.axis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#axis) option.
|
|
76
76
|
*/
|
|
77
77
|
name?: string;
|
|
78
78
|
/**
|
|
@@ -109,7 +109,7 @@ export interface ValueAxis {
|
|
|
109
109
|
/**
|
|
110
110
|
* Specifies the crosshair configuration options.
|
|
111
111
|
*
|
|
112
|
-
* The crosshair displays when the [`valueAxis.crosshair.visible`](
|
|
112
|
+
* The crosshair displays when the [`valueAxis.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxiscrosshair#visible) option is set to `true`.
|
|
113
113
|
*/
|
|
114
114
|
crosshair?: ValueAxisCrosshair;
|
|
115
115
|
/**
|
|
@@ -123,7 +123,7 @@ export interface ValueAxis {
|
|
|
123
123
|
/**
|
|
124
124
|
* Specifies the title configuration of the value axis.
|
|
125
125
|
*
|
|
126
|
-
* To display the title, set the [`valueAxis.title.text`](
|
|
126
|
+
* To display the title, set the [`valueAxis.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/valueaxistitle#text) option.
|
|
127
127
|
*/
|
|
128
128
|
title?: ValueAxisTitle;
|
|
129
129
|
}
|
|
@@ -26,7 +26,7 @@ export interface XAxisCrosshair {
|
|
|
26
26
|
width?: number;
|
|
27
27
|
/**
|
|
28
28
|
* Specifies the options of the crosshair tooltip.
|
|
29
|
-
* The crosshair tooltip is displayed when the [`xAxis.crosshair.tooltip.visible`](
|
|
29
|
+
* The crosshair tooltip is displayed when the [`xAxis.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscrosshairtooltip#visible) option is set to `true`.
|
|
30
30
|
*/
|
|
31
31
|
tooltip?: XAxisCrosshairTooltip;
|
|
32
32
|
}
|
|
@@ -28,14 +28,14 @@ export interface XAxisLabels {
|
|
|
28
28
|
content?: (e: AxisLabelContentArgs) => string;
|
|
29
29
|
/**
|
|
30
30
|
* Specifies the culture to use when formatting date values.
|
|
31
|
-
* You must load the specified culture as demonstrated in the [Internationalization Overview](
|
|
31
|
+
* You must load the specified culture as demonstrated in the [Internationalization Overview](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization).
|
|
32
32
|
*/
|
|
33
33
|
culture?: string;
|
|
34
34
|
/**
|
|
35
|
-
* Specifies the format for displaying the labels when the X values are dates. Uses the [`format`](
|
|
35
|
+
* Specifies the format for displaying the labels when the X values are dates. Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) of IntlService.
|
|
36
36
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
37
|
-
* Charts select the appropriate format for the current [`xAxis.baseUnit`](
|
|
38
|
-
* [`categoryAxis.labels.format`](
|
|
37
|
+
* Charts select the appropriate format for the current [`xAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#baseunit). Setting the
|
|
38
|
+
* [`categoryAxis.labels.format`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#format) option overrides the date formats.
|
|
39
39
|
*/
|
|
40
40
|
dateFormats?: DateFormats;
|
|
41
41
|
/**
|
|
@@ -43,7 +43,7 @@ export interface XAxisLabels {
|
|
|
43
43
|
*/
|
|
44
44
|
font?: string;
|
|
45
45
|
/**
|
|
46
|
-
* Specifies the format for displaying the labels. Uses the [`format`](
|
|
46
|
+
* 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.
|
|
47
47
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
48
48
|
*/
|
|
49
49
|
format?: string;
|
|
@@ -32,7 +32,7 @@ export interface XAxisNotesLabel {
|
|
|
32
32
|
font?: string;
|
|
33
33
|
/**
|
|
34
34
|
* Sets the format for displaying the notes label.
|
|
35
|
-
* Uses the [`format`](
|
|
35
|
+
* Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService` and contains one placeholder (`"{0}"`) which represents the axis value.
|
|
36
36
|
*/
|
|
37
37
|
format?: string;
|
|
38
38
|
/**
|
|
@@ -49,8 +49,8 @@ export interface XAxis {
|
|
|
49
49
|
majorTicks?: AxisTicks;
|
|
50
50
|
/**
|
|
51
51
|
* The interval between major divisions.
|
|
52
|
-
* If this is a date axis, the value represents the number of [`xAxis.
|
|
53
|
-
* If [`xAxis.type`](
|
|
52
|
+
* If this is a date axis, the value represents the number of [`xAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#baseunit) between major divisions.
|
|
53
|
+
* If [`xAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#type) is set to `"log"`, the `majorUnit` value is used for the base of the logarithm.
|
|
54
54
|
*/
|
|
55
55
|
majorUnit?: number;
|
|
56
56
|
/**
|
|
@@ -71,13 +71,13 @@ export interface XAxis {
|
|
|
71
71
|
*/
|
|
72
72
|
minorTicks?: AxisTicks;
|
|
73
73
|
/**
|
|
74
|
-
* The interval between minor divisions. It defaults to 1/5 of the [`xAxis.majorUnit`](
|
|
75
|
-
* If [`xAxis.type`](
|
|
74
|
+
* The interval between minor divisions. It defaults to 1/5 of the [`xAxis.majorUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#majorunit).
|
|
75
|
+
* If [`xAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis#type) is set to `"log"`, the `minorUnit` value represents the number of divisions between
|
|
76
76
|
* two major units and defaults to the major unit minus one.
|
|
77
77
|
*/
|
|
78
78
|
minorUnit?: number;
|
|
79
79
|
/**
|
|
80
|
-
* The unique axis name. Used to associate a series with a X axis by using the [`series.xAxis`](
|
|
80
|
+
* The unique axis name. Used to associate a series with a X axis by using the [`series.xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#xaxis) option.
|
|
81
81
|
*/
|
|
82
82
|
name?: string;
|
|
83
83
|
/**
|
|
@@ -119,7 +119,7 @@ export interface XAxis {
|
|
|
119
119
|
visible?: boolean;
|
|
120
120
|
/**
|
|
121
121
|
* The configuration options of the crosshair.
|
|
122
|
-
* The crosshair is displayed when the [`xAxis.crosshair.visible`](
|
|
122
|
+
* The crosshair is displayed when the [`xAxis.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscrosshair#visible) option is set to `true`.
|
|
123
123
|
*/
|
|
124
124
|
crosshair?: XAxisCrosshair;
|
|
125
125
|
/**
|
|
@@ -132,7 +132,7 @@ export interface XAxis {
|
|
|
132
132
|
notes?: XAxisNotes;
|
|
133
133
|
/**
|
|
134
134
|
* The title configuration of the Scatter Chart X axis.
|
|
135
|
-
* To display the title, set the [`xAxis.title.text`](
|
|
135
|
+
* To display the title, set the [`xAxis.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxistitle#text) option.
|
|
136
136
|
*/
|
|
137
137
|
title?: XAxisTitle;
|
|
138
138
|
/**
|
|
@@ -28,7 +28,7 @@ export interface YAxisCrosshair {
|
|
|
28
28
|
width?: number;
|
|
29
29
|
/**
|
|
30
30
|
* Configures the crosshair tooltip options.
|
|
31
|
-
* The crosshair tooltip is displayed when the [`yAxis.crosshair.tooltip.visible`](
|
|
31
|
+
* The crosshair tooltip is displayed when the [`yAxis.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscrosshairtooltip#visible) option is set to `true`.
|
|
32
32
|
*/
|
|
33
33
|
tooltip?: YAxisCrosshairTooltip;
|
|
34
34
|
}
|
|
@@ -28,14 +28,14 @@ export interface YAxisLabels {
|
|
|
28
28
|
content?: (e: AxisLabelContentArgs) => string;
|
|
29
29
|
/**
|
|
30
30
|
* Specifies the culture to use when formatting date values.
|
|
31
|
-
* You must load the specified culture as demonstrated in the [Internationalization Overview](
|
|
31
|
+
* You must load the specified culture as demonstrated in the [Internationalization Overview](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization).
|
|
32
32
|
*/
|
|
33
33
|
culture?: string;
|
|
34
34
|
/**
|
|
35
|
-
* Specifies the format for displaying the labels when the X values are dates. Uses the [`format`](
|
|
35
|
+
* Specifies the format for displaying the labels when the X values are dates. 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
|
-
* Charts select the appropriate format for the current [`yAxis.baseUnit`](
|
|
38
|
-
* [`categoryAxis.labels.format`](
|
|
37
|
+
* Charts select the appropriate format for the current [`yAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#baseunit). Setting the
|
|
38
|
+
* [`categoryAxis.labels.format`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#format) option overrides the date formats.
|
|
39
39
|
*/
|
|
40
40
|
dateFormats?: DateFormats;
|
|
41
41
|
/**
|
|
@@ -43,7 +43,7 @@ export interface YAxisLabels {
|
|
|
43
43
|
*/
|
|
44
44
|
font?: string;
|
|
45
45
|
/**
|
|
46
|
-
* Specifies the format for displaying the labels. Uses the [`format`](
|
|
46
|
+
* 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.
|
|
47
47
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
48
48
|
*/
|
|
49
49
|
format?: string;
|
|
@@ -32,7 +32,7 @@ export interface YAxisNotesLabel {
|
|
|
32
32
|
font?: string;
|
|
33
33
|
/**
|
|
34
34
|
* Sets the format for displaying the notes label.
|
|
35
|
-
* Uses the [`format`](
|
|
35
|
+
* Uses the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of `IntlService` and contains one placeholder (`"{0}"`) which represents the axis value.
|
|
36
36
|
*/
|
|
37
37
|
format?: string;
|
|
38
38
|
/**
|
|
@@ -49,8 +49,8 @@ export interface YAxis {
|
|
|
49
49
|
majorTicks?: AxisTicks;
|
|
50
50
|
/**
|
|
51
51
|
* The interval between major divisions.
|
|
52
|
-
* If this is a date axis, the value represents the number of [`yAxis.baseUnits`](
|
|
53
|
-
* If the [`yAxis.type`](
|
|
52
|
+
* If this is a date axis, the value represents the number of [`yAxis.baseUnits`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#baseunit) between major divisions.
|
|
53
|
+
* If the [`yAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#type) is set to `"log"`, the `majorUnit` value is used for the base of the logarithm.
|
|
54
54
|
*/
|
|
55
55
|
majorUnit?: number;
|
|
56
56
|
/**
|
|
@@ -71,13 +71,13 @@ export interface YAxis {
|
|
|
71
71
|
*/
|
|
72
72
|
minorTicks?: AxisTicks;
|
|
73
73
|
/**
|
|
74
|
-
* The interval between minor divisions. It defaults to one-fifth (1/5) of [`yAxis.majorUnit`](
|
|
75
|
-
* If [`yAxis.type`](
|
|
74
|
+
* The interval between minor divisions. It defaults to one-fifth (1/5) of [`yAxis.majorUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#majorunit).
|
|
75
|
+
* If [`yAxis.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis#type) is set to `"log"`, the `minorUnit` value represents the number of divisions between
|
|
76
76
|
* two major units and defaults to the major unit minus one.
|
|
77
77
|
*/
|
|
78
78
|
minorUnit?: number;
|
|
79
79
|
/**
|
|
80
|
-
* The unique axis name. Used to associate a series with a Y axis by using the [`series.yAxis`](
|
|
80
|
+
* The unique axis name. Used to associate a series with a Y axis by using the [`series.yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#yaxis) option.
|
|
81
81
|
*/
|
|
82
82
|
name?: string;
|
|
83
83
|
/**
|
|
@@ -114,7 +114,7 @@ export interface YAxis {
|
|
|
114
114
|
visible?: boolean;
|
|
115
115
|
/**
|
|
116
116
|
* The configuration options of the crosshair.
|
|
117
|
-
* The crosshair is displayed when the [`yAxis.crosshair.visible`](
|
|
117
|
+
* The crosshair is displayed when the [`yAxis.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscrosshair#visible) option is set to `true`.
|
|
118
118
|
*/
|
|
119
119
|
crosshair?: YAxisCrosshair;
|
|
120
120
|
/**
|
|
@@ -127,7 +127,7 @@ export interface YAxis {
|
|
|
127
127
|
notes?: YAxisNotes;
|
|
128
128
|
/**
|
|
129
129
|
* The title configuration of the Scatter Chart Y axis.
|
|
130
|
-
* To display the title, set the [`yAxis.title.text`](
|
|
130
|
+
* To display the title, set the [`yAxis.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxistitle#text) option.
|
|
131
131
|
*/
|
|
132
132
|
title?: YAxisTitle;
|
|
133
133
|
}
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770286980,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"package": {
|
|
43
43
|
"productName": "Kendo UI for Angular",
|
|
44
44
|
"productCode": "KENDOUIANGULAR",
|
|
45
|
-
"publishDate":
|
|
45
|
+
"publishDate": 1770286980,
|
|
46
46
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
"@angular/common": "19 - 21",
|
|
52
52
|
"@angular/core": "19 - 21",
|
|
53
53
|
"@angular/platform-browser": "19 - 21",
|
|
54
|
-
"@progress/kendo-drawing": "^1.
|
|
55
|
-
"@progress/kendo-licensing": "^1.
|
|
56
|
-
"@progress/kendo-angular-common": "
|
|
57
|
-
"@progress/kendo-angular-intl": "
|
|
58
|
-
"@progress/kendo-angular-icons": "
|
|
59
|
-
"@progress/kendo-angular-l10n": "
|
|
60
|
-
"@progress/kendo-angular-popup": "
|
|
61
|
-
"@progress/kendo-angular-navigation": "
|
|
54
|
+
"@progress/kendo-drawing": "^1.24.0",
|
|
55
|
+
"@progress/kendo-licensing": "^1.10.0",
|
|
56
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
57
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.1",
|
|
58
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.1",
|
|
59
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
60
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.1",
|
|
61
|
+
"@progress/kendo-angular-navigation": "23.0.0-develop.1",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "
|
|
67
|
-
"@progress/kendo-charts": "2.
|
|
66
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1",
|
|
67
|
+
"@progress/kendo-charts": "2.11.0",
|
|
68
68
|
"@progress/kendo-svg-icons": "^4.0.0"
|
|
69
69
|
},
|
|
70
70
|
"schematics": "./schematics/collection.json",
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
/**
|
|
10
10
|
* Represents a directive that encapsulates the retrieval of the nodes and links when flat data is provided.
|
|
11
11
|
*
|
|
12
|
-
* See [Data Binding - Binding to Flat Data](
|
|
12
|
+
* See [Data Binding - Binding to Flat Data](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/data-binding#binding-to-flat-data).
|
|
13
13
|
*/
|
|
14
14
|
export declare class SankeyFlatBindingDirective implements OnChanges {
|
|
15
15
|
private sankey;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { SankeyData } from "../api-types";
|
|
6
6
|
/**
|
|
7
|
-
* Represents the arguments for the `dataBound` event of the [`[kendoSankeyFlatBinding]`](
|
|
7
|
+
* Represents the arguments for the `dataBound` event of the [`[kendoSankeyFlatBinding]`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeyflatbindingdirective) directive.
|
|
8
8
|
*/
|
|
9
9
|
export declare class SankeyFlatBindingDataBoundEvent {
|
|
10
10
|
/**
|
|
@@ -12,7 +12,7 @@ export declare class SankeyFlatBindingDataBoundEvent {
|
|
|
12
12
|
*/
|
|
13
13
|
originalData: any[];
|
|
14
14
|
/**
|
|
15
|
-
* Contains the newly created [`SankeyData`](
|
|
15
|
+
* Contains the newly created [`SankeyData`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeydata).
|
|
16
16
|
*
|
|
17
17
|
* The Sankey diagram receives changes to this object.
|
|
18
18
|
*/
|
|
@@ -6,7 +6,7 @@ import { SankeyEvent, SankeyLinkDataItem } from '@progress/kendo-charts';
|
|
|
6
6
|
import { SankeyComponent } from '../../sankey.component';
|
|
7
7
|
import { SankeyBaseEvent } from './sankey-base-event';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the link-related events of the [`SankeyComponent`](
|
|
9
|
+
* Represents the arguments for the link-related events of the [`SankeyComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeycomponent).
|
|
10
10
|
*/
|
|
11
11
|
export declare class SankeyLinkEvent extends SankeyBaseEvent {
|
|
12
12
|
/**
|
|
@@ -6,7 +6,7 @@ import { SankeyEvent, SankeyNodeDataItem } from '@progress/kendo-charts';
|
|
|
6
6
|
import { SankeyBaseEvent } from './sankey-base-event';
|
|
7
7
|
import { SankeyComponent } from '../../sankey.component';
|
|
8
8
|
/**
|
|
9
|
-
* Represents the arguments for the node-related events of the [`SankeyComponent`](
|
|
9
|
+
* Represents the arguments for the node-related events of the [`SankeyComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeycomponent).
|
|
10
10
|
*/
|
|
11
11
|
export declare class SankeyNodeEvent extends SankeyBaseEvent {
|
|
12
12
|
/**
|
|
@@ -9,7 +9,7 @@ import { Border, Padding } from '../common/property-types';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents the configuration options of the Sankey labels
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class SankeyLabelsComponent extends SettingsComponent implements SankeyLabelDefaults {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
@@ -9,13 +9,13 @@ import { SankeyLegend } from './api-types';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents the configuration options of the Sankey legend
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/legend)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class SankeyLegendComponent extends SettingsComponent implements SankeyLegend {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
16
16
|
/**
|
|
17
|
-
* Aligns the legend horizontally when [`legend.position`](
|
|
18
|
-
* Aligns the legend vertically when [`legend.position`](
|
|
17
|
+
* Aligns the legend horizontally when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#position) is set to `"top"` or `"bottom"`.
|
|
18
|
+
* Aligns the legend vertically when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#position) is set to `"left"` or `"right"`.
|
|
19
19
|
* @default 'center'
|
|
20
20
|
*/
|
|
21
21
|
align: 'start' | 'center' | 'end';
|
|
@@ -58,7 +58,7 @@ export declare class SankeyLegendComponent extends SettingsComponent implements
|
|
|
58
58
|
padding: Padding | number;
|
|
59
59
|
/**
|
|
60
60
|
* Sets the position of the Sankey legend.
|
|
61
|
-
* Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](
|
|
61
|
+
* 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/sankeylegend#offsetx) and [`legend.offsetY`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylegend#offsety) options.
|
|
62
62
|
* @default 'right'
|
|
63
63
|
*/
|
|
64
64
|
position: 'top' | 'bottom' | 'left' | 'right' | 'custom';
|
|
@@ -9,7 +9,7 @@ import { FocusHighlight } from '@progress/kendo-charts';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents the configuration options of the Sankey links
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class SankeyLinksComponent extends SettingsComponent implements SankeyLinkDefaults {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
@@ -9,7 +9,7 @@ import { FocusHighlight } from '@progress/kendo-charts';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents the configuration options of the Sankey nodes
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/customization#customizing-the-sankey-diagram-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class SankeyNodesComponent extends SettingsComponent implements SankeyNodeDefaults {
|
|
15
15
|
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 Sankey title or text
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/title)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -7,12 +7,12 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
10
|
-
* [links tooltip](
|
|
10
|
+
* [links tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip#specifying-a-link-tooltip-template).
|
|
11
11
|
* The following context fields are frequently utilized:
|
|
12
12
|
* - `let-source="source"`—The link source data item..
|
|
13
13
|
* - `let-target="target"`—The link target data item.
|
|
14
14
|
* - `let-value="value"`—The link value.
|
|
15
|
-
* Refer to the [`SankeyLinkTooltipTemplateContext`](
|
|
15
|
+
* Refer to the [`SankeyLinkTooltipTemplateContext`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeylinktooltiptemplatecontext) for the full list of available fields.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```html
|
|
@@ -7,12 +7,12 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
10
|
-
* [series tooltip](
|
|
10
|
+
* [series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip#specifying-a-node-tooltip-template).
|
|
11
11
|
* The following context fields are frequently utilized:
|
|
12
12
|
* - `let-color="color"`—The node color.
|
|
13
13
|
* - `let-label="label"`—The node label data.
|
|
14
14
|
* - `let-value="value"`—The node value.
|
|
15
|
-
* Refer to the [`SankeyNodeTooltipTemplateContext`](
|
|
15
|
+
* Refer to the [`SankeyNodeTooltipTemplateContext`](https://www.telerik.com/kendo-angular-ui/components/charts/api/sankeynodetooltiptemplatecontext) for the full list of available fields.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```ts
|
|
@@ -12,7 +12,7 @@ import { SankeyTooltipTemplateService } from './tooltip/tooltip-template.service
|
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
/**
|
|
14
14
|
* Represents the Sankey tooltip
|
|
15
|
-
* ([see example](
|
|
15
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/sankey/elements/tooltip)).
|
|
16
16
|
*/
|
|
17
17
|
export declare class SankeyTooltipComponent extends SettingsComponent implements SankeyTooltip, AfterContentChecked {
|
|
18
18
|
configurationService: ConfigurationService;
|
package/sankey.component.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, Renderer2, SimpleChange } from '@angular/core';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { Group, ImageExportOptions, SVGExportOptions } from '@progress/kendo-drawing';
|
|
8
|
+
import { LicenseMessage } from '@progress/kendo-licensing';
|
|
8
9
|
import { Subscription } from 'rxjs';
|
|
9
10
|
import { ConfigurationService } from './common/configuration.service';
|
|
10
11
|
import { SankeyThemeService } from './sankey/theme.service';
|
|
@@ -160,7 +161,7 @@ export declare class SankeyComponent implements AfterViewInit, OnChanges, OnDest
|
|
|
160
161
|
/**
|
|
161
162
|
* @hidden
|
|
162
163
|
*/
|
|
163
|
-
licenseMessage?:
|
|
164
|
+
licenseMessage?: LicenseMessage;
|
|
164
165
|
instance: Sankey;
|
|
165
166
|
protected options: any;
|
|
166
167
|
protected theme: any;
|
|
@@ -222,7 +223,7 @@ export declare class SankeyComponent implements AfterViewInit, OnChanges, OnDest
|
|
|
222
223
|
exportVisual(options?: SankeyExportVisualOptions): Group;
|
|
223
224
|
protected init(): void;
|
|
224
225
|
/**
|
|
225
|
-
* Reloads the Sankey appearance settings from the current [Kendo UI Theme](
|
|
226
|
+
* Reloads the Sankey appearance settings from the current [Kendo UI Theme](https://www.telerik.com/kendo-angular-ui/components/common/components/styling).
|
|
226
227
|
*
|
|
227
228
|
* Call this method after loading a different theme stylesheet.
|
|
228
229
|
*/
|
|
@@ -8,7 +8,7 @@ import { NavigatorHint, NavigatorHintContentArgs } from '../option-types';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents the default options of the navigator hint
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class NavigatorHintComponent extends SettingsComponent implements NavigatorHint {
|
|
14
14
|
configurationService: ConfigurationService;
|
|
@@ -7,7 +7,7 @@ import { PaneComponent } from '../../chart/pane.component';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Represents the navigator pane of the StockChart
|
|
10
|
-
* ([see example](
|
|
10
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
|
|
11
11
|
*/
|
|
12
12
|
export declare class NavigatorPaneComponent extends PaneComponent {
|
|
13
13
|
protected configurationService: ConfigurationService;
|
|
@@ -8,7 +8,7 @@ import { SeriesItemComponent } from '../../chart/series-item.component';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents a series item in the StockChart navigator
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -8,7 +8,7 @@ import { CategoryAxis, Pane, Series } from '../common/property-types';
|
|
|
8
8
|
import { Navigator, NavigatorHint, NavigatorSelect } from './option-types';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Represents the Kendo UI StockChart Navigator component for Angular ([see runnable example](
|
|
11
|
+
* Represents the Kendo UI StockChart Navigator component for Angular ([see runnable example](https://www.telerik.com/kendo-angular-ui/components/charts/stock-chart)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```ts
|