@covalent/echarts 5.0.2 → 6.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bar/bar.component.d.ts +1 -1
- package/base/axis/axis.component.d.ts +1 -1
- package/base/axis/axis.interface.d.ts +4 -4
- package/base/axis/x-axis.component.d.ts +1 -1
- package/base/axis/y-axis.component.d.ts +1 -1
- package/base/base.types.d.ts +18 -18
- package/base/chart.component.d.ts +1 -1
- package/base/dataset/dataset.component.d.ts +1 -1
- package/base/series/series.component.d.ts +1 -1
- package/base/series/series.interface.d.ts +3 -3
- package/esm2020/bar/bar.component.mjs +4 -4
- package/esm2020/bar/bar.module.mjs +5 -5
- package/esm2020/base/axis/axis.component.mjs +4 -4
- package/esm2020/base/axis/x-axis.component.mjs +4 -4
- package/esm2020/base/axis/y-axis.component.mjs +4 -4
- package/esm2020/base/base.module.mjs +5 -5
- package/esm2020/base/chart-options.service.mjs +4 -4
- package/esm2020/base/chart.component.mjs +10 -10
- package/esm2020/base/dataset/dataset.component.mjs +4 -4
- package/esm2020/base/series/series.component.mjs +7 -7
- package/esm2020/graph/graph.component.mjs +4 -4
- package/esm2020/graph/graph.module.mjs +5 -5
- package/esm2020/line/line.component.mjs +4 -4
- package/esm2020/line/line.module.mjs +5 -5
- package/esm2020/map/map.component.mjs +4 -4
- package/esm2020/map/map.module.mjs +5 -5
- package/esm2020/pie/pie.component.mjs +4 -4
- package/esm2020/pie/pie.module.mjs +5 -5
- package/esm2020/sankey/sankey.component.mjs +4 -4
- package/esm2020/sankey/sankey.module.mjs +5 -5
- package/esm2020/scatter/scatter.component.mjs +4 -4
- package/esm2020/scatter/scatter.module.mjs +5 -5
- package/esm2020/toolbox/toolbox.component.mjs +7 -7
- package/esm2020/toolbox/toolbox.module.mjs +5 -5
- package/esm2020/tooltip/series-tooltip.component.mjs +4 -4
- package/esm2020/tooltip/tooltip.component.mjs +7 -7
- package/esm2020/tooltip/tooltip.module.mjs +5 -5
- package/esm2020/tree/tree.component.mjs +4 -4
- package/esm2020/tree/tree.module.mjs +5 -5
- package/esm2020/treemap/treemap.component.mjs +4 -4
- package/esm2020/treemap/treemap.module.mjs +5 -5
- package/esm2020/wordcloud/wordcloud.component.mjs +4 -4
- package/esm2020/wordcloud/wordcloud.module.mjs +5 -5
- package/fesm2015/covalent-echarts-bar.mjs +7 -7
- package/fesm2015/covalent-echarts-bar.mjs.map +1 -1
- package/fesm2015/covalent-echarts-base.mjs +34 -34
- package/fesm2015/covalent-echarts-base.mjs.map +1 -1
- package/fesm2015/covalent-echarts-graph.mjs +7 -7
- package/fesm2015/covalent-echarts-graph.mjs.map +1 -1
- package/fesm2015/covalent-echarts-line.mjs +7 -7
- package/fesm2015/covalent-echarts-line.mjs.map +1 -1
- package/fesm2015/covalent-echarts-map.mjs +7 -7
- package/fesm2015/covalent-echarts-map.mjs.map +1 -1
- package/fesm2015/covalent-echarts-pie.mjs +7 -7
- package/fesm2015/covalent-echarts-pie.mjs.map +1 -1
- package/fesm2015/covalent-echarts-sankey.mjs +7 -7
- package/fesm2015/covalent-echarts-sankey.mjs.map +1 -1
- package/fesm2015/covalent-echarts-scatter.mjs +7 -7
- package/fesm2015/covalent-echarts-scatter.mjs.map +1 -1
- package/fesm2015/covalent-echarts-toolbox.mjs +10 -10
- package/fesm2015/covalent-echarts-toolbox.mjs.map +1 -1
- package/fesm2015/covalent-echarts-tooltip.mjs +13 -13
- package/fesm2015/covalent-echarts-tooltip.mjs.map +1 -1
- package/fesm2015/covalent-echarts-tree.mjs +7 -7
- package/fesm2015/covalent-echarts-tree.mjs.map +1 -1
- package/fesm2015/covalent-echarts-treemap.mjs +7 -7
- package/fesm2015/covalent-echarts-treemap.mjs.map +1 -1
- package/fesm2015/covalent-echarts-wordcloud.mjs +7 -7
- package/fesm2015/covalent-echarts-wordcloud.mjs.map +1 -1
- package/fesm2020/covalent-echarts-bar.mjs +7 -7
- package/fesm2020/covalent-echarts-bar.mjs.map +1 -1
- package/fesm2020/covalent-echarts-base.mjs +34 -34
- package/fesm2020/covalent-echarts-base.mjs.map +1 -1
- package/fesm2020/covalent-echarts-graph.mjs +7 -7
- package/fesm2020/covalent-echarts-graph.mjs.map +1 -1
- package/fesm2020/covalent-echarts-line.mjs +7 -7
- package/fesm2020/covalent-echarts-line.mjs.map +1 -1
- package/fesm2020/covalent-echarts-map.mjs +7 -7
- package/fesm2020/covalent-echarts-map.mjs.map +1 -1
- package/fesm2020/covalent-echarts-pie.mjs +7 -7
- package/fesm2020/covalent-echarts-pie.mjs.map +1 -1
- package/fesm2020/covalent-echarts-sankey.mjs +7 -7
- package/fesm2020/covalent-echarts-sankey.mjs.map +1 -1
- package/fesm2020/covalent-echarts-scatter.mjs +7 -7
- package/fesm2020/covalent-echarts-scatter.mjs.map +1 -1
- package/fesm2020/covalent-echarts-toolbox.mjs +10 -10
- package/fesm2020/covalent-echarts-toolbox.mjs.map +1 -1
- package/fesm2020/covalent-echarts-tooltip.mjs +13 -13
- package/fesm2020/covalent-echarts-tooltip.mjs.map +1 -1
- package/fesm2020/covalent-echarts-tree.mjs +7 -7
- package/fesm2020/covalent-echarts-tree.mjs.map +1 -1
- package/fesm2020/covalent-echarts-treemap.mjs +7 -7
- package/fesm2020/covalent-echarts-treemap.mjs.map +1 -1
- package/fesm2020/covalent-echarts-wordcloud.mjs +7 -7
- package/fesm2020/covalent-echarts-wordcloud.mjs.map +1 -1
- package/graph/graph.component.d.ts +2 -2
- package/line/line.component.d.ts +2 -2
- package/map/map.component.d.ts +3 -3
- package/package.json +4 -4
- package/pie/pie.component.d.ts +1 -1
- package/sankey/sankey.component.d.ts +3 -3
- package/scatter/scatter.component.d.ts +1 -1
- package/toolbox/toolbox.component.d.ts +4 -4
- package/tooltip/series-tooltip.component.d.ts +1 -1
- package/tooltip/tooltip.component.d.ts +2 -2
- package/tree/tree.component.d.ts +3 -3
- package/treemap/treemap.component.d.ts +1 -1
- package/wordcloud/wordcloud.component.d.ts +2 -2
|
@@ -51,9 +51,9 @@ class TdChartOptionsService {
|
|
|
51
51
|
return this._optionsSubject.asObservable();
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
TdChartOptionsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
55
|
-
TdChartOptionsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
56
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
54
|
+
TdChartOptionsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartOptionsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
55
|
+
TdChartOptionsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartOptionsService });
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartOptionsService, decorators: [{
|
|
57
57
|
type: Injectable
|
|
58
58
|
}] });
|
|
59
59
|
function CHART_PROVIDER_FACTORY(parent) {
|
|
@@ -4353,6 +4353,12 @@ function getThemes() {
|
|
|
4353
4353
|
}
|
|
4354
4354
|
|
|
4355
4355
|
class TdChartComponent {
|
|
4356
|
+
/**
|
|
4357
|
+
* returns the echarts instance
|
|
4358
|
+
*/
|
|
4359
|
+
get instance() {
|
|
4360
|
+
return this._instance;
|
|
4361
|
+
}
|
|
4356
4362
|
constructor(_changeDetectorRef, _elementRef, _optionsService) {
|
|
4357
4363
|
this._changeDetectorRef = _changeDetectorRef;
|
|
4358
4364
|
this._elementRef = _elementRef;
|
|
@@ -4384,12 +4390,6 @@ class TdChartComponent {
|
|
|
4384
4390
|
this.datazoom = new EventEmitter();
|
|
4385
4391
|
this.restore = new EventEmitter();
|
|
4386
4392
|
}
|
|
4387
|
-
/**
|
|
4388
|
-
* returns the echarts instance
|
|
4389
|
-
*/
|
|
4390
|
-
get instance() {
|
|
4391
|
-
return this._instance;
|
|
4392
|
-
}
|
|
4393
4393
|
ngAfterViewInit() {
|
|
4394
4394
|
this._initializeChart();
|
|
4395
4395
|
}
|
|
@@ -4512,9 +4512,9 @@ class TdChartComponent {
|
|
|
4512
4512
|
this._destroy.next(true);
|
|
4513
4513
|
}
|
|
4514
4514
|
}
|
|
4515
|
-
TdChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4516
|
-
TdChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4515
|
+
TdChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4516
|
+
TdChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: TdChartComponent, selector: "td-chart", inputs: { config: "config", group: "group", themeName: "themeName", renderer: "renderer" }, outputs: { chartClick: "chartClick", chartDblclick: "chartDblclick", chartContextmenu: "chartContextmenu", magicTypeChanged: "magicTypeChanged", dataViewChanged: "dataViewChanged", datazoom: "datazoom", restore: "restore" }, providers: [CHART_PROVIDER], usesOnChanges: true, ngImport: i0, template: '', isInline: true, styles: [":host{display:block;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartComponent, decorators: [{
|
|
4518
4518
|
type: Component,
|
|
4519
4519
|
args: [{ selector: 'td-chart', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [CHART_PROVIDER], styles: [":host{display:block;width:100%}\n"] }]
|
|
4520
4520
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: TdChartOptionsService }]; }, propDecorators: { config: [{
|
|
@@ -4597,9 +4597,9 @@ class TdChartAxisDirective {
|
|
|
4597
4597
|
this._optionsService.clearOption(this._axisOption);
|
|
4598
4598
|
}
|
|
4599
4599
|
}
|
|
4600
|
-
TdChartAxisDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4601
|
-
TdChartAxisDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4600
|
+
TdChartAxisDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartAxisDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
4601
|
+
TdChartAxisDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.5", type: TdChartAxisDirective, inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z" }, usesOnChanges: true, ngImport: i0 });
|
|
4602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartAxisDirective, decorators: [{
|
|
4603
4603
|
type: Directive
|
|
4604
4604
|
}], ctorParameters: function () { return [{ type: undefined }, { type: TdChartOptionsService }]; }, propDecorators: { config: [{
|
|
4605
4605
|
type: Input
|
|
@@ -4668,9 +4668,9 @@ class TdChartXAxisComponent extends TdChartAxisDirective {
|
|
|
4668
4668
|
super('xAxis', _optionsService);
|
|
4669
4669
|
}
|
|
4670
4670
|
}
|
|
4671
|
-
TdChartXAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4672
|
-
TdChartXAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4671
|
+
TdChartXAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartXAxisComponent, deps: [{ token: TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4672
|
+
TdChartXAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: TdChartXAxisComponent, selector: "td-chart-x-axis", inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z", position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartXAxisComponent, decorators: [{
|
|
4674
4674
|
type: Component,
|
|
4675
4675
|
args: [{
|
|
4676
4676
|
selector: 'td-chart-x-axis',
|
|
@@ -4718,9 +4718,9 @@ class TdChartYAxisComponent extends TdChartAxisDirective {
|
|
|
4718
4718
|
super('yAxis', _optionsService);
|
|
4719
4719
|
}
|
|
4720
4720
|
}
|
|
4721
|
-
TdChartYAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4722
|
-
TdChartYAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4721
|
+
TdChartYAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartYAxisComponent, deps: [{ token: TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4722
|
+
TdChartYAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: TdChartYAxisComponent, selector: "td-chart-y-axis", inputs: { config: "config", id: "id", show: "show", gridIndex: "gridIndex", offset: "offset", type: "type", name: "name", nameLocation: "nameLocation", nameTextStyle: "nameTextStyle", nameGap: "nameGap", nameRotate: "nameRotate", inverse: "inverse", boundaryGap: "boundaryGap", min: "min", max: "max", scale: "scale", minInterval: "minInterval", interval: "interval", logBase: "logBase", silent: "silent", triggerEvent: "triggerEvent", axisLine: "axisLine", axisTick: "axisTick", axisLabel: "axisLabel", splitLine: "splitLine", splitArea: "splitArea", data: "data", axisPointer: "axisPointer", zlevel: "zlevel", z: "z", position: "position" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdChartYAxisComponent, decorators: [{
|
|
4724
4724
|
type: Component,
|
|
4725
4725
|
args: [{
|
|
4726
4726
|
selector: 'td-chart-y-axis',
|
|
@@ -4789,9 +4789,9 @@ class TdDatasetComponent {
|
|
|
4789
4789
|
this._optionsService.clearOption('dataset');
|
|
4790
4790
|
}
|
|
4791
4791
|
}
|
|
4792
|
-
TdDatasetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4793
|
-
TdDatasetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4792
|
+
TdDatasetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdDatasetComponent, deps: [{ token: TdChartOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4793
|
+
TdDatasetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: TdDatasetComponent, selector: "td-chart-dataset", inputs: { id: "id", config: "config", source: "source", dimensions: "dimensions", sourceHeader: "sourceHeader" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdDatasetComponent, decorators: [{
|
|
4795
4795
|
type: Component,
|
|
4796
4796
|
args: [{
|
|
4797
4797
|
template: '',
|
|
@@ -4819,16 +4819,16 @@ const BASE_MODULE_COMPONENTS = [
|
|
|
4819
4819
|
registerDefaultThemes();
|
|
4820
4820
|
class CovalentBaseEchartsModule {
|
|
4821
4821
|
}
|
|
4822
|
-
CovalentBaseEchartsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4823
|
-
CovalentBaseEchartsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
4822
|
+
CovalentBaseEchartsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: CovalentBaseEchartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4823
|
+
CovalentBaseEchartsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: CovalentBaseEchartsModule, declarations: [TdChartComponent,
|
|
4824
4824
|
TdChartXAxisComponent,
|
|
4825
4825
|
TdChartYAxisComponent,
|
|
4826
4826
|
TdDatasetComponent], imports: [CommonModule], exports: [TdChartComponent,
|
|
4827
4827
|
TdChartXAxisComponent,
|
|
4828
4828
|
TdChartYAxisComponent,
|
|
4829
4829
|
TdDatasetComponent] });
|
|
4830
|
-
CovalentBaseEchartsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4830
|
+
CovalentBaseEchartsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: CovalentBaseEchartsModule, imports: [CommonModule] });
|
|
4831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: CovalentBaseEchartsModule, decorators: [{
|
|
4832
4832
|
type: NgModule,
|
|
4833
4833
|
args: [{
|
|
4834
4834
|
imports: [CommonModule],
|
|
@@ -4838,6 +4838,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
4838
4838
|
}] });
|
|
4839
4839
|
|
|
4840
4840
|
class TdSeriesDirective {
|
|
4841
|
+
get type() {
|
|
4842
|
+
return this._type;
|
|
4843
|
+
}
|
|
4841
4844
|
constructor(type, optionsService) {
|
|
4842
4845
|
this.optionsService = optionsService;
|
|
4843
4846
|
this._state = {};
|
|
@@ -4845,9 +4848,6 @@ class TdSeriesDirective {
|
|
|
4845
4848
|
this.config = {};
|
|
4846
4849
|
this._type = type;
|
|
4847
4850
|
}
|
|
4848
|
-
get type() {
|
|
4849
|
-
return this._type;
|
|
4850
|
-
}
|
|
4851
4851
|
ngOnInit() {
|
|
4852
4852
|
this._setOptions();
|
|
4853
4853
|
}
|
|
@@ -4889,9 +4889,9 @@ class TdSeriesDirective {
|
|
|
4889
4889
|
this.optionsService.removeArrayOption('series', this._state);
|
|
4890
4890
|
}
|
|
4891
4891
|
}
|
|
4892
|
-
TdSeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4893
|
-
TdSeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4892
|
+
TdSeriesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdSeriesDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
4893
|
+
TdSeriesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.5", type: TdSeriesDirective, inputs: { config: "config", id: "id", name: "name", color: "color", data: "data", animation: "animation", animationThreshold: "animationThreshold", animationDuration: "animationDuration", animationEasing: "animationEasing", animationDelay: "animationDelay", animationDurationUpdate: "animationDurationUpdate", animationEasingUpdate: "animationEasingUpdate", animationDelayUpdate: "animationDelayUpdate", tooltip: "tooltip" }, usesOnChanges: true, ngImport: i0 });
|
|
4894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: TdSeriesDirective, decorators: [{
|
|
4895
4895
|
type: Directive
|
|
4896
4896
|
}], ctorParameters: function () { return [{ type: undefined }, { type: TdChartOptionsService }]; }, propDecorators: { config: [{
|
|
4897
4897
|
type: Input
|