@progress/kendo-angular-charts 22.1.0-develop.9 → 23.0.0-develop.10
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 +10 -10
- 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 +179 -179
- 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 +11 -11
- 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 +1 -1
- 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
|
@@ -53,14 +53,14 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
53
53
|
aggregate: any;
|
|
54
54
|
/**
|
|
55
55
|
* Determines whether the Chart automatically scales down to fit the content area.
|
|
56
|
-
* Applicable for the Pie and Donut series. ([See example](
|
|
56
|
+
* Applicable for the Pie and Donut series. ([See example](https://www.telerik.com/kendo-angular-ui/components/charts/series-types/donut#displaying-labels-in-angular-donut-chart)).
|
|
57
57
|
* @default false
|
|
58
58
|
*/
|
|
59
59
|
autoFit: boolean;
|
|
60
60
|
/**
|
|
61
61
|
* Specifies the name of the value axis.
|
|
62
62
|
* Use this option for Scatter plots. For more information on Scatter plots, refer to
|
|
63
|
-
* [`xAxis`](
|
|
63
|
+
* [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) and [`yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis).
|
|
64
64
|
* @default 'primary'
|
|
65
65
|
*/
|
|
66
66
|
axis: string;
|
|
@@ -80,7 +80,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
80
80
|
categoryField: string;
|
|
81
81
|
/**
|
|
82
82
|
* Specifies the data field that contains the `close` value.
|
|
83
|
-
* Use the `closeField` option when [`series.type`](
|
|
83
|
+
* Use the `closeField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
|
|
84
84
|
* @default 'close'
|
|
85
85
|
*/
|
|
86
86
|
closeField: string;
|
|
@@ -90,7 +90,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
90
90
|
color: any;
|
|
91
91
|
/**
|
|
92
92
|
* Specifies the data item field which contains the series color.
|
|
93
|
-
* Use the `colorField` option when [`series.type`](
|
|
93
|
+
* Use the `colorField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type)
|
|
94
94
|
* is set to `"bar"`, `"column"`, `"rangeBar"`, `"rangeColumn"`, `"bubble"`, `"donut"`, `"pie"`, `"candlestick"`,
|
|
95
95
|
* `"ohlc"`, or `"waterfall"`.
|
|
96
96
|
* @default 'color'
|
|
@@ -102,13 +102,13 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
102
102
|
connectors: LabelConnectors;
|
|
103
103
|
/**
|
|
104
104
|
* Specifies the data item field which contains the current value.
|
|
105
|
-
* Use the `currentField` option when [`series.type`](
|
|
105
|
+
* Use the `currentField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bullet"` or `"verticalBullet"`.
|
|
106
106
|
* @default 'current'
|
|
107
107
|
*/
|
|
108
108
|
currentField: string;
|
|
109
109
|
/**
|
|
110
110
|
* Specifies the dash type of line Chart.
|
|
111
|
-
* Use the `dashType` option only if the [`series.type`](
|
|
111
|
+
* Use the `dashType` option only if the [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) option is set to `"line"`.
|
|
112
112
|
* @default 'solid'
|
|
113
113
|
*/
|
|
114
114
|
dashType: DashType;
|
|
@@ -122,7 +122,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
122
122
|
downColor: string;
|
|
123
123
|
/**
|
|
124
124
|
* Specifies the data field which contains the color that is applied when the `open` value is greater than the `close` value.
|
|
125
|
-
* Use the `downColorField` option when [`series.type`](
|
|
125
|
+
* Use the `downColorField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"`.
|
|
126
126
|
* @default 'downColor'
|
|
127
127
|
*/
|
|
128
128
|
downColorField: string;
|
|
@@ -131,14 +131,14 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
131
131
|
*/
|
|
132
132
|
drilldownField: string;
|
|
133
133
|
/**
|
|
134
|
-
* Use the `dynamicHeight` option when [`series.type`](
|
|
134
|
+
* Use the `dynamicHeight` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"` or `"pyramid"`.
|
|
135
135
|
* Determines whether all segments become with the same height.
|
|
136
136
|
* When set to `false`, all segments have the same height. Otherwise, the height of each segment is based on its value.
|
|
137
137
|
* @default true
|
|
138
138
|
*/
|
|
139
139
|
dynamicHeight: boolean;
|
|
140
140
|
/**
|
|
141
|
-
* Use this option when [`series.type`](
|
|
141
|
+
* Use this option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"`.
|
|
142
142
|
* Determines whether the ratio of the bases of each segment is calculated based on the ratio of
|
|
143
143
|
* `currentDataItem.value`/`nextDataItem.value`.
|
|
144
144
|
* The last element is always created like a rectangle since there is no following element.
|
|
@@ -146,20 +146,20 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
146
146
|
*/
|
|
147
147
|
dynamicSlope: boolean;
|
|
148
148
|
/**
|
|
149
|
-
* Specifies the data item field which contains the [`series.errorBars`](
|
|
150
|
-
* Use the `errorHighField` option when [`series.type`](
|
|
149
|
+
* Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) `high` value.
|
|
150
|
+
* Use the `errorHighField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
|
|
151
151
|
* @default 'errorHigh'
|
|
152
152
|
*/
|
|
153
153
|
errorHighField: string;
|
|
154
154
|
/**
|
|
155
|
-
* Specifies the data item field which contains the [`series.errorBars`](
|
|
156
|
-
* Use the `errorLowField` option when [`series.type`](
|
|
155
|
+
* Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) `low` value.
|
|
156
|
+
* Use the `errorLowField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
|
|
157
157
|
* @default 'errorLow'
|
|
158
158
|
*/
|
|
159
159
|
errorLowField: string;
|
|
160
160
|
/**
|
|
161
161
|
* Specifies the data item field which contains a Boolean value indicating whether the sector is exploded.
|
|
162
|
-
* Use the `explodeField` option when [`series.type`](
|
|
162
|
+
* Use the `explodeField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"` or `"pie"`.
|
|
163
163
|
* @default 'explode'
|
|
164
164
|
*/
|
|
165
165
|
explodeField: string;
|
|
@@ -176,14 +176,14 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
176
176
|
/**
|
|
177
177
|
* Specifies the distance between the categories expressed as a percentage of the bar width.
|
|
178
178
|
* See the related `spacing` setting.
|
|
179
|
-
* Use the `gap` option when [`series.type`](
|
|
179
|
+
* Use the `gap` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
|
|
180
180
|
* `"radarColumn"`, or `"waterfall"`.
|
|
181
181
|
* @default 1.5
|
|
182
182
|
*/
|
|
183
183
|
gap: number;
|
|
184
184
|
/**
|
|
185
185
|
* Specifies the data field which contains the `high` value.
|
|
186
|
-
* Use the `highField` option when [`series.type`](
|
|
186
|
+
* Use the `highField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
|
|
187
187
|
* @default 'high'
|
|
188
188
|
*/
|
|
189
189
|
highField: string;
|
|
@@ -197,13 +197,13 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
197
197
|
line: SeriesLine;
|
|
198
198
|
/**
|
|
199
199
|
* Specifies the data field containing the `low` value.
|
|
200
|
-
* Use the `lowField` option when [`series.type`](
|
|
200
|
+
* Use the `lowField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"candlestick"` or `"ohlc"`.
|
|
201
201
|
* @default 'low'
|
|
202
202
|
*/
|
|
203
203
|
lowField: string;
|
|
204
204
|
/**
|
|
205
205
|
* Specifies the data item field which contains the series `lower` value.
|
|
206
|
-
* Use the `lowerField` option when [`series.type`](
|
|
206
|
+
* Use the `lowerField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
|
|
207
207
|
* @default 'lower'
|
|
208
208
|
*/
|
|
209
209
|
lowerField: string;
|
|
@@ -223,7 +223,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
223
223
|
mean: SeriesMean;
|
|
224
224
|
/**
|
|
225
225
|
* Specifies the data item field which contains the series `mean` value.
|
|
226
|
-
* Use the `meanField` option when [`series.type`](
|
|
226
|
+
* Use the `meanField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
|
|
227
227
|
* @default 'mean'
|
|
228
228
|
*/
|
|
229
229
|
meanField: string;
|
|
@@ -233,7 +233,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
233
233
|
median: SeriesMedian;
|
|
234
234
|
/**
|
|
235
235
|
* Specifies the data item field which contains the series `median` value.
|
|
236
|
-
* Use the `medianField` option when [`series.type`](
|
|
236
|
+
* Use the `medianField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
|
|
237
237
|
* @default 'median'
|
|
238
238
|
*/
|
|
239
239
|
medianField: string;
|
|
@@ -253,7 +253,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
253
253
|
/**
|
|
254
254
|
* Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`,
|
|
255
255
|
* it means the top base is three times smaller than the bottom base.
|
|
256
|
-
* Use the `neckRatio` option when [`series.type`](
|
|
256
|
+
* Use the `neckRatio` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
|
|
257
257
|
* @default 0.3
|
|
258
258
|
*/
|
|
259
259
|
neckRatio: number;
|
|
@@ -281,7 +281,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
281
281
|
openField: string;
|
|
282
282
|
/**
|
|
283
283
|
* Specifies the data item field which contains the series `outliers` value.
|
|
284
|
-
* Use the `outliersField` option when [`series.type`](
|
|
284
|
+
* Use the `outliersField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
|
|
285
285
|
* @default 'outliers'
|
|
286
286
|
*/
|
|
287
287
|
outliersField: string;
|
|
@@ -295,19 +295,19 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
295
295
|
padding: number;
|
|
296
296
|
/**
|
|
297
297
|
* Specifies the data item field which contains the series `q1` value.
|
|
298
|
-
* Use the `q1Field` option when [`series.type`](
|
|
298
|
+
* Use the `q1Field` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
|
|
299
299
|
* @default 'q1'
|
|
300
300
|
*/
|
|
301
301
|
q1Field: string;
|
|
302
302
|
/**
|
|
303
303
|
* Specifies the data item field which contains the series `q3` value.
|
|
304
|
-
* Use the `q3Field` option when [`series.type`](
|
|
304
|
+
* Use the `q3Field` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
|
|
305
305
|
* @default 'q3'
|
|
306
306
|
*/
|
|
307
307
|
q3Field: string;
|
|
308
308
|
/**
|
|
309
309
|
* Specifies the space in pixels between the different segments of the Funnel or Pyramid Chart.
|
|
310
|
-
* Use the `segmentSpacing` option when [`series.type`](
|
|
310
|
+
* Use the `segmentSpacing` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"funnel"` or `"pyramid"`.
|
|
311
311
|
* @default 0
|
|
312
312
|
*/
|
|
313
313
|
segmentSpacing: number;
|
|
@@ -323,16 +323,16 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
323
323
|
/**
|
|
324
324
|
* Specifies the distance between series points within a category. Expressed as a percentage of the bar width.
|
|
325
325
|
* See the related `gap` setting.
|
|
326
|
-
* Use the `spacing` option when [`series.type`](
|
|
326
|
+
* Use the `spacing` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
|
|
327
327
|
* `"radarColumn"`.
|
|
328
328
|
* @default 0.4
|
|
329
329
|
*/
|
|
330
330
|
spacing: number;
|
|
331
331
|
/**
|
|
332
332
|
* Determines whether the series have to be stacked.
|
|
333
|
-
* A string value is interpreted as [`series.stack.group`](
|
|
333
|
+
* A string value is interpreted as [`series.stack.group`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesstack#group).
|
|
334
334
|
*
|
|
335
|
-
* Use the `stack` option when [`series.type`](
|
|
335
|
+
* Use the `stack` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
|
|
336
336
|
* `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
|
|
337
337
|
* If not overridden, the stack settings of the first series are inherited as a default value by the rest of the series.
|
|
338
338
|
* @default false
|
|
@@ -346,7 +346,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
346
346
|
startAngle: number;
|
|
347
347
|
/**
|
|
348
348
|
* Specifies the line style configuration of the series.
|
|
349
|
-
* Use the `style` option when [`series.type`](
|
|
349
|
+
* Use the `style` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
|
|
350
350
|
* `"line"`, `"scatterLine"`, `"radarLine"`, or `"polarLine"`.
|
|
351
351
|
* @default 'normal'
|
|
352
352
|
*/
|
|
@@ -378,7 +378,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
378
378
|
type: SeriesType;
|
|
379
379
|
/**
|
|
380
380
|
* Specifies the data item field which contains the series `upper` value.
|
|
381
|
-
* Use the `upperField` option when [`series.type`](
|
|
381
|
+
* Use the `upperField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"boxPlot"`.
|
|
382
382
|
* @default 'upper'
|
|
383
383
|
*/
|
|
384
384
|
upperField: string;
|
|
@@ -411,28 +411,28 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
411
411
|
whiskers: SeriesWhiskers;
|
|
412
412
|
/**
|
|
413
413
|
* Specifies the name of the X axis.
|
|
414
|
-
* Use the [`xAxis`](
|
|
415
|
-
* For the Polar series, the [`xAxis`](
|
|
414
|
+
* Use the [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
|
|
415
|
+
* For the Polar series, the [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) range is expressed in degrees.
|
|
416
416
|
* @default 'primary'
|
|
417
417
|
*/
|
|
418
418
|
xAxis: string;
|
|
419
419
|
/**
|
|
420
|
-
* Specifies the data item field which contains the [`series.errorBars`](
|
|
421
|
-
* Use the `xErrorHighField` option when [`series.type`](
|
|
420
|
+
* Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) xAxis `high` value.
|
|
421
|
+
* Use the `xErrorHighField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
|
|
422
422
|
* `"bubble"`.
|
|
423
423
|
* @default 'xErrorHigh'
|
|
424
424
|
*/
|
|
425
425
|
xErrorHighField: string;
|
|
426
426
|
/**
|
|
427
|
-
* Specifies the data item field which contains the [`series.errorBars`](
|
|
428
|
-
* Use the `xErrorLowField` option when [`series.type`](
|
|
427
|
+
* Specifies the data item field which contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) xAxis `low` value.
|
|
428
|
+
* Use the `xErrorLowField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
|
|
429
429
|
* `"bubble"`.
|
|
430
430
|
* @default 'xErrorLow'
|
|
431
431
|
*/
|
|
432
432
|
xErrorLowField: string;
|
|
433
433
|
/**
|
|
434
434
|
* Specifies the data item field containing the `x` value.
|
|
435
|
-
* Use the `xField` option when [`series.type`](
|
|
435
|
+
* Use the `xField` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
|
|
436
436
|
* `"polar"` series.
|
|
437
437
|
* @default 'x'
|
|
438
438
|
*/
|
|
@@ -444,22 +444,22 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
444
444
|
*/
|
|
445
445
|
yAxis: string;
|
|
446
446
|
/**
|
|
447
|
-
* Specifies the data item field that contains the [`series.errorBars`](
|
|
448
|
-
* The `yErrorHighField` option is supported when [`series.type`](
|
|
447
|
+
* Specifies the data item field that contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) yAxis `high` value.
|
|
448
|
+
* The `yErrorHighField` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
|
|
449
449
|
* `"bubble"`.
|
|
450
450
|
* @default 'yErrorHigh'
|
|
451
451
|
*/
|
|
452
452
|
yErrorHighField: string;
|
|
453
453
|
/**
|
|
454
|
-
* Specifies the data item field that contains the [`series.errorBars`](
|
|
455
|
-
* The `yErrorLowField` option is supported when [`series.type`](
|
|
454
|
+
* Specifies the data item field that contains the [`series.errorBars`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#errorbars) yAxis `low` value.
|
|
455
|
+
* The `yErrorLowField` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or
|
|
456
456
|
* `"bubble"`.
|
|
457
457
|
* @default 'yErrorLow'
|
|
458
458
|
*/
|
|
459
459
|
yErrorLowField: string;
|
|
460
460
|
/**
|
|
461
461
|
* Specifies the data item field that contains the `y` value.
|
|
462
|
-
* The `yField` option is supported when [`series.type`](
|
|
462
|
+
* The `yField` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
|
|
463
463
|
* @default 'y'
|
|
464
464
|
*/
|
|
465
465
|
yField: string;
|
|
@@ -470,7 +470,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
470
470
|
/**
|
|
471
471
|
* Specifies the configuration options of the trendline series.
|
|
472
472
|
*
|
|
473
|
-
* The `trendline` option is supported when [`series.type`](
|
|
473
|
+
* The `trendline` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to
|
|
474
474
|
* "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
|
|
475
475
|
*/
|
|
476
476
|
trendline: SeriesTrendline;
|
|
@@ -488,7 +488,7 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
|
|
|
488
488
|
pattern?: SeriesPattern | ((point: any) => SeriesPattern);
|
|
489
489
|
/**
|
|
490
490
|
* Specifies the data item field that contains the series pattern.
|
|
491
|
-
* The `patternField` option is supported when [`series.type`](
|
|
491
|
+
* The `patternField` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
|
|
492
492
|
*/
|
|
493
493
|
patternField?: string;
|
|
494
494
|
/**
|
|
@@ -10,7 +10,7 @@ import { ConfigurationService } from '../common/configuration.service';
|
|
|
10
10
|
import { TooltipTemplateService } from '../common/tooltip-template.service';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
|
-
* Represents collection of one or more series items ([see example](
|
|
13
|
+
* Represents collection of one or more series items ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/series)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```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 Subtitle component
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```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 Title configuration
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -7,13 +7,13 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Represents a directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-chart-tooltip>` component for the
|
|
10
|
-
* [series tooltip](
|
|
10
|
+
* [series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips#specifying-a-template).
|
|
11
11
|
* The following context fields are frequently utilized:
|
|
12
12
|
* - `let-category="category"`—The category name.
|
|
13
13
|
* - `let-dataItem="dataItem"`—The original data item used to construct the point. It will be `null` if binding to an array.
|
|
14
14
|
* - `let-series="series"`—The data series.
|
|
15
15
|
* - `let-value="value"`—The value of the point (either a number or an object).
|
|
16
|
-
* For the full list of available fields, refer to the [`TooltipTemplatePoint`](
|
|
16
|
+
* For the full list of available fields, refer to the [`TooltipTemplatePoint`](https://www.telerik.com/kendo-angular-ui/components/charts/api/tooltiptemplatepoint).
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```ts
|
|
@@ -7,12 +7,12 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Represents a directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-chart-tooltip>` component for the
|
|
10
|
-
* [shared series tooltip](
|
|
10
|
+
* [shared series tooltip](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips#shared-tooltip-customization).
|
|
11
11
|
* The available fields in the template context are:
|
|
12
|
-
* - `let-points="points"`—An array of the [`TooltipTemplatePoints`](
|
|
12
|
+
* - `let-points="points"`—An array of the [`TooltipTemplatePoints`](https://www.telerik.com/kendo-angular-ui/components/charts/api/tooltiptemplatepoint) category.
|
|
13
13
|
* - `let-category="category"`—The category name.
|
|
14
14
|
* - `let-categoryText="categoryText"`—The category name as text.
|
|
15
|
-
* - `let-nameColumn="nameColumn"`—Returns a Boolean [`value`](
|
|
15
|
+
* - `let-nameColumn="nameColumn"`—Returns a Boolean [`value`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesitemcomponent#name) indicating whether the `name` property of the `SeriesItemComponent` is defined.
|
|
16
16
|
* - `let-colorMarker="colorMarker"`—Returns a Boolean value indicating whether one or more series colors are specified in the Chart. If the Chart contains only one `SeriesItemComponent`, the context field will return `false`.
|
|
17
17
|
* - `let-colSpan="colSpan"`—Specifies the number of columns covered by the tooltip. The default value is `1` and increases by `1` if `nameColumn` and `colorMarker` are set to `true`.
|
|
18
18
|
*
|
|
@@ -13,7 +13,7 @@ import { SharedTooltipTemplateDirective } from './tooltip/shared-tooltip-templat
|
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
|
15
15
|
* Represents the Kendo UI for Angular Chart Tooltip configuration
|
|
16
|
-
* ([see example](
|
|
16
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/tooltips)).
|
|
17
17
|
*/
|
|
18
18
|
export declare class TooltipComponent extends SettingsComponent implements Tooltip, AfterContentChecked {
|
|
19
19
|
configurationService: ConfigurationService;
|
|
@@ -7,7 +7,7 @@ import { ValueAxisCrosshair, ValueAxisCrosshairTooltip } from '../../common/prop
|
|
|
7
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Represents the crosshair configuration options of the Chart value axis ([see example](
|
|
10
|
+
* Represents the crosshair configuration options of the Chart value axis ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/crosshairs)).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```html
|
|
@@ -8,7 +8,7 @@ import { ValueAxisCrosshairTooltip } 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 configuration options of the crosshair tooltip in the Chart value axis ([see example](
|
|
11
|
+
* Represents the configuration options of the crosshair tooltip in the Chart value axis ([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 ValueAxisCrosshairTooltipComponent extends SettingsComponent implements ValueAxisCrosshairTooltip {
|
|
@@ -32,7 +32,7 @@ export declare class ValueAxisCrosshairTooltipComponent extends SettingsComponen
|
|
|
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 value.
|
|
37
37
|
*
|
|
38
38
|
* @default '{0}'
|
|
@@ -37,7 +37,7 @@ export declare class ValueAxisLabelsComponent extends SettingsComponent implemen
|
|
|
37
37
|
*/
|
|
38
38
|
font: string;
|
|
39
39
|
/**
|
|
40
|
-
* The format for displaying the labels. Uses the [`format`](
|
|
40
|
+
* 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.
|
|
41
41
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
42
42
|
* @default '{0}'
|
|
43
43
|
*/
|
|
@@ -9,7 +9,7 @@ import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/propert
|
|
|
9
9
|
import { ValueAxisNotesIcon, ValueAxisNotesLabel, ValueAxisNotes } from '../../common/property-types';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Represents the configuration of the value axis notes ([see example](
|
|
12
|
+
* Represents the configuration of the value axis notes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -34,7 +34,7 @@ export declare class ValueAxisNotesLabelComponent extends SettingsComponent impl
|
|
|
34
34
|
*/
|
|
35
35
|
font: string;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the format used to display the notes label. Uses the IntlService [`format`](
|
|
37
|
+
* Specifies the format used to display the notes label. Uses the IntlService [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format).
|
|
38
38
|
* Contains one placeholder (`"{0}"`) which represents the axis value.
|
|
39
39
|
* @default '{0}'
|
|
40
40
|
*/
|
|
@@ -79,7 +79,7 @@ export declare class ValueAxisItemComponent extends CollectionItemComponent impl
|
|
|
79
79
|
*/
|
|
80
80
|
minorUnit: number;
|
|
81
81
|
/**
|
|
82
|
-
* Specifies the unique axis name. Use this name to associate a series with a value axis by using the [`series.axis`](
|
|
82
|
+
* Specifies the unique axis name. Use this name 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.
|
|
83
83
|
* @default 'primary'
|
|
84
84
|
*/
|
|
85
85
|
name: string;
|
|
@@ -8,7 +8,7 @@ import { SettingsComponent } from '../../common/settings.component';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Represents the crosshair configuration options of the X axis
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -31,7 +31,7 @@ export declare class XAxisCrosshairTooltipComponent extends SettingsComponent im
|
|
|
31
31
|
*/
|
|
32
32
|
font: string;
|
|
33
33
|
/**
|
|
34
|
-
* Specifies the format for displaying the tooltip. Uses the [`format`](
|
|
34
|
+
* 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`.
|
|
35
35
|
* Contains one placeholder (`"{0}"`) which represents the value.
|
|
36
36
|
* @default '{0}'
|
|
37
37
|
*/
|
|
@@ -11,9 +11,9 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
/**
|
|
12
12
|
* Represents the configuration of the X-axis notes.
|
|
13
13
|
* For an example on the basic usage of the `XAxisNotesComponent`,
|
|
14
|
-
* refer to the [demo on the `XAxisComponent`](
|
|
14
|
+
* refer to the [demo on the `XAxisComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)
|
|
15
15
|
* or to the documentation about the
|
|
16
|
-
* [axis notes](
|
|
16
|
+
* [axis notes](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes).
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```html
|
|
@@ -34,7 +34,7 @@ export declare class XAxisNotesLabelComponent extends SettingsComponent implemen
|
|
|
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
|
*/
|
|
@@ -12,7 +12,7 @@ import { XAxis, XAxisCrosshair, XAxisLabels, XAxisNotes, XAxisTitle } from '../c
|
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
/**
|
|
14
14
|
* Represents the Kendo UI for Angular Chart X Axis Item component
|
|
15
|
-
* ([see example](
|
|
15
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)).
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```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 crosshair configuration options of the Y axis
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -45,7 +45,7 @@ export declare class YAxisLabelsComponent extends SettingsComponent implements Y
|
|
|
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
|
*/
|
|
@@ -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 Y-axis notes
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -34,7 +34,7 @@ export declare class YAxisNotesLabelComponent extends SettingsComponent implemen
|
|
|
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
|
*/
|
|
@@ -10,7 +10,7 @@ import { YAxis, YAxisCrosshair, YAxisLabels, YAxisNotes, YAxisTitle } from '../c
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the Kendo UI for Angular Chart Y Axis Item component
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxiscomponent)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
/**
|
|
10
10
|
* Represents the Kendo UI Chart Breadcrumb component for Angular.
|
|
11
11
|
*
|
|
12
|
-
* Use this component to implement navigation for [Drilldown Charts](
|
|
12
|
+
* Use this component to implement navigation for [Drilldown Charts](https://www.telerik.com/kendo-angular-ui/components/charts/drill-down).
|
|
13
13
|
* Use the `chart` input to link the Breadcrumb to the Chart instance.
|
|
14
14
|
*/
|
|
15
15
|
export declare class ChartBreadcrumbComponent implements OnInit, OnChanges, OnDestroy {
|