@progress/kendo-angular-charts 16.4.0-develop.5 → 16.4.0-develop.7
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/chart/pane-defaults.component.d.ts +1 -1
- package/esm2020/chart/pane-defaults.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/sankey/labels.component.mjs +1 -1
- package/esm2020/sankey/links.component.mjs +1 -1
- package/esm2020/sankey/nodes.component.mjs +1 -1
- package/esm2020/sankey/tooltip/link-tooltip-template.directive.mjs +1 -1
- package/esm2020/sankey/tooltip/node-tooltip-template.directive.mjs +1 -1
- package/esm2020/stock-chart/navigator/hint.component.mjs +1 -1
- package/esm2020/stock-chart/navigator/pane.component.mjs +1 -1
- package/esm2020/stock-chart/navigator.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-charts.mjs +11 -11
- package/fesm2020/progress-kendo-angular-charts.mjs +11 -11
- package/package.json +8 -8
- package/sankey/labels.component.d.ts +1 -1
- package/sankey/links.component.d.ts +1 -1
- package/sankey/nodes.component.d.ts +1 -1
- package/sankey/tooltip/link-tooltip-template.directive.d.ts +1 -1
- package/sankey/tooltip/node-tooltip-template.directive.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.component.d.ts +1 -1
|
@@ -8,7 +8,7 @@ import { Border, Margin, Padding, PaneDefaults, PaneDefaultsTitle } from '../com
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* The default options for all chart panes,
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](slug:panes_chart_charts#toc-default-settings)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class PaneDefaultsComponent extends SettingsComponent implements PaneDefaults {
|
|
14
14
|
configurationService: ConfigurationService;
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
import * as i1 from "../common/configuration.service";
|
|
10
10
|
/**
|
|
11
11
|
* The default options for all chart panes,
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](slug:panes_chart_charts#toc-default-settings)).
|
|
13
13
|
*/
|
|
14
14
|
export class PaneDefaultsComponent extends SettingsComponent {
|
|
15
15
|
constructor(configurationService) {
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-charts',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.4.0-develop.
|
|
12
|
+
publishDate: 1720507655,
|
|
13
|
+
version: '16.4.0-develop.7',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
import * as i1 from "../common/configuration.service";
|
|
10
10
|
/**
|
|
11
11
|
* The configuration options of the Sankey labels
|
|
12
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
12
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export class SankeyLabelsComponent extends SettingsComponent {
|
|
15
15
|
constructor(configurationService) {
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
import * as i1 from "../common/configuration.service";
|
|
10
10
|
/**
|
|
11
11
|
* The configuration options of the Sankey links
|
|
12
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
12
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export class SankeyLinksComponent extends SettingsComponent {
|
|
15
15
|
constructor(configurationService) {
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
import * as i1 from "../common/configuration.service";
|
|
10
10
|
/**
|
|
11
11
|
* The configuration options of the Sankey nodes
|
|
12
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
12
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export class SankeyNodesComponent extends SettingsComponent {
|
|
15
15
|
constructor(configurationService) {
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
10
|
-
* [links tooltip](slug:tooltip_sankey#toc-specifying-a-template).
|
|
10
|
+
* [links tooltip](slug:tooltip_sankey#toc-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.
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
10
|
-
* [series tooltip](slug:tooltip_sankey#toc-specifying-a-template).
|
|
10
|
+
* [series tooltip](slug:tooltip_sankey#toc-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.
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
import * as i1 from "../../common/configuration.service";
|
|
10
10
|
/**
|
|
11
11
|
* The default options of the navigator hint
|
|
12
|
-
* ([see example](
|
|
12
|
+
* ([see example](slug:overview_stockchart_charts)).
|
|
13
13
|
*/
|
|
14
14
|
export class NavigatorHintComponent extends SettingsComponent {
|
|
15
15
|
constructor(configurationService) {
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
import * as i1 from "../../common/configuration.service";
|
|
11
11
|
/**
|
|
12
12
|
* The configuration component of the navigator pane
|
|
13
|
-
* ([see example](
|
|
13
|
+
* ([see example](slug:overview_stockchart_charts)).
|
|
14
14
|
*/
|
|
15
15
|
export class NavigatorPaneComponent extends PaneComponent {
|
|
16
16
|
constructor(configurationService) {
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
import * as i1 from "../common/configuration.service";
|
|
11
11
|
/**
|
|
12
12
|
* The configuration options of the navigator
|
|
13
|
-
* ([see runnable example](
|
|
13
|
+
* ([see runnable example](slug:overview_stockchart_charts)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```ts-no-run
|
|
@@ -1687,8 +1687,8 @@ const packageMetadata = {
|
|
|
1687
1687
|
name: '@progress/kendo-angular-charts',
|
|
1688
1688
|
productName: 'Kendo UI for Angular',
|
|
1689
1689
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1690
|
-
publishDate:
|
|
1691
|
-
version: '16.4.0-develop.
|
|
1690
|
+
publishDate: 1720507655,
|
|
1691
|
+
version: '16.4.0-develop.7',
|
|
1692
1692
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1693
1693
|
};
|
|
1694
1694
|
|
|
@@ -3954,7 +3954,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3954
3954
|
|
|
3955
3955
|
/**
|
|
3956
3956
|
* The default options for all chart panes,
|
|
3957
|
-
* ([see example](
|
|
3957
|
+
* ([see example](slug:panes_chart_charts#toc-default-settings)).
|
|
3958
3958
|
*/
|
|
3959
3959
|
class PaneDefaultsComponent extends SettingsComponent {
|
|
3960
3960
|
constructor(configurationService) {
|
|
@@ -6686,7 +6686,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6686
6686
|
|
|
6687
6687
|
/**
|
|
6688
6688
|
* The configuration options of the navigator
|
|
6689
|
-
* ([see runnable example](
|
|
6689
|
+
* ([see runnable example](slug:overview_stockchart_charts)).
|
|
6690
6690
|
*
|
|
6691
6691
|
* @example
|
|
6692
6692
|
* ```ts-no-run
|
|
@@ -6973,7 +6973,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6973
6973
|
|
|
6974
6974
|
/**
|
|
6975
6975
|
* The default options of the navigator hint
|
|
6976
|
-
* ([see example](
|
|
6976
|
+
* ([see example](slug:overview_stockchart_charts)).
|
|
6977
6977
|
*/
|
|
6978
6978
|
class NavigatorHintComponent extends SettingsComponent {
|
|
6979
6979
|
constructor(configurationService) {
|
|
@@ -7000,7 +7000,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7000
7000
|
|
|
7001
7001
|
/**
|
|
7002
7002
|
* The configuration component of the navigator pane
|
|
7003
|
-
* ([see example](
|
|
7003
|
+
* ([see example](slug:overview_stockchart_charts)).
|
|
7004
7004
|
*/
|
|
7005
7005
|
class NavigatorPaneComponent extends PaneComponent {
|
|
7006
7006
|
constructor(configurationService) {
|
|
@@ -7755,7 +7755,7 @@ class SankeyLinkTooltipTemplateContext {
|
|
|
7755
7755
|
/**
|
|
7756
7756
|
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
7757
7757
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
7758
|
-
* [links tooltip](slug:tooltip_sankey#toc-specifying-a-template).
|
|
7758
|
+
* [links tooltip](slug:tooltip_sankey#toc-specifying-a-link-tooltip-template).
|
|
7759
7759
|
* The following context fields are frequently utilized:
|
|
7760
7760
|
* - `let-source="source"`—The link source data item..
|
|
7761
7761
|
* - `let-target="target"`—The link target data item.
|
|
@@ -7854,7 +7854,7 @@ class SankeyNodeTooltipTemplateContext {
|
|
|
7854
7854
|
/**
|
|
7855
7855
|
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
7856
7856
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
7857
|
-
* [series tooltip](slug:tooltip_sankey#toc-specifying-a-template).
|
|
7857
|
+
* [series tooltip](slug:tooltip_sankey#toc-specifying-a-node-tooltip-template).
|
|
7858
7858
|
* The following context fields are frequently utilized:
|
|
7859
7859
|
* - `let-color="color"`—The node color.
|
|
7860
7860
|
* - `let-label="label"`—The node label data.
|
|
@@ -8599,7 +8599,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8599
8599
|
|
|
8600
8600
|
/**
|
|
8601
8601
|
* The configuration options of the Sankey labels
|
|
8602
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
8602
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
8603
8603
|
*/
|
|
8604
8604
|
class SankeyLabelsComponent extends SettingsComponent {
|
|
8605
8605
|
constructor(configurationService) {
|
|
@@ -8696,7 +8696,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8696
8696
|
|
|
8697
8697
|
/**
|
|
8698
8698
|
* The configuration options of the Sankey links
|
|
8699
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
8699
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
8700
8700
|
*/
|
|
8701
8701
|
class SankeyLinksComponent extends SettingsComponent {
|
|
8702
8702
|
constructor(configurationService) {
|
|
@@ -8764,7 +8764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8764
8764
|
|
|
8765
8765
|
/**
|
|
8766
8766
|
* The configuration options of the Sankey nodes
|
|
8767
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
8767
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
8768
8768
|
*/
|
|
8769
8769
|
class SankeyNodesComponent extends SettingsComponent {
|
|
8770
8770
|
constructor(configurationService) {
|
|
@@ -2073,8 +2073,8 @@ const packageMetadata = {
|
|
|
2073
2073
|
name: '@progress/kendo-angular-charts',
|
|
2074
2074
|
productName: 'Kendo UI for Angular',
|
|
2075
2075
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2076
|
-
publishDate:
|
|
2077
|
-
version: '16.4.0-develop.
|
|
2076
|
+
publishDate: 1720507655,
|
|
2077
|
+
version: '16.4.0-develop.7',
|
|
2078
2078
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2079
2079
|
};
|
|
2080
2080
|
|
|
@@ -3979,7 +3979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3979
3979
|
|
|
3980
3980
|
/**
|
|
3981
3981
|
* The default options for all chart panes,
|
|
3982
|
-
* ([see example](
|
|
3982
|
+
* ([see example](slug:panes_chart_charts#toc-default-settings)).
|
|
3983
3983
|
*/
|
|
3984
3984
|
class PaneDefaultsComponent extends SettingsComponent {
|
|
3985
3985
|
constructor(configurationService) {
|
|
@@ -6672,7 +6672,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6672
6672
|
|
|
6673
6673
|
/**
|
|
6674
6674
|
* The configuration options of the navigator
|
|
6675
|
-
* ([see runnable example](
|
|
6675
|
+
* ([see runnable example](slug:overview_stockchart_charts)).
|
|
6676
6676
|
*
|
|
6677
6677
|
* @example
|
|
6678
6678
|
* ```ts-no-run
|
|
@@ -6957,7 +6957,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6957
6957
|
|
|
6958
6958
|
/**
|
|
6959
6959
|
* The default options of the navigator hint
|
|
6960
|
-
* ([see example](
|
|
6960
|
+
* ([see example](slug:overview_stockchart_charts)).
|
|
6961
6961
|
*/
|
|
6962
6962
|
class NavigatorHintComponent extends SettingsComponent {
|
|
6963
6963
|
constructor(configurationService) {
|
|
@@ -6984,7 +6984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6984
6984
|
|
|
6985
6985
|
/**
|
|
6986
6986
|
* The configuration component of the navigator pane
|
|
6987
|
-
* ([see example](
|
|
6987
|
+
* ([see example](slug:overview_stockchart_charts)).
|
|
6988
6988
|
*/
|
|
6989
6989
|
class NavigatorPaneComponent extends PaneComponent {
|
|
6990
6990
|
constructor(configurationService) {
|
|
@@ -7739,7 +7739,7 @@ class SankeyLinkTooltipTemplateContext {
|
|
|
7739
7739
|
/**
|
|
7740
7740
|
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
7741
7741
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
7742
|
-
* [links tooltip](slug:tooltip_sankey#toc-specifying-a-template).
|
|
7742
|
+
* [links tooltip](slug:tooltip_sankey#toc-specifying-a-link-tooltip-template).
|
|
7743
7743
|
* The following context fields are frequently utilized:
|
|
7744
7744
|
* - `let-source="source"`—The link source data item..
|
|
7745
7745
|
* - `let-target="target"`—The link target data item.
|
|
@@ -7836,7 +7836,7 @@ class SankeyNodeTooltipTemplateContext {
|
|
|
7836
7836
|
/**
|
|
7837
7837
|
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
7838
7838
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
7839
|
-
* [series tooltip](slug:tooltip_sankey#toc-specifying-a-template).
|
|
7839
|
+
* [series tooltip](slug:tooltip_sankey#toc-specifying-a-node-tooltip-template).
|
|
7840
7840
|
* The following context fields are frequently utilized:
|
|
7841
7841
|
* - `let-color="color"`—The node color.
|
|
7842
7842
|
* - `let-label="label"`—The node label data.
|
|
@@ -8581,7 +8581,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8581
8581
|
|
|
8582
8582
|
/**
|
|
8583
8583
|
* The configuration options of the Sankey labels
|
|
8584
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
8584
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
8585
8585
|
*/
|
|
8586
8586
|
class SankeyLabelsComponent extends SettingsComponent {
|
|
8587
8587
|
constructor(configurationService) {
|
|
@@ -8678,7 +8678,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8678
8678
|
|
|
8679
8679
|
/**
|
|
8680
8680
|
* The configuration options of the Sankey links
|
|
8681
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
8681
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
8682
8682
|
*/
|
|
8683
8683
|
class SankeyLinksComponent extends SettingsComponent {
|
|
8684
8684
|
constructor(configurationService) {
|
|
@@ -8746,7 +8746,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8746
8746
|
|
|
8747
8747
|
/**
|
|
8748
8748
|
* The configuration options of the Sankey nodes
|
|
8749
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
8749
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
8750
8750
|
*/
|
|
8751
8751
|
class SankeyNodesComponent extends SettingsComponent {
|
|
8752
8752
|
constructor(configurationService) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "16.4.0-develop.
|
|
3
|
+
"version": "16.4.0-develop.7",
|
|
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",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"@angular/platform-browser": "15 - 18",
|
|
48
48
|
"@progress/kendo-drawing": "^1.19.0",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "16.4.0-develop.
|
|
51
|
-
"@progress/kendo-angular-intl": "16.4.0-develop.
|
|
52
|
-
"@progress/kendo-angular-icons": "16.4.0-develop.
|
|
53
|
-
"@progress/kendo-angular-l10n": "16.4.0-develop.
|
|
54
|
-
"@progress/kendo-angular-popup": "16.4.0-develop.
|
|
55
|
-
"@progress/kendo-angular-navigation": "16.4.0-develop.
|
|
50
|
+
"@progress/kendo-angular-common": "16.4.0-develop.7",
|
|
51
|
+
"@progress/kendo-angular-intl": "16.4.0-develop.7",
|
|
52
|
+
"@progress/kendo-angular-icons": "16.4.0-develop.7",
|
|
53
|
+
"@progress/kendo-angular-l10n": "16.4.0-develop.7",
|
|
54
|
+
"@progress/kendo-angular-popup": "16.4.0-develop.7",
|
|
55
|
+
"@progress/kendo-angular-navigation": "16.4.0-develop.7",
|
|
56
56
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"tslib": "^2.3.1",
|
|
60
|
-
"@progress/kendo-angular-schematics": "16.4.0-develop.
|
|
60
|
+
"@progress/kendo-angular-schematics": "16.4.0-develop.7",
|
|
61
61
|
"@progress/kendo-charts": "2.4.1",
|
|
62
62
|
"@progress/kendo-svg-icons": "^2.0.0"
|
|
63
63
|
},
|
|
@@ -9,7 +9,7 @@ import { Border, Padding } from '../common/property-types';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* The configuration options of the Sankey labels
|
|
12
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
12
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class SankeyLabelsComponent extends SettingsComponent implements SankeyLabelDefaults {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
@@ -8,7 +8,7 @@ import { SankeyLinkDefaults, SankeyLinkHighlight } from './api-types';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* The configuration options of the Sankey links
|
|
11
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
11
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class SankeyLinksComponent extends SettingsComponent implements SankeyLinkDefaults {
|
|
14
14
|
configurationService: ConfigurationService;
|
|
@@ -8,7 +8,7 @@ import { SankeyNodeDefaults, SankeyOffset } from './api-types';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* The configuration options of the Sankey nodes
|
|
11
|
-
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-
|
|
11
|
+
* ([see example](slug:customization_sankey#toc-customizing-the-sankey-diagram-elements)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class SankeyNodesComponent extends SettingsComponent implements SankeyNodeDefaults {
|
|
14
14
|
configurationService: ConfigurationService;
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
10
|
-
* [links tooltip](slug:tooltip_sankey#toc-specifying-a-template).
|
|
10
|
+
* [links tooltip](slug:tooltip_sankey#toc-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.
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-sankey-tooltip>` component for the
|
|
10
|
-
* [series tooltip](slug:tooltip_sankey#toc-specifying-a-template).
|
|
10
|
+
* [series tooltip](slug:tooltip_sankey#toc-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.
|
|
@@ -8,7 +8,7 @@ import { NavigatorHint, NavigatorHintContentArgs } from '../option-types';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* The default options of the navigator hint
|
|
11
|
-
* ([see example](
|
|
11
|
+
* ([see example](slug:overview_stockchart_charts)).
|
|
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
|
* The configuration component of the navigator pane
|
|
10
|
-
* ([see example](
|
|
10
|
+
* ([see example](slug:overview_stockchart_charts)).
|
|
11
11
|
*/
|
|
12
12
|
export declare class NavigatorPaneComponent extends PaneComponent {
|
|
13
13
|
protected configurationService: ConfigurationService;
|
|
@@ -9,7 +9,7 @@ import { Navigator, NavigatorHint, NavigatorSelect } from './option-types';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* The configuration options of the navigator
|
|
12
|
-
* ([see runnable example](
|
|
12
|
+
* ([see runnable example](slug:overview_stockchart_charts)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts-no-run
|