@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
|
@@ -6,7 +6,7 @@ import { DashType } from './dash-type';
|
|
|
6
6
|
/**
|
|
7
7
|
* Specifies the appearance settings for the axis lines.
|
|
8
8
|
* Affects the major and minor axis ticks, but not the grid lines
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
10
10
|
*/
|
|
11
11
|
export interface AxisLine {
|
|
12
12
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Specifies the appearance configuration for the major and minor axis ticks
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
8
8
|
*/
|
|
9
9
|
export interface AxisTicks {
|
|
10
10
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { DashType } from './dash-type';
|
|
6
6
|
/**
|
|
7
7
|
* Specifies the appearance settings for the border lines
|
|
8
|
-
* ([see example](
|
|
8
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title#basics)).
|
|
9
9
|
*/
|
|
10
10
|
export interface Border {
|
|
11
11
|
/**
|
|
@@ -7,9 +7,9 @@ import { BaseUnit } from './base-unit';
|
|
|
7
7
|
* Specifies the `baseUnit` type of the category axis.
|
|
8
8
|
*
|
|
9
9
|
* The possible values are:
|
|
10
|
-
* - [`BaseUnit`](
|
|
10
|
+
* - [`BaseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/baseunit)—Sets the base time interval for the axis labels.
|
|
11
11
|
* - `"auto"`—Automatically determines the base unit by the minimum difference between subsequent categories.
|
|
12
|
-
* - `"fit"`—Adjusts the [`categoryAxis.baseUnitStep`](
|
|
12
|
+
* - `"fit"`—Adjusts the [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) and base unit so that the number of categories does not exceed [`categoryAxis.maxDateGroups`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#maxdategroups), and uses the [`series.aggregate`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#aggregate) function to aggregate data based on the selected base unit.
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { DashType } from './dash-type';
|
|
6
6
|
/**
|
|
7
7
|
* Specifies the appearance configuration for the major and minor axis grid lines
|
|
8
|
-
* ([see example](
|
|
8
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
9
9
|
*/
|
|
10
10
|
export interface GridLines {
|
|
11
11
|
/**
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* - `"normal"`—Connects the values with a straight line.
|
|
10
|
-
* - `"step"`—Connects the values with a right-angled line. Available when [`series.type`](
|
|
10
|
+
* - `"step"`—Connects the values with a right-angled line. Available when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"line"`.
|
|
11
11
|
* - `"smooth"`—Connects the values with a smooth line. Not supported for stacked area series with missing values.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Specifies an axis for locking during the pan and zoom operations ([see example](
|
|
6
|
+
* Specifies an axis for locking during the pan and zoom operations ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/pan-zoom#disabling-pan-and-zoom-directions)).
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* - `"none"`—Locks no axis.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Specifies the margin configuration for each side
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/api/titlecomponent)).
|
|
8
8
|
*/
|
|
9
9
|
export interface Margin {
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Margin } from './margin.interface';
|
|
6
6
|
/**
|
|
7
|
-
* Specifies the padding configuration for each side accepted by the [`padding`](
|
|
7
|
+
* Specifies the padding configuration for each side accepted by the [`padding`](https://www.telerik.com/kendo-angular-ui/components/charts/api/titlecomponent#padding) option.
|
|
8
8
|
*/
|
|
9
9
|
export interface Padding extends Margin {
|
|
10
10
|
}
|
|
@@ -28,7 +28,7 @@ export interface PlotBand {
|
|
|
28
28
|
*
|
|
29
29
|
* To display a label, set the text option.
|
|
30
30
|
*
|
|
31
|
-
* See [Plot Bands - Labels](
|
|
31
|
+
* See [Plot Bands - Labels](https://www.telerik.com/kendo-angular-ui/components/charts/elements/plot-bands#labels) for sample usage.
|
|
32
32
|
*/
|
|
33
33
|
label?: PlotBandLabel;
|
|
34
34
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Specifies the alignment of the label when [`series.type`](
|
|
6
|
+
* Specifies the alignment of the label when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"donut"`, `"funnel"`, `"pyramid"` or `"pie"`.
|
|
7
7
|
*
|
|
8
8
|
* The supported values for `"donut"` and `"pie"` are:
|
|
9
9
|
*
|
|
@@ -14,21 +14,21 @@
|
|
|
14
14
|
* - `"candlestick"`—Shows data as candlesticks, which display the open, close, high, and low values of a series.
|
|
15
15
|
* - `"column"`—Shows data as sets of vertical bars that display the relationship between individual items and the whole category.
|
|
16
16
|
* - `"donut"`—Shows data as a series of rings that are sliced depending on the value.
|
|
17
|
-
* - `"exponentialTrendline"`—Shows an exponential [trendline](
|
|
17
|
+
* - `"exponentialTrendline"`—Shows an exponential [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#exponential-trendline) for the specified parent series.
|
|
18
18
|
* - `"funnel"`—Shows data as a funnel, which is useful for sales data visualization.
|
|
19
19
|
* - `"heatmap"`—Shows data as a heatmap, which is useful for comparing values in a matrix.
|
|
20
20
|
* - `"horizontalWaterfall"`—Shows data as a horizontal waterfall chart, which is useful for comparing positive and negative values over a period.
|
|
21
21
|
* - `"line"`—Shows data as continuous lines that connect data points evenly distributed along the category field.
|
|
22
|
-
* - `"linearTrendline"`—Shows a linear [trendline](
|
|
23
|
-
* - `"logarithmicTrendline"`—Shows a logarithmic [trendline](
|
|
24
|
-
* - `"movingAverageTrendline"`—Shows a moving average [trendline](
|
|
22
|
+
* - `"linearTrendline"`—Shows a linear [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#linear-trendline) for the specified parent series.
|
|
23
|
+
* - `"logarithmicTrendline"`—Shows a logarithmic [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#logarithmic-trendline) for the specified parent series.
|
|
24
|
+
* - `"movingAverageTrendline"`—Shows a moving average [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#moving-average-trendline) for the specified parent series.
|
|
25
25
|
* - `"ohlc"`—Shows data as OHLC (open-high-low-close) bars, which display the open, high, low, and close values of a series.
|
|
26
26
|
* - `"pie"`—Shows data as a series of pie slices, which display the contribution of each value to a total.
|
|
27
27
|
* - `"polarArea"`—Shows data as a series of polar area segments, which display the contribution of each value to a total.
|
|
28
28
|
* - `"polarLine"`—Shows data as continuous lines that connect data points evenly distributed along the category field.
|
|
29
29
|
* - `"polarScatter"`—Shows data as points distributed in a polar coordinate system.
|
|
30
|
-
* - `"polynomialTrendline"`—Shows a polynomial [trendline](
|
|
31
|
-
* - `"powerTrendline"`—Shows a power [trendline](
|
|
30
|
+
* - `"polynomialTrendline"`—Shows a polynomial [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#polynomial-trendline) for the specified parent series.
|
|
31
|
+
* - `"powerTrendline"`—Shows a power [trendline](https://www.telerik.com/kendo-angular-ui/components/charts/elements/trendlines#power-trendline) for the specified parent series.
|
|
32
32
|
* - `"pyramid"`—Shows data as a pyramid divided in segments proportional to each value.
|
|
33
33
|
* - `"radarArea"`—Shows data as a series of radar area segments, which display the contribution of each value to a total.
|
|
34
34
|
* - `"radarColumn"`—Shows data as sets of vertical bars that display the relationship between individual items and the whole category.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Specifies the `weekStartDay` of a [CategoryAxisItemComponent](
|
|
6
|
+
* Specifies the `weekStartDay` of a [CategoryAxisItemComponent](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxisitemcomponent).
|
|
7
7
|
*/
|
|
8
8
|
export declare enum WeekStartDay {
|
|
9
9
|
/**
|
|
@@ -25,7 +25,7 @@ export interface AxisCrosshairTooltip {
|
|
|
25
25
|
*/
|
|
26
26
|
font?: string;
|
|
27
27
|
/**
|
|
28
|
-
* The format for displaying the tooltip. Uses the [`format`](
|
|
28
|
+
* 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`.
|
|
29
29
|
* Contains one placeholder (`"{0}"`) which represents the value.
|
|
30
30
|
*/
|
|
31
31
|
format?: string;
|
|
@@ -6,7 +6,7 @@ import { DashType } from '../../common/property-types';
|
|
|
6
6
|
import { AxisDefaultsCrosshairTooltip } from './crosshair.tooltip.interface';
|
|
7
7
|
/**
|
|
8
8
|
* Specifies the configuration options of the axis crosshair
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
10
10
|
*/
|
|
11
11
|
export interface AxisDefaultsCrosshair {
|
|
12
12
|
/**
|
|
@@ -32,7 +32,7 @@ export interface AxisDefaultsCrosshair {
|
|
|
32
32
|
width?: number;
|
|
33
33
|
/**
|
|
34
34
|
* Specifies the options of the crosshair tooltip.
|
|
35
|
-
* The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`](
|
|
35
|
+
* The crosshair tooltip is displayed when the [`axisDefaults.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultscrosshairtooltip#visible)
|
|
36
36
|
* option is set to `true`.
|
|
37
37
|
*/
|
|
38
38
|
tooltip?: AxisDefaultsCrosshairTooltip;
|
|
@@ -6,7 +6,7 @@ import { drawing } from '@progress/kendo-drawing';
|
|
|
6
6
|
import { AxisLabelContentArgs, AxisLabelVisualArgs, LabelRotation, Margin, Padding } from '../../common/property-types';
|
|
7
7
|
/**
|
|
8
8
|
* Specifies the configuration options for the axis label
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
10
10
|
*/
|
|
11
11
|
export interface AxisDefaultsLabels {
|
|
12
12
|
/**
|
|
@@ -19,7 +19,7 @@ export interface AxisDefaultsLabels {
|
|
|
19
19
|
*/
|
|
20
20
|
font?: string;
|
|
21
21
|
/**
|
|
22
|
-
* Specifies the format for displaying the labels. Uses the [`format`](
|
|
22
|
+
* 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.
|
|
23
23
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
24
24
|
*/
|
|
25
25
|
format?: string;
|
|
@@ -6,7 +6,7 @@ import { drawing } from '@progress/kendo-drawing';
|
|
|
6
6
|
import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
|
|
7
7
|
/**
|
|
8
8
|
* Specifies the configuration options for the axis title
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/axes#default-axis-configuration)).
|
|
10
10
|
*/
|
|
11
11
|
export interface AxisDefaultsTitle {
|
|
12
12
|
/**
|
|
@@ -73,7 +73,7 @@ export interface AxisDefaults {
|
|
|
73
73
|
visible?: boolean;
|
|
74
74
|
/**
|
|
75
75
|
* Specifies the crosshair configuration options.
|
|
76
|
-
* Displays the crosshair when the [`axisDefaults.crosshair.visible`](
|
|
76
|
+
* Displays the crosshair when the [`axisDefaults.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultscrosshair#visible) option is set to `true`.
|
|
77
77
|
*/
|
|
78
78
|
crosshair?: AxisDefaultsCrosshair;
|
|
79
79
|
/**
|
|
@@ -82,7 +82,7 @@ export interface AxisDefaults {
|
|
|
82
82
|
labels?: AxisDefaultsLabels;
|
|
83
83
|
/**
|
|
84
84
|
* Specifies the title configuration of the axis.
|
|
85
|
-
* To display the title, set the [`axisDefaults.title.text`](
|
|
85
|
+
* To display the title, set the [`axisDefaults.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisdefaultstitle#text) option.
|
|
86
86
|
*/
|
|
87
87
|
title?: AxisDefaultsTitle;
|
|
88
88
|
}
|
|
@@ -31,7 +31,7 @@ export interface CategoryAxisCrosshair {
|
|
|
31
31
|
width?: number;
|
|
32
32
|
/**
|
|
33
33
|
* Specifies the options of the crosshair tooltip.
|
|
34
|
-
* The crosshair tooltip displays when the [`categoryAxis.crosshair.tooltip.visible`](
|
|
34
|
+
* The crosshair tooltip displays when the [`categoryAxis.crosshair.tooltip.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxiscrosshairtooltip#visible) option is set to `true`.
|
|
35
35
|
*/
|
|
36
36
|
tooltip?: CategoryAxisCrosshairTooltip;
|
|
37
37
|
}
|
|
@@ -28,17 +28,17 @@ export interface CategoryAxisLabels {
|
|
|
28
28
|
content?: (e: AxisLabelContentArgs) => string;
|
|
29
29
|
/**
|
|
30
30
|
* Specifies the culture to use when formatting date values.
|
|
31
|
-
* The specified culture must be loaded as demonstrated in the [Internationalization Overview](
|
|
31
|
+
* The specified culture must be loaded 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
35
|
* Specifies the format for displaying the labels of the date category axis.
|
|
36
36
|
* The `{0}` placeholder represents the category value.
|
|
37
|
-
* The Chart selects the appropriate format for the current [`categoryAxis.baseUnit`](
|
|
38
|
-
* Setting the [`categoryAxis.labels.format`](
|
|
39
|
-
* For more information, refer to the [`format`](
|
|
37
|
+
* The Chart selects the appropriate format for the current [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) option.
|
|
38
|
+
* Setting the [`categoryAxis.labels.format`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#format) option overrides the date formats.
|
|
39
|
+
* For more information, refer to the [`format`](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/api/intlservice#format) method of IntlService.
|
|
40
40
|
*
|
|
41
|
-
* For Radar Charts, the feature is not supported. Use [`categoryAxis.labels.format`](
|
|
41
|
+
* For Radar Charts, the feature is not supported. Use [`categoryAxis.labels.format`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#format) instead.
|
|
42
42
|
*/
|
|
43
43
|
dateFormats?: DateFormats;
|
|
44
44
|
/**
|
|
@@ -46,7 +46,7 @@ export interface CategoryAxisLabels {
|
|
|
46
46
|
*/
|
|
47
47
|
font?: string;
|
|
48
48
|
/**
|
|
49
|
-
* Specifies the format for displaying the labels. Uses the [`format`](
|
|
49
|
+
* 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.
|
|
50
50
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
51
51
|
*/
|
|
52
52
|
format?: string;
|
|
@@ -29,7 +29,7 @@ export interface CategoryAxisNotesLabel {
|
|
|
29
29
|
*/
|
|
30
30
|
font?: string;
|
|
31
31
|
/**
|
|
32
|
-
* Specifies the format for displaying the notes label. Uses the [`format`](
|
|
32
|
+
* 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.
|
|
33
33
|
* Contains one placeholder (`"{0}"`) which represents the category value.
|
|
34
34
|
*/
|
|
35
35
|
format?: string;
|
|
@@ -29,12 +29,12 @@ export interface CategoryAxis {
|
|
|
29
29
|
background?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Sets the base time interval for the date axis.
|
|
32
|
-
* The default base unit is automatically determined by the minimum difference between subsequent categories. Use `"fit"` to set a base unit and [`categoryAxis.baseUnitStep`](
|
|
32
|
+
* The default base unit is automatically determined by the minimum difference between subsequent categories. Use `"fit"` to set a base unit and [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) so the total number of categories does not exceed [`categoryAxis.maxDateGroups`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#maxdategroups). Series data is aggregated for the specified base unit by using the [`series.aggregate`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#aggregate) function.
|
|
33
33
|
*/
|
|
34
34
|
baseUnit?: CategoryBaseUnit;
|
|
35
35
|
/**
|
|
36
36
|
* Sets the step (interval) between categories in base units.
|
|
37
|
-
* Use `"auto"` to set the step so the total number of categories does not exceed [`categoryAxis.maxDateGroups`](
|
|
37
|
+
* Use `"auto"` to set the step so the total number of categories does not exceed [`categoryAxis.maxDateGroups`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#maxdategroups). This option is ignored if [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) is set to `"fit"`.
|
|
38
38
|
*/
|
|
39
39
|
baseUnitStep?: number | 'auto';
|
|
40
40
|
/**
|
|
@@ -44,12 +44,12 @@ export interface CategoryAxis {
|
|
|
44
44
|
categories?: any[];
|
|
45
45
|
/**
|
|
46
46
|
* Sets the color to apply to all axis elements.
|
|
47
|
-
* Accepts a valid CSS color string, including HEX and RGB and can be overridden by [`categoryAxis.labels.color`](
|
|
47
|
+
* Accepts a valid CSS color string, including HEX and RGB and can be overridden by [`categoryAxis.labels.color`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxislabels#color) and [`categoryAxis.line.color`](https://www.telerik.com/kendo-angular-ui/components/charts/api/axisline#color).
|
|
48
48
|
*/
|
|
49
49
|
color?: string;
|
|
50
50
|
/**
|
|
51
51
|
* Determines if the Chart positions categories and series points on major ticks.
|
|
52
|
-
* This removes the empty space before and after the series. The default value is `false` except for `"area"`, `"verticalArea"`, `"rangeArea"`, and `"verticalRangeArea"`. This option is ignored if [`series.type`](
|
|
52
|
+
* This removes the empty space before and after the series. The default value is `false` except for `"area"`, `"verticalArea"`, `"rangeArea"`, and `"verticalRangeArea"`. This option is ignored if [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"boxPlot"`, `"ohlc"`, `"candlestick"`, or `"waterfall"`.
|
|
53
53
|
*/
|
|
54
54
|
justified?: boolean;
|
|
55
55
|
/**
|
|
@@ -68,11 +68,11 @@ export interface CategoryAxis {
|
|
|
68
68
|
majorTicks?: AxisTicks;
|
|
69
69
|
/**
|
|
70
70
|
* Sets the last date displayed on a date category axis or the index of the last category displayed on a category axis.
|
|
71
|
-
* By default, the max value is the same as the last category. This is often used in combination with [`categoryAxis.min`](
|
|
71
|
+
* By default, the max value is the same as the last category. This is often used in combination with [`categoryAxis.min`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#min) and [`categoryAxis.roundToBaseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#roundtobaseunit) to set up a fixed date range.
|
|
72
72
|
*/
|
|
73
73
|
max?: any;
|
|
74
74
|
/**
|
|
75
|
-
* Sets the maximum number of groups (categories) to display when [`categoryAxis.baseUnit`](
|
|
75
|
+
* Sets the maximum number of groups (categories) to display when [`categoryAxis.baseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunit) is set to `"fit"` or [`categoryAxis.baseUnitStep`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#baseunitstep) is set to `"auto"`.
|
|
76
76
|
*/
|
|
77
77
|
maxDateGroups?: number;
|
|
78
78
|
/**
|
|
@@ -82,7 +82,7 @@ export interface CategoryAxis {
|
|
|
82
82
|
maxDivisions?: number;
|
|
83
83
|
/**
|
|
84
84
|
* Sets the first date displayed on a date category axis or the index of the first category displayed on a category axis.
|
|
85
|
-
* By default, the min value is the same as the first category. This is often used in combination with [`categoryAxis.max`](
|
|
85
|
+
* By default, the min value is the same as the first category. This is often used in combination with [`categoryAxis.max`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#max) and [`categoryAxis.roundToBaseUnit`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxis#roundtobaseunit) to set up a fixed date range.
|
|
86
86
|
*/
|
|
87
87
|
min?: any;
|
|
88
88
|
/**
|
|
@@ -96,7 +96,7 @@ export interface CategoryAxis {
|
|
|
96
96
|
minorTicks?: AxisTicks;
|
|
97
97
|
/**
|
|
98
98
|
* Sets the unique axis name.
|
|
99
|
-
* Used to associate a series with a category axis, which utilizes the [`series.categoryAxis`](
|
|
99
|
+
* Used to associate a series with a category axis, which utilizes the [`series.categoryAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#categoryaxis) option.
|
|
100
100
|
*/
|
|
101
101
|
name?: string;
|
|
102
102
|
/**
|
|
@@ -142,7 +142,7 @@ export interface CategoryAxis {
|
|
|
142
142
|
weekStartDay?: WeekStartDay;
|
|
143
143
|
/**
|
|
144
144
|
* Configures the crosshair options.
|
|
145
|
-
* The crosshair is displayed when the [`categoryAxis.crosshair.visible`](
|
|
145
|
+
* The crosshair is displayed when the [`categoryAxis.crosshair.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxiscrosshair#visible) option is set to `true`.
|
|
146
146
|
*/
|
|
147
147
|
crosshair?: CategoryAxisCrosshair;
|
|
148
148
|
/**
|
|
@@ -160,7 +160,7 @@ export interface CategoryAxis {
|
|
|
160
160
|
select?: CategoryAxisSelect;
|
|
161
161
|
/**
|
|
162
162
|
* Configures the title of the category axis.
|
|
163
|
-
* To display the title, set the [`categoryAxis.title.text`](
|
|
163
|
+
* To display the title, set the [`categoryAxis.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/categoryaxistitle#text) option.
|
|
164
164
|
*/
|
|
165
165
|
title?: CategoryAxisTitle;
|
|
166
166
|
}
|
|
@@ -6,7 +6,7 @@ import { Element } from '@progress/kendo-drawing';
|
|
|
6
6
|
import { Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
|
|
7
7
|
/**
|
|
8
8
|
* Represents the configuration options for the Legend title
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend#adding-a-title)).
|
|
10
10
|
*/
|
|
11
11
|
export interface LegendTitle {
|
|
12
12
|
/**
|
|
@@ -7,12 +7,12 @@ import { LegendInactiveItems } from './legend/inactive-items.interface';
|
|
|
7
7
|
import { LegendItem } from './legend/item.interface';
|
|
8
8
|
import { LegendMarkers } from './legend/markers.interface';
|
|
9
9
|
/**
|
|
10
|
-
* Specifies the configuration options of the Chart legend ([see examples](
|
|
10
|
+
* Specifies the configuration options of the Chart legend ([see examples](https://www.telerik.com/kendo-angular-ui/components/charts/elements/legend)).
|
|
11
11
|
*/
|
|
12
12
|
export interface Legend {
|
|
13
13
|
/**
|
|
14
|
-
* Specifies how the legend aligns horizontally when [`legend.position`](
|
|
15
|
-
* or aligns vertically when [`legend.position`](
|
|
14
|
+
* Specifies how the legend aligns horizontally when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#position) is set to `"top"` or `"bottom"`
|
|
15
|
+
* or aligns vertically when [`legend.position`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#position) is set to `"left"` or `"right"`.
|
|
16
16
|
*/
|
|
17
17
|
align?: 'start' | 'center' | 'end';
|
|
18
18
|
/**
|
|
@@ -24,7 +24,7 @@ export interface Legend {
|
|
|
24
24
|
*/
|
|
25
25
|
border?: Border;
|
|
26
26
|
/**
|
|
27
|
-
* Specifies the height of the legend when [`legend.orientation`](
|
|
27
|
+
* Specifies the height of the legend when [`legend.orientation`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#orientation) is set to `"vertical"`.
|
|
28
28
|
*/
|
|
29
29
|
height?: number;
|
|
30
30
|
/**
|
|
@@ -57,7 +57,7 @@ export interface Legend {
|
|
|
57
57
|
padding?: Padding | number;
|
|
58
58
|
/**
|
|
59
59
|
* Specifies the positions of the Chart legend.
|
|
60
|
-
* Setting the legend position to `custom` allows you to position the legend using the [`legend.offsetX`](
|
|
60
|
+
* 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.
|
|
61
61
|
*/
|
|
62
62
|
position?: 'top' | 'bottom' | 'left' | 'right' | 'custom';
|
|
63
63
|
/**
|
|
@@ -69,7 +69,7 @@ export interface Legend {
|
|
|
69
69
|
*/
|
|
70
70
|
visible?: boolean;
|
|
71
71
|
/**
|
|
72
|
-
* Specifies the legend width when the [`legend.orientation`](
|
|
72
|
+
* Specifies the legend width when the [`legend.orientation`](https://www.telerik.com/kendo-angular-ui/components/charts/api/legend#orientation) is set to `"horizontal"`.
|
|
73
73
|
*/
|
|
74
74
|
width?: number;
|
|
75
75
|
/**
|
|
@@ -50,7 +50,7 @@ export interface PanesTitle {
|
|
|
50
50
|
* The available argument fields are:
|
|
51
51
|
*
|
|
52
52
|
* - `text`—The label text.
|
|
53
|
-
* - `rect`—The [geometry Rect](
|
|
53
|
+
* - `rect`—The [geometry Rect](https://www.telerik.com/kendo-angular-ui/components/drawing/api/geometry_rect) that defines where the visual has to be rendered.
|
|
54
54
|
* - `sender`—The Chart instance (might be `undefined`).
|
|
55
55
|
* - `options`—The label options.
|
|
56
56
|
* - `createVisual`—A function that can be used to get the default visual.
|
|
@@ -35,7 +35,7 @@ export interface PaneDefaults {
|
|
|
35
35
|
padding?: Padding | number;
|
|
36
36
|
/**
|
|
37
37
|
* Specifies the title configuration of the pane.
|
|
38
|
-
* To display the title, set the [`panes.title.text`](
|
|
38
|
+
* To display the title, set the [`panes.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/panestitle#text) option.
|
|
39
39
|
*/
|
|
40
40
|
title?: PanesTitle;
|
|
41
41
|
}
|
|
@@ -42,7 +42,7 @@ export interface Pane {
|
|
|
42
42
|
padding?: Padding | number;
|
|
43
43
|
/**
|
|
44
44
|
* Configures the title of the pane.
|
|
45
|
-
* To display the title, set the [`panes.title.text`](
|
|
45
|
+
* To display the title, set the [`panes.title.text`](https://www.telerik.com/kendo-angular-ui/components/charts/api/panestitle#text) option.
|
|
46
46
|
*/
|
|
47
47
|
title?: string | PanesTitle;
|
|
48
48
|
}
|
|
@@ -29,7 +29,7 @@ export interface SeriesDefaultsLabelsFrom {
|
|
|
29
29
|
*/
|
|
30
30
|
font?: string;
|
|
31
31
|
/**
|
|
32
|
-
* Specifies the format of the `from` labels. Uses the [`format`](
|
|
32
|
+
* 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.
|
|
33
33
|
*/
|
|
34
34
|
format?: string;
|
|
35
35
|
/**
|
|
@@ -32,7 +32,7 @@ export interface SeriesDefaultsLabels {
|
|
|
32
32
|
*/
|
|
33
33
|
font?: string;
|
|
34
34
|
/**
|
|
35
|
-
* Specifies the format of the labels. Uses the [`format`](
|
|
35
|
+
* 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.
|
|
36
36
|
*/
|
|
37
37
|
format?: string;
|
|
38
38
|
/**
|
|
@@ -58,12 +58,12 @@ export interface SeriesDefaultsLabels {
|
|
|
58
58
|
visual?: (e: SeriesLabelsVisualArgs) => drawing.Element;
|
|
59
59
|
/**
|
|
60
60
|
* Specifies the Chart series `from` label configuration.
|
|
61
|
-
* Displays the series labels when either the [`seriesDefaults.labels.visible`](
|
|
61
|
+
* Displays the series labels when either the [`seriesDefaults.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabels#visible) or the [`seriesDefaults.labels.from.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabelsfrom#visible) option is set to `true`.
|
|
62
62
|
*/
|
|
63
63
|
from?: SeriesDefaultsLabelsFrom;
|
|
64
64
|
/**
|
|
65
65
|
* Specifies the Chart series `to` label configuration.
|
|
66
|
-
* Displays the series labels when either the [`seriesDefaults.labels.visible`](
|
|
66
|
+
* Displays the series labels when either the [`seriesDefaults.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabels#visible) or the [`seriesDefaults.labels.to.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabelsto#visible) option is set to `true`.
|
|
67
67
|
*/
|
|
68
68
|
to?: SeriesDefaultsLabelsTo;
|
|
69
69
|
}
|
|
@@ -29,7 +29,7 @@ export interface SeriesDefaultsLabelsTo {
|
|
|
29
29
|
*/
|
|
30
30
|
font?: string;
|
|
31
31
|
/**
|
|
32
|
-
* Specifies the format of the `to` labels. Uses the [`format`](
|
|
32
|
+
* 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.
|
|
33
33
|
*/
|
|
34
34
|
format?: string;
|
|
35
35
|
/**
|
|
@@ -29,7 +29,7 @@ export interface SeriesDefaultsNotesLabel {
|
|
|
29
29
|
*/
|
|
30
30
|
font?: string;
|
|
31
31
|
/**
|
|
32
|
-
* Specifies the format for displaying the notes label. Uses the [`format`](
|
|
32
|
+
* 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.
|
|
33
33
|
* Contains one placeholder (`"{0}"`) which represents the axis value.
|
|
34
34
|
*/
|
|
35
35
|
format?: string;
|
|
@@ -42,8 +42,8 @@ export interface SeriesDefaultsNotesLabel {
|
|
|
42
42
|
*/
|
|
43
43
|
rotation?: number;
|
|
44
44
|
/**
|
|
45
|
-
* Determines whether the Chart displays the [`seriesDefaults`](
|
|
46
|
-
* When set to `true`, the label is visible. By default, the [`seriesDefaults`](
|
|
45
|
+
* Determines whether the Chart displays the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaults) notes label.
|
|
46
|
+
* When set to `true`, the label is visible. By default, the [`seriesDefaults`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaults) notes label is visible.
|
|
47
47
|
*/
|
|
48
48
|
visible?: boolean;
|
|
49
49
|
}
|
|
@@ -24,7 +24,7 @@ export interface SeriesDefaultsTooltip {
|
|
|
24
24
|
*/
|
|
25
25
|
font?: string;
|
|
26
26
|
/**
|
|
27
|
-
* Specifies the format of the labels. Uses the [`format`](
|
|
27
|
+
* 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`.
|
|
28
28
|
*
|
|
29
29
|
* Area, Bar, Column, Funnel, Pyramid, Line, and Pie charts are represented by `{0}` as the value placeholder.
|
|
30
30
|
*
|
|
@@ -142,13 +142,13 @@ export interface SeriesDefaults {
|
|
|
142
142
|
overlay?: Overlay;
|
|
143
143
|
/**
|
|
144
144
|
* Specifies the space between the Chart series as a proportion of the series width.
|
|
145
|
-
* The `spacing` option is supported when [`series.type`](
|
|
145
|
+
* The `spacing` option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
|
|
146
146
|
* and `"waterfall"`.
|
|
147
147
|
*/
|
|
148
148
|
spacing?: number;
|
|
149
149
|
/**
|
|
150
150
|
* Determines whether the series has to be stacked.
|
|
151
|
-
* This option is supported when [`series.type`](
|
|
151
|
+
* This option is supported when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
|
|
152
152
|
* `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
|
|
153
153
|
*/
|
|
154
154
|
stack?: boolean | string | SeriesStack;
|
|
@@ -163,7 +163,7 @@ export interface SeriesDefaults {
|
|
|
163
163
|
visual?: (e: SeriesVisualArgs) => drawing.Element;
|
|
164
164
|
/**
|
|
165
165
|
* Specifies the label configuration of the Chart series.
|
|
166
|
-
* Displays the series labels when the [`seriesDefaults.labels.visible`](
|
|
166
|
+
* Displays the series labels when the [`seriesDefaults.labels.visible`](https://www.telerik.com/kendo-angular-ui/components/charts/api/seriesdefaultslabels#visible) option is set to `true`.
|
|
167
167
|
*/
|
|
168
168
|
labels?: SeriesDefaultsLabels;
|
|
169
169
|
/**
|
|
@@ -22,7 +22,7 @@ export interface SeriesErrorBars {
|
|
|
22
22
|
line?: ErrorBarLine;
|
|
23
23
|
/**
|
|
24
24
|
* Specifies the error bars value.
|
|
25
|
-
* Supports the value option when [series.type](
|
|
25
|
+
* Supports the value option when [series.type](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
|
|
26
26
|
*
|
|
27
27
|
* Supports the following value types:
|
|
28
28
|
*
|
|
@@ -42,15 +42,15 @@ export interface SeriesErrorBars {
|
|
|
42
42
|
*/
|
|
43
43
|
visual?: (e: ErrorBarsVisualArgs) => drawing.Element;
|
|
44
44
|
/**
|
|
45
|
-
* Specifies the value of the [`xAxis`](
|
|
46
|
-
* types, refer to the [`series.errorBars.value`](
|
|
47
|
-
* Supports the `xValue` option when [`series.type`](
|
|
45
|
+
* Specifies the value of the [`xAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxis) error bars. For a list of the supported value
|
|
46
|
+
* types, refer to the [`series.errorBars.value`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieserrorbars#value) option.
|
|
47
|
+
* Supports the `xValue` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
|
|
48
48
|
*/
|
|
49
49
|
xValue?: string;
|
|
50
50
|
/**
|
|
51
|
-
* Specifies the value of the [`yAxis`](
|
|
52
|
-
* to the [`series.errorBars.value`](
|
|
53
|
-
* Supports the `yValue` option when [`series.type`](
|
|
51
|
+
* Specifies the value of the [`yAxis`](https://www.telerik.com/kendo-angular-ui/components/charts/api/yaxis) error bars. For a list of supported value types, refer
|
|
52
|
+
* to the [`series.errorBars.value`](https://www.telerik.com/kendo-angular-ui/components/charts/api/serieserrorbars#value) option.
|
|
53
|
+
* Supports the `yValue` option when [`series.type`](https://www.telerik.com/kendo-angular-ui/components/charts/api/series#type) is set to `"scatter"`, `"scatterLine"`, or `"bubble"`.
|
|
54
54
|
*/
|
|
55
55
|
yValue?: string;
|
|
56
56
|
}
|