@progress/kendo-angular-charts 7.1.0 → 7.2.0-dev.202209121446
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/README.md +35 -10
- package/bundles/kendo-angular-charts.umd.js +1 -1
- package/chart/subtitle.component.d.ts +89 -0
- package/chart-options.interface.d.ts +4 -0
- package/chart.component.d.ts +6 -5
- package/chart.directives.d.ts +2 -1
- package/chart.module.d.ts +35 -34
- package/common/property-types.d.ts +1 -0
- package/esm2015/chart/subtitle.component.js +108 -0
- package/esm2015/chart/tooltip/base-tooltip.js +0 -1
- package/esm2015/chart.component.js +10 -8
- package/esm2015/chart.directives.js +3 -1
- package/esm2015/chart.module.js +32 -31
- package/esm2015/common/theme.service.js +2 -0
- package/esm2015/option-types/subtitle.interface.js +5 -0
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/sparkline.component.js +2 -2
- package/esm2015/stock-chart.component.js +2 -2
- package/fesm2015/kendo-angular-charts.js +121 -16
- package/option-types/subtitle.interface.d.ts +66 -0
- package/option-types/y-axis-item.interface.d.ts +3 -3
- package/package.json +28 -8
package/esm2015/chart.module.js
CHANGED
|
@@ -64,36 +64,37 @@ import * as i52 from "./chart/series-item/notes.icon.component";
|
|
|
64
64
|
import * as i53 from "./chart/series-item/notes.label.component";
|
|
65
65
|
import * as i54 from "./chart/series-item/outliers.component";
|
|
66
66
|
import * as i55 from "./chart/series-item/tooltip.component";
|
|
67
|
-
import * as i56 from "./chart/
|
|
68
|
-
import * as i57 from "./chart/
|
|
69
|
-
import * as i58 from "./chart/
|
|
70
|
-
import * as i59 from "./chart/value-axis
|
|
71
|
-
import * as i60 from "./chart/value-axis-item/crosshair.
|
|
72
|
-
import * as i61 from "./chart/value-axis-item.component";
|
|
73
|
-
import * as i62 from "./chart/value-axis-item
|
|
74
|
-
import * as i63 from "./chart/value-axis-item/
|
|
75
|
-
import * as i64 from "./chart/value-axis-item/notes.
|
|
76
|
-
import * as i65 from "./chart/value-axis-item/notes.
|
|
77
|
-
import * as i66 from "./chart/value-axis-item/
|
|
78
|
-
import * as i67 from "./chart/
|
|
79
|
-
import * as i68 from "./chart/x-axis
|
|
80
|
-
import * as i69 from "./chart/x-axis-item/crosshair.
|
|
81
|
-
import * as i70 from "./chart/x-axis-item.component";
|
|
82
|
-
import * as i71 from "./chart/x-axis-item
|
|
83
|
-
import * as i72 from "./chart/x-axis-item/
|
|
84
|
-
import * as i73 from "./chart/x-axis-item/notes.
|
|
85
|
-
import * as i74 from "./chart/x-axis-item/notes.
|
|
86
|
-
import * as i75 from "./chart/x-axis-item/
|
|
87
|
-
import * as i76 from "./chart/
|
|
88
|
-
import * as i77 from "./chart/y-axis
|
|
89
|
-
import * as i78 from "./chart/y-axis-item/crosshair.
|
|
90
|
-
import * as i79 from "./chart/y-axis-item.component";
|
|
91
|
-
import * as i80 from "./chart/y-axis-item
|
|
92
|
-
import * as i81 from "./chart/y-axis-item/
|
|
93
|
-
import * as i82 from "./chart/y-axis-item/notes.
|
|
94
|
-
import * as i83 from "./chart/y-axis-item/notes.
|
|
95
|
-
import * as i84 from "./chart/y-axis-item/
|
|
96
|
-
import * as i85 from "./chart/
|
|
67
|
+
import * as i56 from "./chart/subtitle.component";
|
|
68
|
+
import * as i57 from "./chart/title.component";
|
|
69
|
+
import * as i58 from "./chart/tooltip.component";
|
|
70
|
+
import * as i59 from "./chart/value-axis.component";
|
|
71
|
+
import * as i60 from "./chart/value-axis-item/crosshair.component";
|
|
72
|
+
import * as i61 from "./chart/value-axis-item/crosshair.tooltip.component";
|
|
73
|
+
import * as i62 from "./chart/value-axis-item.component";
|
|
74
|
+
import * as i63 from "./chart/value-axis-item/labels.component";
|
|
75
|
+
import * as i64 from "./chart/value-axis-item/notes.component";
|
|
76
|
+
import * as i65 from "./chart/value-axis-item/notes.icon.component";
|
|
77
|
+
import * as i66 from "./chart/value-axis-item/notes.label.component";
|
|
78
|
+
import * as i67 from "./chart/value-axis-item/title.component";
|
|
79
|
+
import * as i68 from "./chart/x-axis.component";
|
|
80
|
+
import * as i69 from "./chart/x-axis-item/crosshair.component";
|
|
81
|
+
import * as i70 from "./chart/x-axis-item/crosshair.tooltip.component";
|
|
82
|
+
import * as i71 from "./chart/x-axis-item.component";
|
|
83
|
+
import * as i72 from "./chart/x-axis-item/labels.component";
|
|
84
|
+
import * as i73 from "./chart/x-axis-item/notes.component";
|
|
85
|
+
import * as i74 from "./chart/x-axis-item/notes.icon.component";
|
|
86
|
+
import * as i75 from "./chart/x-axis-item/notes.label.component";
|
|
87
|
+
import * as i76 from "./chart/x-axis-item/title.component";
|
|
88
|
+
import * as i77 from "./chart/y-axis.component";
|
|
89
|
+
import * as i78 from "./chart/y-axis-item/crosshair.component";
|
|
90
|
+
import * as i79 from "./chart/y-axis-item/crosshair.tooltip.component";
|
|
91
|
+
import * as i80 from "./chart/y-axis-item.component";
|
|
92
|
+
import * as i81 from "./chart/y-axis-item/labels.component";
|
|
93
|
+
import * as i82 from "./chart/y-axis-item/notes.component";
|
|
94
|
+
import * as i83 from "./chart/y-axis-item/notes.icon.component";
|
|
95
|
+
import * as i84 from "./chart/y-axis-item/notes.label.component";
|
|
96
|
+
import * as i85 from "./chart/y-axis-item/title.component";
|
|
97
|
+
import * as i86 from "./chart/zoomable.component";
|
|
97
98
|
/**
|
|
98
99
|
* A [module]({{ site.data.urls.angular['ngmoduleapi'] }}) that includes the Chart component and directives.
|
|
99
100
|
*
|
|
@@ -120,7 +121,7 @@ import * as i85 from "./chart/zoomable.component";
|
|
|
120
121
|
export class ChartModule {
|
|
121
122
|
}
|
|
122
123
|
ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
123
|
-
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartModule, declarations: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.LegendComponent, i26.LegendInactiveItemsComponent, i27.LegendItemComponent, i28.PaneComponent, i29.PaneDefaultsComponent, i30.PaneDefaultsTitleComponent, i31.PanesComponent, i32.PanesTitleComponent, i33.PlotAreaComponent, i34.SeriesComponent, i35.SeriesDefaultsComponent, i36.SeriesDefaultsLabelsComponent, i37.SeriesDefaultsLabelsFromComponent, i38.SeriesDefaultsLabelsToComponent, i39.SeriesDefaultsNotesComponent, i40.SeriesDefaultsNotesIconComponent, i41.SeriesDefaultsNotesLabelComponent, i42.SeriesDefaultsTooltipComponent, i43.SeriesErrorBarsComponent, i44.SeriesExtremesComponent, i45.SeriesHighlightComponent, i46.SeriesItemComponent, i47.SeriesLabelsComponent, i48.SeriesLabelsFromComponent, i49.SeriesLabelsToComponent, i50.SeriesMarkersComponent, i51.SeriesNotesComponent, i52.SeriesNotesIconComponent, i53.SeriesNotesLabelComponent, i54.SeriesOutliersComponent, i55.SeriesTooltipComponent, i56.
|
|
124
|
+
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartModule, declarations: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.LegendComponent, i26.LegendInactiveItemsComponent, i27.LegendItemComponent, i28.PaneComponent, i29.PaneDefaultsComponent, i30.PaneDefaultsTitleComponent, i31.PanesComponent, i32.PanesTitleComponent, i33.PlotAreaComponent, i34.SeriesComponent, i35.SeriesDefaultsComponent, i36.SeriesDefaultsLabelsComponent, i37.SeriesDefaultsLabelsFromComponent, i38.SeriesDefaultsLabelsToComponent, i39.SeriesDefaultsNotesComponent, i40.SeriesDefaultsNotesIconComponent, i41.SeriesDefaultsNotesLabelComponent, i42.SeriesDefaultsTooltipComponent, i43.SeriesErrorBarsComponent, i44.SeriesExtremesComponent, i45.SeriesHighlightComponent, i46.SeriesItemComponent, i47.SeriesLabelsComponent, i48.SeriesLabelsFromComponent, i49.SeriesLabelsToComponent, i50.SeriesMarkersComponent, i51.SeriesNotesComponent, i52.SeriesNotesIconComponent, i53.SeriesNotesLabelComponent, i54.SeriesOutliersComponent, i55.SeriesTooltipComponent, i56.SubtitleComponent, i57.TitleComponent, i58.TooltipComponent, i59.ValueAxisComponent, i60.ValueAxisCrosshairComponent, i61.ValueAxisCrosshairTooltipComponent, i62.ValueAxisItemComponent, i63.ValueAxisLabelsComponent, i64.ValueAxisNotesComponent, i65.ValueAxisNotesIconComponent, i66.ValueAxisNotesLabelComponent, i67.ValueAxisTitleComponent, i68.XAxisComponent, i69.XAxisCrosshairComponent, i70.XAxisCrosshairTooltipComponent, i71.XAxisItemComponent, i72.XAxisLabelsComponent, i73.XAxisNotesComponent, i74.XAxisNotesIconComponent, i75.XAxisNotesLabelComponent, i76.XAxisTitleComponent, i77.YAxisComponent, i78.YAxisCrosshairComponent, i79.YAxisCrosshairTooltipComponent, i80.YAxisItemComponent, i81.YAxisLabelsComponent, i82.YAxisNotesComponent, i83.YAxisNotesIconComponent, i84.YAxisNotesLabelComponent, i85.YAxisTitleComponent, i86.ZoomableComponent], imports: [CommonModule, PopupModule, ResizeSensorModule], exports: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.LegendComponent, i26.LegendInactiveItemsComponent, i27.LegendItemComponent, i28.PaneComponent, i29.PaneDefaultsComponent, i30.PaneDefaultsTitleComponent, i31.PanesComponent, i32.PanesTitleComponent, i33.PlotAreaComponent, i34.SeriesComponent, i35.SeriesDefaultsComponent, i36.SeriesDefaultsLabelsComponent, i37.SeriesDefaultsLabelsFromComponent, i38.SeriesDefaultsLabelsToComponent, i39.SeriesDefaultsNotesComponent, i40.SeriesDefaultsNotesIconComponent, i41.SeriesDefaultsNotesLabelComponent, i42.SeriesDefaultsTooltipComponent, i43.SeriesErrorBarsComponent, i44.SeriesExtremesComponent, i45.SeriesHighlightComponent, i46.SeriesItemComponent, i47.SeriesLabelsComponent, i48.SeriesLabelsFromComponent, i49.SeriesLabelsToComponent, i50.SeriesMarkersComponent, i51.SeriesNotesComponent, i52.SeriesNotesIconComponent, i53.SeriesNotesLabelComponent, i54.SeriesOutliersComponent, i55.SeriesTooltipComponent, i56.SubtitleComponent, i57.TitleComponent, i58.TooltipComponent, i59.ValueAxisComponent, i60.ValueAxisCrosshairComponent, i61.ValueAxisCrosshairTooltipComponent, i62.ValueAxisItemComponent, i63.ValueAxisLabelsComponent, i64.ValueAxisNotesComponent, i65.ValueAxisNotesIconComponent, i66.ValueAxisNotesLabelComponent, i67.ValueAxisTitleComponent, i68.XAxisComponent, i69.XAxisCrosshairComponent, i70.XAxisCrosshairTooltipComponent, i71.XAxisItemComponent, i72.XAxisLabelsComponent, i73.XAxisNotesComponent, i74.XAxisNotesIconComponent, i75.XAxisNotesLabelComponent, i76.XAxisTitleComponent, i77.YAxisComponent, i78.YAxisCrosshairComponent, i79.YAxisCrosshairTooltipComponent, i80.YAxisItemComponent, i81.YAxisLabelsComponent, i82.YAxisNotesComponent, i83.YAxisNotesIconComponent, i84.YAxisNotesLabelComponent, i85.YAxisTitleComponent, i86.ZoomableComponent] });
|
|
124
125
|
ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartModule, providers: [
|
|
125
126
|
ThemeService
|
|
126
127
|
], imports: [[CommonModule, PopupModule, ResizeSensorModule]] });
|
|
@@ -161,6 +161,7 @@ export class ThemeService extends ConfigurationService {
|
|
|
161
161
|
this.mapColor('seriesDefaults.verticalBullet.target.color', 'normal-text-color');
|
|
162
162
|
this.mapColor('seriesDefaults.waterfall.line.color', 'chart-major-lines');
|
|
163
163
|
this.mapColor('title.color', 'normal-text-color');
|
|
164
|
+
this.mapColor('subtitle.color', 'normal-text-color');
|
|
164
165
|
const opacity = parseFloat(this.queryStyle('chart-area-opacity').opacity);
|
|
165
166
|
if (!isNaN(opacity)) {
|
|
166
167
|
this.setStyle('seriesDefaults.area.opacity', opacity);
|
|
@@ -189,6 +190,7 @@ export class ThemeService extends ConfigurationService {
|
|
|
189
190
|
this.setStyle('seriesDefaults.labels.font', labelFont);
|
|
190
191
|
this.setStyle('seriesDefaults.notes.label.font', defaultFont);
|
|
191
192
|
this.setStyle('title.font', titleFont);
|
|
193
|
+
this.setStyle('subtitle.font', paneTitleFont);
|
|
192
194
|
this.setStyle('paneDefaults.title.font', paneTitleFont);
|
|
193
195
|
}
|
|
194
196
|
setSeriesColors() {
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -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:
|
|
12
|
+
publishDate: 1662993912,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -99,7 +99,7 @@ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
99
99
|
<kendo-chart-tooltip-popup [animate]="false" [wrapperClass]="tooltipWrapperClass"
|
|
100
100
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
101
101
|
</kendo-chart-tooltip-popup>
|
|
102
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
102
|
+
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
103
103
|
`, isInline: true, components: [{ type: i6.CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: i7.TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
104
104
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SparklineComponent, decorators: [{
|
|
105
105
|
type: Component,
|
|
@@ -124,7 +124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
124
124
|
<kendo-chart-tooltip-popup [animate]="false" [wrapperClass]="tooltipWrapperClass"
|
|
125
125
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
126
126
|
</kendo-chart-tooltip-popup>
|
|
127
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
127
|
+
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
128
128
|
`
|
|
129
129
|
}]
|
|
130
130
|
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: i5.InstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { type: [{
|
|
@@ -143,7 +143,7 @@ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
143
143
|
</kendo-chart-crosshair-tooltips-container>
|
|
144
144
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
145
145
|
</kendo-chart-tooltip-popup>
|
|
146
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
146
|
+
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
147
147
|
`, isInline: true, components: [{ type: i6.CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: i7.TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
148
148
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: StockChartComponent, decorators: [{
|
|
149
149
|
type: Component,
|
|
@@ -168,7 +168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
168
168
|
</kendo-chart-crosshair-tooltips-container>
|
|
169
169
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
170
170
|
</kendo-chart-tooltip-popup>
|
|
171
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
171
|
+
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
172
172
|
`
|
|
173
173
|
}]
|
|
174
174
|
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: i5.StockInstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { navigator: [{
|
|
@@ -811,7 +811,6 @@ class BaseTooltip {
|
|
|
811
811
|
return offset;
|
|
812
812
|
}
|
|
813
813
|
const appendTo = this.popupSettings.appendTo.element.nativeElement;
|
|
814
|
-
console.log('appendTo', appendTo);
|
|
815
814
|
const bbox = appendTo.getBoundingClientRect();
|
|
816
815
|
const { scrollLeft, scrollTop } = this.scrollOffset(appendTo);
|
|
817
816
|
return {
|
|
@@ -1838,7 +1837,7 @@ const packageMetadata = {
|
|
|
1838
1837
|
name: '@progress/kendo-angular-charts',
|
|
1839
1838
|
productName: 'Kendo UI for Angular',
|
|
1840
1839
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1841
|
-
publishDate:
|
|
1840
|
+
publishDate: 1662993912,
|
|
1842
1841
|
version: '',
|
|
1843
1842
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
1844
1843
|
};
|
|
@@ -2156,6 +2155,7 @@ class ThemeService extends ConfigurationService {
|
|
|
2156
2155
|
this.mapColor('seriesDefaults.verticalBullet.target.color', 'normal-text-color');
|
|
2157
2156
|
this.mapColor('seriesDefaults.waterfall.line.color', 'chart-major-lines');
|
|
2158
2157
|
this.mapColor('title.color', 'normal-text-color');
|
|
2158
|
+
this.mapColor('subtitle.color', 'normal-text-color');
|
|
2159
2159
|
const opacity = parseFloat(this.queryStyle('chart-area-opacity').opacity);
|
|
2160
2160
|
if (!isNaN(opacity)) {
|
|
2161
2161
|
this.setStyle('seriesDefaults.area.opacity', opacity);
|
|
@@ -2184,6 +2184,7 @@ class ThemeService extends ConfigurationService {
|
|
|
2184
2184
|
this.setStyle('seriesDefaults.labels.font', labelFont);
|
|
2185
2185
|
this.setStyle('seriesDefaults.notes.label.font', defaultFont);
|
|
2186
2186
|
this.setStyle('title.font', titleFont);
|
|
2187
|
+
this.setStyle('subtitle.font', paneTitleFont);
|
|
2187
2188
|
this.setStyle('paneDefaults.title.font', paneTitleFont);
|
|
2188
2189
|
}
|
|
2189
2190
|
setSeriesColors() {
|
|
@@ -2407,7 +2408,7 @@ class ChartComponent {
|
|
|
2407
2408
|
* <kendo-chart [resizeRateLimit]="2">
|
|
2408
2409
|
* <!-- ^^^^^^^^^^^^^^^^^^^^^^
|
|
2409
2410
|
* Will update the size of the Chart up to two times a second.
|
|
2410
|
-
* Resize the
|
|
2411
|
+
* Resize the example pane or window to try it out.
|
|
2411
2412
|
* -->
|
|
2412
2413
|
* <kendo-chart-series>
|
|
2413
2414
|
* <kendo-chart-series-item [data]="seriesData">
|
|
@@ -2484,8 +2485,8 @@ class ChartComponent {
|
|
|
2484
2485
|
}
|
|
2485
2486
|
ngOnDestroy() {
|
|
2486
2487
|
this.destroyed = true;
|
|
2487
|
-
if (this.
|
|
2488
|
-
this.
|
|
2488
|
+
if (this.optionsChange) {
|
|
2489
|
+
this.optionsChange.unsubscribe();
|
|
2489
2490
|
}
|
|
2490
2491
|
if (this.domSubscriptions) {
|
|
2491
2492
|
this.domSubscriptions();
|
|
@@ -2638,7 +2639,7 @@ class ChartComponent {
|
|
|
2638
2639
|
/**
|
|
2639
2640
|
* @hidden
|
|
2640
2641
|
*/
|
|
2641
|
-
onResize(
|
|
2642
|
+
onResize() {
|
|
2642
2643
|
if (this.autoResize) {
|
|
2643
2644
|
this.resize();
|
|
2644
2645
|
}
|
|
@@ -2809,7 +2810,7 @@ class ChartComponent {
|
|
|
2809
2810
|
}
|
|
2810
2811
|
refreshWait() {
|
|
2811
2812
|
this.ngZone.runOutsideAngular(() => {
|
|
2812
|
-
this.
|
|
2813
|
+
this.optionsChange = combineLatest(this.configurationService.onChange$, this.themeService.onChange$).pipe(tap((result) => {
|
|
2813
2814
|
this.options = result[0];
|
|
2814
2815
|
this.theme = result[1];
|
|
2815
2816
|
}), auditTime(THROTTLE_MS))
|
|
@@ -2876,7 +2877,7 @@ class ChartComponent {
|
|
|
2876
2877
|
}
|
|
2877
2878
|
}
|
|
2878
2879
|
ChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartComponent, deps: [{ token: ConfigurationService }, { token: ThemeService }, { token: i0.ElementRef }, { token: i3.IntlService }, { token: i4.LocalizationService }, { token: i0.NgZone }, { token: InstanceEventService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2879
|
-
ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ChartComponent, selector: "kendo-chart", inputs: { pannable: "pannable", renderAs: "renderAs", seriesColors: "seriesColors", title: "title", transitions: "transitions", zoomable: "zoomable", axisDefaults: "axisDefaults", categoryAxis: "categoryAxis", chartArea: "chartArea", legend: "legend", panes: "panes", paneDefaults: "paneDefaults", plotArea: "plotArea", series: "series", seriesDefaults: "seriesDefaults", tooltip: "tooltip", valueAxis: "valueAxis", xAxis: "xAxis", yAxis: "yAxis", resizeRateLimit: "resizeRateLimit", popupSettings: "popupSettings" }, outputs: { axisLabelClick: "axisLabelClick", drag: "drag", dragEnd: "dragEnd", dragStart: "dragStart", legendItemHover: "legendItemHover", legendItemLeave: "legendItemLeave", noteClick: "noteClick", noteHover: "noteHover", noteLeave: "noteLeave", paneRender: "paneRender", plotAreaClick: "plotAreaClick", plotAreaHover: "plotAreaHover", plotAreaLeave: "plotAreaLeave", render: "render", select: "select", selectEnd: "selectEnd", selectStart: "selectStart", seriesClick: "seriesClick", seriesHover: "seriesHover", seriesOver: "seriesOver", seriesLeave: "seriesLeave", zoom: "zoom", zoomEnd: "zoomEnd", zoomStart: "zoomStart", legendItemClick: "legendItemClick" }, providers: [
|
|
2880
|
+
ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ChartComponent, selector: "kendo-chart", inputs: { pannable: "pannable", renderAs: "renderAs", seriesColors: "seriesColors", subtitle: "subtitle", title: "title", transitions: "transitions", zoomable: "zoomable", axisDefaults: "axisDefaults", categoryAxis: "categoryAxis", chartArea: "chartArea", legend: "legend", panes: "panes", paneDefaults: "paneDefaults", plotArea: "plotArea", series: "series", seriesDefaults: "seriesDefaults", tooltip: "tooltip", valueAxis: "valueAxis", xAxis: "xAxis", yAxis: "yAxis", resizeRateLimit: "resizeRateLimit", popupSettings: "popupSettings" }, outputs: { axisLabelClick: "axisLabelClick", drag: "drag", dragEnd: "dragEnd", dragStart: "dragStart", legendItemHover: "legendItemHover", legendItemLeave: "legendItemLeave", noteClick: "noteClick", noteHover: "noteHover", noteLeave: "noteLeave", paneRender: "paneRender", plotAreaClick: "plotAreaClick", plotAreaHover: "plotAreaHover", plotAreaLeave: "plotAreaLeave", render: "render", select: "select", selectEnd: "selectEnd", selectStart: "selectStart", seriesClick: "seriesClick", seriesHover: "seriesHover", seriesOver: "seriesOver", seriesLeave: "seriesLeave", zoom: "zoom", zoomEnd: "zoomEnd", zoomStart: "zoomStart", legendItemClick: "legendItemClick" }, providers: [
|
|
2880
2881
|
ConfigurationService,
|
|
2881
2882
|
TooltipTemplateService,
|
|
2882
2883
|
InstanceEventService,
|
|
@@ -2891,7 +2892,7 @@ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
|
|
|
2891
2892
|
</kendo-chart-crosshair-tooltips-container>
|
|
2892
2893
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
2893
2894
|
</kendo-chart-tooltip-popup>
|
|
2894
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
2895
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
2895
2896
|
<div class="k-chart-donut-center" [ngStyle]="donutCenterStyle" *ngIf="donutCenterStyle && donutCenterTemplate">
|
|
2896
2897
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
2897
2898
|
</div>
|
|
@@ -2918,7 +2919,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2918
2919
|
</kendo-chart-crosshair-tooltips-container>
|
|
2919
2920
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
2920
2921
|
</kendo-chart-tooltip-popup>
|
|
2921
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
2922
|
+
<kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>
|
|
2922
2923
|
<div class="k-chart-donut-center" [ngStyle]="donutCenterStyle" *ngIf="donutCenterStyle && donutCenterTemplate">
|
|
2923
2924
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
2924
2925
|
</div>
|
|
@@ -2930,6 +2931,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2930
2931
|
type: Input
|
|
2931
2932
|
}], seriesColors: [{
|
|
2932
2933
|
type: Input
|
|
2934
|
+
}], subtitle: [{
|
|
2935
|
+
type: Input
|
|
2933
2936
|
}], title: [{
|
|
2934
2937
|
type: Input
|
|
2935
2938
|
}], transitions: [{
|
|
@@ -5123,6 +5126,107 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
5123
5126
|
type: Input
|
|
5124
5127
|
}] } });
|
|
5125
5128
|
|
|
5129
|
+
/**
|
|
5130
|
+
* The configuration options of the Chart subtitle or text
|
|
5131
|
+
* ([see example]({% slug title_chart_charts %})).
|
|
5132
|
+
*
|
|
5133
|
+
* @example
|
|
5134
|
+
* ```ts-preview
|
|
5135
|
+
* import { Component } from '@angular/core';
|
|
5136
|
+
*
|
|
5137
|
+
* _@Component({
|
|
5138
|
+
* selector: 'my-app',
|
|
5139
|
+
* template: `
|
|
5140
|
+
* <kendo-chart [categoryAxis]="{ categories: categories }">
|
|
5141
|
+
* <kendo-chart-title text="Gross domestic product growth"></kendo-chart-title>
|
|
5142
|
+
* <kendo-chart-subtitle text="/GDP annual %/"></kendo-chart-subtitle>
|
|
5143
|
+
* <kendo-chart-legend
|
|
5144
|
+
* position="bottom"
|
|
5145
|
+
* orientation="horizontal"
|
|
5146
|
+
* align="end"
|
|
5147
|
+
* background="rgba(255, 0, 0, 0.1)"
|
|
5148
|
+
* [border]="borderOptions"
|
|
5149
|
+
* [margin]="10"
|
|
5150
|
+
* [padding]="10"
|
|
5151
|
+
* [width]="150"
|
|
5152
|
+
* [offsetX]="11"
|
|
5153
|
+
* [offsetY]="-103"
|
|
5154
|
+
* [reverse]="true"
|
|
5155
|
+
* [visible]="isVisible"
|
|
5156
|
+
* ></kendo-chart-legend>
|
|
5157
|
+
* <kendo-chart-tooltip format="{0}%"></kendo-chart-tooltip>
|
|
5158
|
+
* <kendo-chart-series>
|
|
5159
|
+
* <kendo-chart-series-item *ngFor="let item of series"
|
|
5160
|
+
* type="line" style="smooth" [data]="item.data" [name]="item.name">
|
|
5161
|
+
* </kendo-chart-series-item>
|
|
5162
|
+
* </kendo-chart-series>
|
|
5163
|
+
* </kendo-chart>
|
|
5164
|
+
* <br /><br />
|
|
5165
|
+
* <button kendoButton (click)="isVisible=!isVisible">Toggle Legend</button>
|
|
5166
|
+
* `
|
|
5167
|
+
* })
|
|
5168
|
+
* export class AppComponent {
|
|
5169
|
+
* public isVisible = true;
|
|
5170
|
+
* public borderOptions = {
|
|
5171
|
+
* color: "rgba(255, 0, 0, 0.8)",
|
|
5172
|
+
* dashType: 'dash',
|
|
5173
|
+
* width: 2
|
|
5174
|
+
* };
|
|
5175
|
+
*
|
|
5176
|
+
* public series: any[] = [{
|
|
5177
|
+
* name: "India",
|
|
5178
|
+
* data: [3.907, 7.943, 7.848, 9.284, 9.263, 9.801, 3.890, 8.238, 9.552, 6.855]
|
|
5179
|
+
* }, {
|
|
5180
|
+
* name: "Russian Federation",
|
|
5181
|
+
* data: [4.743, 7.295, 7.175, 6.376, 8.153, 8.535, 5.247, -7.832, 4.3, 4.3]
|
|
5182
|
+
* }, {
|
|
5183
|
+
* name: "Germany",
|
|
5184
|
+
* data: [0.010, -0.375, 1.161, 0.684, 3.7, 3.269, 1.083, -5.127, 3.690, 2.995]
|
|
5185
|
+
* },{
|
|
5186
|
+
* name: "World",
|
|
5187
|
+
* data: [1.988, 2.733, 3.994, 3.464, 4.001, 3.939, 1.333, -2.245, 4.339, 2.727]
|
|
5188
|
+
* }];
|
|
5189
|
+
* public categories: number[] = [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011];
|
|
5190
|
+
* }
|
|
5191
|
+
* ```
|
|
5192
|
+
*/
|
|
5193
|
+
class SubtitleComponent extends SettingsComponent {
|
|
5194
|
+
constructor(configurationService) {
|
|
5195
|
+
super('subtitle', configurationService);
|
|
5196
|
+
this.configurationService = configurationService;
|
|
5197
|
+
}
|
|
5198
|
+
}
|
|
5199
|
+
SubtitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubtitleComponent, deps: [{ token: ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5200
|
+
SubtitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SubtitleComponent, selector: "kendo-chart-subtitle", inputs: { align: "align", background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", text: "text", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubtitleComponent, decorators: [{
|
|
5202
|
+
type: Component,
|
|
5203
|
+
args: [{
|
|
5204
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5205
|
+
selector: 'kendo-chart-subtitle',
|
|
5206
|
+
template: ''
|
|
5207
|
+
}]
|
|
5208
|
+
}], ctorParameters: function () { return [{ type: ConfigurationService }]; }, propDecorators: { align: [{
|
|
5209
|
+
type: Input
|
|
5210
|
+
}], background: [{
|
|
5211
|
+
type: Input
|
|
5212
|
+
}], border: [{
|
|
5213
|
+
type: Input
|
|
5214
|
+
}], color: [{
|
|
5215
|
+
type: Input
|
|
5216
|
+
}], font: [{
|
|
5217
|
+
type: Input
|
|
5218
|
+
}], margin: [{
|
|
5219
|
+
type: Input
|
|
5220
|
+
}], padding: [{
|
|
5221
|
+
type: Input
|
|
5222
|
+
}], position: [{
|
|
5223
|
+
type: Input
|
|
5224
|
+
}], text: [{
|
|
5225
|
+
type: Input
|
|
5226
|
+
}], visible: [{
|
|
5227
|
+
type: Input
|
|
5228
|
+
}] } });
|
|
5229
|
+
|
|
5126
5230
|
/**
|
|
5127
5231
|
* The configuration options of the Chart title or text
|
|
5128
5232
|
* ([see example]({% slug title_chart_charts %})).
|
|
@@ -6605,6 +6709,7 @@ const CHART_DIRECTIVES = [
|
|
|
6605
6709
|
SeriesNotesLabelComponent,
|
|
6606
6710
|
SeriesOutliersComponent,
|
|
6607
6711
|
SeriesTooltipComponent,
|
|
6712
|
+
SubtitleComponent,
|
|
6608
6713
|
TitleComponent,
|
|
6609
6714
|
TooltipComponent,
|
|
6610
6715
|
ValueAxisComponent,
|
|
@@ -6837,7 +6942,7 @@ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
6837
6942
|
</kendo-chart-crosshair-tooltips-container>
|
|
6838
6943
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
6839
6944
|
</kendo-chart-tooltip-popup>
|
|
6840
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
6945
|
+
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
6841
6946
|
`, isInline: true, components: [{ type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6842
6947
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: StockChartComponent, decorators: [{
|
|
6843
6948
|
type: Component,
|
|
@@ -6862,7 +6967,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
6862
6967
|
</kendo-chart-crosshair-tooltips-container>
|
|
6863
6968
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
6864
6969
|
</kendo-chart-tooltip-popup>
|
|
6865
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
6970
|
+
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
6866
6971
|
`
|
|
6867
6972
|
}]
|
|
6868
6973
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: StockInstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { navigator: [{
|
|
@@ -7728,7 +7833,7 @@ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
7728
7833
|
<kendo-chart-tooltip-popup [animate]="false" [wrapperClass]="tooltipWrapperClass"
|
|
7729
7834
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
7730
7835
|
</kendo-chart-tooltip-popup>
|
|
7731
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
7836
|
+
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
7732
7837
|
`, isInline: true, components: [{ type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7733
7838
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SparklineComponent, decorators: [{
|
|
7734
7839
|
type: Component,
|
|
@@ -7753,7 +7858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
7753
7858
|
<kendo-chart-tooltip-popup [animate]="false" [wrapperClass]="tooltipWrapperClass"
|
|
7754
7859
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
7755
7860
|
</kendo-chart-tooltip-popup>
|
|
7756
|
-
<kendo-resize-sensor (resize)="onResize(
|
|
7861
|
+
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
7757
7862
|
`
|
|
7758
7863
|
}]
|
|
7759
7864
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: InstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { type: [{
|
|
@@ -7795,7 +7900,7 @@ const SPARKLINE_DIRECTIVES = [
|
|
|
7795
7900
|
class ChartModule {
|
|
7796
7901
|
}
|
|
7797
7902
|
ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7798
|
-
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartModule, declarations: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisRangeLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, LegendComponent, LegendInactiveItemsComponent, LegendItemComponent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PanesComponent, PanesTitleComponent, PlotAreaComponent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, TitleComponent, TooltipComponent, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomableComponent], imports: [CommonModule, PopupModule, ResizeSensorModule], exports: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisRangeLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, LegendComponent, LegendInactiveItemsComponent, LegendItemComponent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PanesComponent, PanesTitleComponent, PlotAreaComponent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, TitleComponent, TooltipComponent, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomableComponent] });
|
|
7903
|
+
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartModule, declarations: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisRangeLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, LegendComponent, LegendInactiveItemsComponent, LegendItemComponent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PanesComponent, PanesTitleComponent, PlotAreaComponent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, SubtitleComponent, TitleComponent, TooltipComponent, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomableComponent], imports: [CommonModule, PopupModule, ResizeSensorModule], exports: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisRangeLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, LegendComponent, LegendInactiveItemsComponent, LegendItemComponent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PanesComponent, PanesTitleComponent, PlotAreaComponent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, SubtitleComponent, TitleComponent, TooltipComponent, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomableComponent] });
|
|
7799
7904
|
ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartModule, providers: [
|
|
7800
7905
|
ThemeService
|
|
7801
7906
|
], imports: [[CommonModule, PopupModule, ResizeSensorModule]] });
|
|
@@ -7924,5 +8029,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
7924
8029
|
* Generated bundle index. Do not edit.
|
|
7925
8030
|
*/
|
|
7926
8031
|
|
|
7927
|
-
export { AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, AxisLabelClickEvent, CHART_DIRECTIVES, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisRangeLabelsComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, ChartComponent, ChartModule, ChartsModule, CrosshairTooltipComponent, CrosshairTooltipsContainerComponent, DonutCenterTemplateDirective, DragEndEvent, DragEvent, DragStartEvent, LegendComponent, LegendInactiveItemsComponent, LegendItemClickEvent, LegendItemComponent, LegendItemHoverEvent, LegendItemLeaveEvent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorComponent, NavigatorFilterEvent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesItemComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, NoteClickEvent, NoteHoverEvent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PaneRenderEvent, PanesComponent, PanesTitleComponent, PlotAreaClickEvent, PlotAreaComponent, PlotAreaHoverEvent, RenderEvent, SPARKLINE_DIRECTIVES, STOCK_CHART_DIRECTIVES, SelectEndEvent, SelectEvent, SelectStartEvent, SeriesClickEvent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesHoverEvent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, SparklineComponent, SparklineModule, StockChartComponent, StockChartModule, TitleComponent, TooltipComponent, TooltipPopupComponent, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, WeekStartDay, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomEndEvent, ZoomEvent, ZoomStartEvent, ZoomableComponent };
|
|
8032
|
+
export { AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, AxisLabelClickEvent, CHART_DIRECTIVES, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisRangeLabelsComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, ChartComponent, ChartModule, ChartsModule, CrosshairTooltipComponent, CrosshairTooltipsContainerComponent, DonutCenterTemplateDirective, DragEndEvent, DragEvent, DragStartEvent, LegendComponent, LegendInactiveItemsComponent, LegendItemClickEvent, LegendItemComponent, LegendItemHoverEvent, LegendItemLeaveEvent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorComponent, NavigatorFilterEvent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesItemComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, NoteClickEvent, NoteHoverEvent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PaneRenderEvent, PanesComponent, PanesTitleComponent, PlotAreaClickEvent, PlotAreaComponent, PlotAreaHoverEvent, RenderEvent, SPARKLINE_DIRECTIVES, STOCK_CHART_DIRECTIVES, SelectEndEvent, SelectEvent, SelectStartEvent, SeriesClickEvent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesHoverEvent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, SparklineComponent, SparklineModule, StockChartComponent, StockChartModule, SubtitleComponent, TitleComponent, TooltipComponent, TooltipPopupComponent, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, WeekStartDay, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomEndEvent, ZoomEvent, ZoomStartEvent, ZoomableComponent };
|
|
7928
8033
|
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Border, Margin, Padding } from '../common/property-types';
|
|
6
|
+
/**
|
|
7
|
+
* The configuration options of the subtitle
|
|
8
|
+
* ([see example]({% slug api_charts_subtitlecomponent %})).
|
|
9
|
+
*/
|
|
10
|
+
export interface Subtitle {
|
|
11
|
+
/**
|
|
12
|
+
* The alignment of the subtitle.
|
|
13
|
+
*
|
|
14
|
+
* By default, the subtitle has the same alignment as the title.
|
|
15
|
+
*
|
|
16
|
+
* The available options are:
|
|
17
|
+
* - `"center"`—The text is aligned to the middle.
|
|
18
|
+
* - `"left"`—The text is aligned to the left.
|
|
19
|
+
* - `"right"`—The text is aligned to the right.
|
|
20
|
+
*/
|
|
21
|
+
align?: 'center' | 'left' | 'right';
|
|
22
|
+
/**
|
|
23
|
+
* The background color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
|
|
24
|
+
*/
|
|
25
|
+
background?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The border of the subtitle.
|
|
28
|
+
*/
|
|
29
|
+
border?: Border;
|
|
30
|
+
/**
|
|
31
|
+
* The text color of the subtitle. Accepts a valid CSS color string, including hex and rgb.
|
|
32
|
+
*/
|
|
33
|
+
color?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The font of the subtitle.
|
|
36
|
+
*/
|
|
37
|
+
font?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The margin of the subtitle. A numeric value sets all margins.
|
|
40
|
+
*/
|
|
41
|
+
margin?: Margin | number;
|
|
42
|
+
/**
|
|
43
|
+
* The padding of the subtitle. A numeric value sets all margins.
|
|
44
|
+
*/
|
|
45
|
+
padding?: Padding | number;
|
|
46
|
+
/**
|
|
47
|
+
* The position of the subtitle.
|
|
48
|
+
*
|
|
49
|
+
* By default, the subtitle is placed in the same position as the title.
|
|
50
|
+
*
|
|
51
|
+
* The available options are:
|
|
52
|
+
* - `"bottom"`—The title is positioned on the bottom.
|
|
53
|
+
* - `"top"`—The title is positioned on the top.
|
|
54
|
+
*/
|
|
55
|
+
position?: 'top' | 'bottom';
|
|
56
|
+
/**
|
|
57
|
+
* The text of the chart subtitle. You can also set the text directly for a title with default options.
|
|
58
|
+
*
|
|
59
|
+
* You can split the text into multiple lines by using the line feed characters ("\n").
|
|
60
|
+
*/
|
|
61
|
+
text?: string;
|
|
62
|
+
/**
|
|
63
|
+
* If set to `true`, the Chart displays the subtitle. By default, the subtitle is displayed.
|
|
64
|
+
*/
|
|
65
|
+
visible?: boolean;
|
|
66
|
+
}
|
|
@@ -12,9 +12,9 @@ import { YAxisTitle } from './y-axis-item/title.interface';
|
|
|
12
12
|
*/
|
|
13
13
|
export interface YAxis {
|
|
14
14
|
/**
|
|
15
|
-
* * (Only for objects) The value at which the
|
|
16
|
-
* * (Only for arrays) The value indices at which the
|
|
17
|
-
* * (Only for dates) The date at which the
|
|
15
|
+
* * (Only for objects) The value at which the X axis crosses this axis.
|
|
16
|
+
* * (Only for arrays) The value indices at which the X axes cross the value axis.
|
|
17
|
+
* * (Only for dates) The date at which the X axis crosses this axis.
|
|
18
18
|
*
|
|
19
19
|
* To denote the far end of the axis, set a value that is greater than or equal to the axis maximum value.
|
|
20
20
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "7.
|
|
4
|
-
"description": "Kendo UI Charts for Angular",
|
|
3
|
+
"version": "7.2.0-dev.202209121446",
|
|
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",
|
|
7
7
|
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
@@ -18,13 +18,33 @@
|
|
|
18
18
|
"Data Visualization",
|
|
19
19
|
"DataViz",
|
|
20
20
|
"Kendo UI",
|
|
21
|
-
"Progress"
|
|
21
|
+
"Progress",
|
|
22
|
+
"Area Chart",
|
|
23
|
+
"Bar Chart",
|
|
24
|
+
"Box Plot Chart",
|
|
25
|
+
"Bullet Chart",
|
|
26
|
+
"Heatmap Chart",
|
|
27
|
+
"Line Chart",
|
|
28
|
+
"Radar Chart",
|
|
29
|
+
"Range Area Chart",
|
|
30
|
+
"Range Bar Chart",
|
|
31
|
+
"Waterfall Chart",
|
|
32
|
+
"Donut Chart",
|
|
33
|
+
"Pie Chart",
|
|
34
|
+
"Funnel Chart",
|
|
35
|
+
"Bubble Chart",
|
|
36
|
+
"Polar Chart",
|
|
37
|
+
"Scatter Plot Chart",
|
|
38
|
+
"Stock Chart",
|
|
39
|
+
"Sparkline",
|
|
40
|
+
"Angular-charts",
|
|
41
|
+
"Angular-graphs"
|
|
22
42
|
],
|
|
23
43
|
"@progress": {
|
|
24
44
|
"friendlyName": "Charts"
|
|
25
45
|
},
|
|
26
46
|
"dependencies": {
|
|
27
|
-
"@progress/kendo-charts": "^1.
|
|
47
|
+
"@progress/kendo-charts": "^1.25.0",
|
|
28
48
|
"@progress/kendo-schematics": "^3.0.0",
|
|
29
49
|
"tslib": "^2.3.1"
|
|
30
50
|
},
|
|
@@ -72,11 +92,11 @@
|
|
|
72
92
|
"fallbackTags": {
|
|
73
93
|
"dev": "latest"
|
|
74
94
|
},
|
|
75
|
-
"analyzeCommits": "@
|
|
95
|
+
"analyzeCommits": "@progress/semantic-prerelease/analyzeCommits",
|
|
76
96
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
77
|
-
"getLastRelease": "@
|
|
78
|
-
"verifyConditions": "@
|
|
79
|
-
"verifyRelease": "@
|
|
97
|
+
"getLastRelease": "@progress/semantic-prerelease/getLastRelease",
|
|
98
|
+
"verifyConditions": "@progress/semantic-prerelease/verifyConditions",
|
|
99
|
+
"verifyRelease": "@progress/semantic-prerelease/verifyRelease"
|
|
80
100
|
},
|
|
81
101
|
"main": "bundles/kendo-angular-charts.umd.js",
|
|
82
102
|
"module": "fesm2015/kendo-angular-charts.js",
|