@covalent/echarts 9.1.3 → 10.0.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/bar/bar.module.d.ts +5 -2
- package/base/axis/axis.component.d.ts +1 -1
- package/base/axis/x-axis.component.d.ts +1 -1
- package/base/axis/y-axis.component.d.ts +1 -1
- package/base/base.module.d.ts +5 -2
- 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/clustering/clustering.component.d.ts +1 -1
- package/clustering/clustering.module.d.ts +5 -2
- package/fesm2022/covalent-echarts-bar.mjs +110 -105
- package/fesm2022/covalent-echarts-bar.mjs.map +1 -1
- package/fesm2022/covalent-echarts-base.mjs +264 -257
- package/fesm2022/covalent-echarts-base.mjs.map +1 -1
- package/fesm2022/covalent-echarts-clustering.mjs +136 -131
- package/fesm2022/covalent-echarts-clustering.mjs.map +1 -1
- package/fesm2022/covalent-echarts-graph.mjs +144 -139
- package/fesm2022/covalent-echarts-graph.mjs.map +1 -1
- package/fesm2022/covalent-echarts-histogram.mjs +58 -53
- package/fesm2022/covalent-echarts-histogram.mjs.map +1 -1
- package/fesm2022/covalent-echarts-line.mjs +126 -121
- package/fesm2022/covalent-echarts-line.mjs.map +1 -1
- package/fesm2022/covalent-echarts-map.mjs +108 -103
- package/fesm2022/covalent-echarts-map.mjs.map +1 -1
- package/fesm2022/covalent-echarts-pie.mjs +106 -101
- package/fesm2022/covalent-echarts-pie.mjs.map +1 -1
- package/fesm2022/covalent-echarts-regression.mjs +60 -55
- package/fesm2022/covalent-echarts-regression.mjs.map +1 -1
- package/fesm2022/covalent-echarts-sankey.mjs +98 -93
- package/fesm2022/covalent-echarts-sankey.mjs.map +1 -1
- package/fesm2022/covalent-echarts-scatter.mjs +116 -111
- package/fesm2022/covalent-echarts-scatter.mjs.map +1 -1
- package/fesm2022/covalent-echarts-toolbox.mjs +92 -73
- package/fesm2022/covalent-echarts-toolbox.mjs.map +1 -1
- package/fesm2022/covalent-echarts-tooltip.mjs +151 -115
- package/fesm2022/covalent-echarts-tooltip.mjs.map +1 -1
- package/fesm2022/covalent-echarts-tree.mjs +98 -93
- package/fesm2022/covalent-echarts-tree.mjs.map +1 -1
- package/fesm2022/covalent-echarts-treemap.mjs +122 -117
- package/fesm2022/covalent-echarts-treemap.mjs.map +1 -1
- package/fesm2022/covalent-echarts-wordcloud.mjs +82 -77
- package/fesm2022/covalent-echarts-wordcloud.mjs.map +1 -1
- package/graph/graph.component.d.ts +1 -1
- package/graph/graph.module.d.ts +5 -2
- package/histogram/histogram.component.d.ts +1 -1
- package/histogram/histogram.module.d.ts +5 -2
- package/line/line.component.d.ts +1 -1
- package/line/line.module.d.ts +5 -2
- package/map/map.component.d.ts +1 -1
- package/map/map.module.d.ts +5 -2
- package/package.json +8 -39
- package/pie/pie.component.d.ts +1 -1
- package/pie/pie.module.d.ts +5 -2
- package/regression/regression.component.d.ts +1 -1
- package/regression/regression.module.d.ts +5 -2
- package/sankey/sankey.component.d.ts +1 -1
- package/sankey/sankey.module.d.ts +5 -2
- package/scatter/scatter.component.d.ts +1 -1
- package/scatter/scatter.module.d.ts +5 -2
- package/toolbox/toolbox.component.d.ts +2 -2
- package/toolbox/toolbox.module.d.ts +5 -2
- package/tooltip/series-tooltip.component.d.ts +1 -1
- package/tooltip/tooltip.component.d.ts +2 -2
- package/tooltip/tooltip.module.d.ts +5 -2
- package/tree/tree.component.d.ts +1 -1
- package/tree/tree.module.d.ts +5 -2
- package/treemap/treemap.component.d.ts +1 -1
- package/treemap/treemap.module.d.ts +5 -2
- package/wordcloud/wordcloud.component.d.ts +1 -1
- package/wordcloud/wordcloud.module.d.ts +5 -2
- package/esm2022/bar/bar.component.mjs +0 -163
- package/esm2022/bar/bar.module.mjs +0 -19
- package/esm2022/bar/covalent-echarts-bar.mjs +0 -5
- package/esm2022/bar/public_api.mjs +0 -3
- package/esm2022/base/axis/axis.component.mjs +0 -157
- package/esm2022/base/axis/axis.interface.mjs +0 -2
- package/esm2022/base/axis/x-axis.component.mjs +0 -56
- package/esm2022/base/axis/y-axis.component.mjs +0 -56
- package/esm2022/base/base.module.mjs +0 -35
- package/esm2022/base/base.types.mjs +0 -2
- package/esm2022/base/chart-options.service.mjs +0 -63
- package/esm2022/base/chart.component.mjs +0 -211
- package/esm2022/base/covalent-echarts-base.mjs +0 -5
- package/esm2022/base/dataset/dataset.component.mjs +0 -57
- package/esm2022/base/public_api.mjs +0 -10
- package/esm2022/base/series/series.component.mjs +0 -106
- package/esm2022/base/series/series.interface.mjs +0 -2
- package/esm2022/base/themes/aqua-splash.mjs +0 -487
- package/esm2022/base/themes/california-coast.mjs +0 -460
- package/esm2022/base/themes/hawaiian-sunrise.mjs +0 -460
- package/esm2022/base/themes/passion-flower.mjs +0 -460
- package/esm2022/base/themes/razzleberry-pie.mjs +0 -487
- package/esm2022/base/themes/teradata-classic.mjs +0 -487
- package/esm2022/base/themes/teradata-default.mjs +0 -460
- package/esm2022/base/themes/urban-sunrise.mjs +0 -460
- package/esm2022/base/themes/volcanic-eruption.mjs +0 -460
- package/esm2022/base/utils/assign-defined.mjs +0 -25
- package/esm2022/base/utils/echarts.mjs +0 -49
- package/esm2022/base/utils/index.mjs +0 -3
- package/esm2022/clustering/clustering.component.mjs +0 -275
- package/esm2022/clustering/clustering.module.mjs +0 -21
- package/esm2022/clustering/covalent-echarts-clustering.mjs +0 -5
- package/esm2022/clustering/public_api.mjs +0 -3
- package/esm2022/covalent-echarts.mjs +0 -5
- package/esm2022/graph/covalent-echarts-graph.mjs +0 -5
- package/esm2022/graph/graph.component.mjs +0 -230
- package/esm2022/graph/graph.module.mjs +0 -21
- package/esm2022/graph/public_api.mjs +0 -3
- package/esm2022/histogram/covalent-echarts-histogram.mjs +0 -5
- package/esm2022/histogram/histogram.component.mjs +0 -127
- package/esm2022/histogram/histogram.module.mjs +0 -21
- package/esm2022/histogram/public_api.mjs +0 -3
- package/esm2022/line/covalent-echarts-line.mjs +0 -5
- package/esm2022/line/line.component.mjs +0 -195
- package/esm2022/line/line.module.mjs +0 -19
- package/esm2022/line/public_api.mjs +0 -3
- package/esm2022/map/covalent-echarts-map.mjs +0 -5
- package/esm2022/map/map.component.mjs +0 -159
- package/esm2022/map/map.module.mjs +0 -19
- package/esm2022/map/public_api.mjs +0 -3
- package/esm2022/pie/covalent-echarts-pie.mjs +0 -5
- package/esm2022/pie/pie.component.mjs +0 -153
- package/esm2022/pie/pie.module.mjs +0 -19
- package/esm2022/pie/public_api.mjs +0 -3
- package/esm2022/public_api.mjs +0 -2
- package/esm2022/regression/covalent-echarts-regression.mjs +0 -5
- package/esm2022/regression/public_api.mjs +0 -3
- package/esm2022/regression/regression.component.mjs +0 -140
- package/esm2022/regression/regression.module.mjs +0 -21
- package/esm2022/sankey/covalent-echarts-sankey.mjs +0 -5
- package/esm2022/sankey/public_api.mjs +0 -3
- package/esm2022/sankey/sankey.component.mjs +0 -139
- package/esm2022/sankey/sankey.module.mjs +0 -21
- package/esm2022/scatter/covalent-echarts-scatter.mjs +0 -5
- package/esm2022/scatter/public_api.mjs +0 -3
- package/esm2022/scatter/scatter.component.mjs +0 -175
- package/esm2022/scatter/scatter.module.mjs +0 -21
- package/esm2022/toolbox/covalent-echarts-toolbox.mjs +0 -5
- package/esm2022/toolbox/public_api.mjs +0 -3
- package/esm2022/toolbox/toolbox.component.mjs +0 -149
- package/esm2022/toolbox/toolbox.module.mjs +0 -24
- package/esm2022/tooltip/covalent-echarts-tooltip.mjs +0 -5
- package/esm2022/tooltip/public_api.mjs +0 -4
- package/esm2022/tooltip/series-tooltip.component.mjs +0 -112
- package/esm2022/tooltip/tooltip.component.mjs +0 -168
- package/esm2022/tooltip/tooltip.module.mjs +0 -28
- package/esm2022/tree/covalent-echarts-tree.mjs +0 -5
- package/esm2022/tree/public_api.mjs +0 -3
- package/esm2022/tree/tree.component.mjs +0 -139
- package/esm2022/tree/tree.module.mjs +0 -19
- package/esm2022/treemap/covalent-echarts-treemap.mjs +0 -5
- package/esm2022/treemap/public_api.mjs +0 -3
- package/esm2022/treemap/treemap.component.mjs +0 -182
- package/esm2022/treemap/treemap.module.mjs +0 -21
- package/esm2022/wordcloud/covalent-echarts-wordcloud.mjs +0 -5
- package/esm2022/wordcloud/public_api.mjs +0 -3
- package/esm2022/wordcloud/wordcloud.component.mjs +0 -106
- package/esm2022/wordcloud/wordcloud.module.mjs +0 -21
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Injectable, Optional, SkipSelf, EventEmitter, Component, ChangeDetectionStrategy, Input, Output, Directive, NgModule } from '@angular/core';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
3
|
import { BehaviorSubject, Subject, fromEvent, merge, timer } from 'rxjs';
|
|
5
4
|
import { takeUntil, debounceTime, distinctUntilChanged, tap } from 'rxjs/operators';
|
|
6
5
|
|
|
@@ -48,12 +47,12 @@ class TdChartOptionsService {
|
|
|
48
47
|
listen() {
|
|
49
48
|
return this._optionsSubject.asObservable();
|
|
50
49
|
}
|
|
51
|
-
static ɵfac =
|
|
52
|
-
static ɵprov = i0.ɵɵ
|
|
50
|
+
static ɵfac = function TdChartOptionsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartOptionsService)(); };
|
|
51
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TdChartOptionsService, factory: TdChartOptionsService.ɵfac });
|
|
53
52
|
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartOptionsService, [{
|
|
54
|
+
type: Injectable
|
|
55
|
+
}], null, null); })();
|
|
57
56
|
function CHART_PROVIDER_FACTORY(parent) {
|
|
58
57
|
return parent || new TdChartOptionsService();
|
|
59
58
|
}
|
|
@@ -4524,35 +4523,36 @@ class TdChartComponent {
|
|
|
4524
4523
|
}
|
|
4525
4524
|
this._destroy.next(true);
|
|
4526
4525
|
}
|
|
4527
|
-
static ɵfac =
|
|
4528
|
-
static ɵcmp = i0.ɵɵ
|
|
4526
|
+
static ɵfac = function TdChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(TdChartOptionsService)); };
|
|
4527
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdChartComponent, selectors: [["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" }, features: [i0.ɵɵProvidersFeature([CHART_PROVIDER]), i0.ɵɵNgOnChangesFeature], decls: 0, vars: 0, template: function TdChartComponent_Template(rf, ctx) { }, styles: ["[_nghost-%COMP%]{display:block;width:100%}"], changeDetection: 0 });
|
|
4529
4528
|
}
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4529
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartComponent, [{
|
|
4530
|
+
type: Component,
|
|
4531
|
+
args: [{ selector: 'td-chart', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [CHART_PROVIDER], styles: [":host{display:block;width:100%}\n"] }]
|
|
4532
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: TdChartOptionsService }], { config: [{
|
|
4533
|
+
type: Input
|
|
4534
|
+
}], group: [{
|
|
4535
|
+
type: Input
|
|
4536
|
+
}], themeName: [{
|
|
4537
|
+
type: Input
|
|
4538
|
+
}], renderer: [{
|
|
4539
|
+
type: Input
|
|
4540
|
+
}], chartClick: [{
|
|
4541
|
+
type: Output
|
|
4542
|
+
}], chartDblclick: [{
|
|
4543
|
+
type: Output
|
|
4544
|
+
}], chartContextmenu: [{
|
|
4545
|
+
type: Output
|
|
4546
|
+
}], magicTypeChanged: [{
|
|
4547
|
+
type: Output
|
|
4548
|
+
}], dataViewChanged: [{
|
|
4549
|
+
type: Output
|
|
4550
|
+
}], datazoom: [{
|
|
4551
|
+
type: Output
|
|
4552
|
+
}], restore: [{
|
|
4553
|
+
type: Output
|
|
4554
|
+
}] }); })();
|
|
4555
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdChartComponent, { className: "TdChartComponent", filePath: "chart.component.ts", lineNumber: 33 }); })();
|
|
4556
4556
|
|
|
4557
4557
|
class TdChartAxisDirective {
|
|
4558
4558
|
_axisOption;
|
|
@@ -4639,174 +4639,176 @@ class TdChartAxisDirective {
|
|
|
4639
4639
|
_removeOption() {
|
|
4640
4640
|
this._optionsService.clearOption(this._axisOption);
|
|
4641
4641
|
}
|
|
4642
|
-
static ɵfac =
|
|
4643
|
-
static ɵdir = i0.ɵɵ
|
|
4642
|
+
static ɵfac = function TdChartAxisDirective_Factory(__ngFactoryType__) { i0.ɵɵinvalidFactory(); };
|
|
4643
|
+
static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ 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" }, features: [i0.ɵɵNgOnChangesFeature] });
|
|
4644
4644
|
}
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4645
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartAxisDirective, [{
|
|
4646
|
+
type: Directive
|
|
4647
|
+
}], () => [{ type: undefined }, { type: TdChartOptionsService }], { config: [{
|
|
4648
|
+
type: Input
|
|
4649
|
+
}], id: [{
|
|
4650
|
+
type: Input
|
|
4651
|
+
}], show: [{
|
|
4652
|
+
type: Input
|
|
4653
|
+
}], gridIndex: [{
|
|
4654
|
+
type: Input
|
|
4655
|
+
}], offset: [{
|
|
4656
|
+
type: Input
|
|
4657
|
+
}], type: [{
|
|
4658
|
+
type: Input
|
|
4659
|
+
}], name: [{
|
|
4660
|
+
type: Input
|
|
4661
|
+
}], nameLocation: [{
|
|
4662
|
+
type: Input
|
|
4663
|
+
}], nameTextStyle: [{
|
|
4664
|
+
type: Input
|
|
4665
|
+
}], nameGap: [{
|
|
4666
|
+
type: Input
|
|
4667
|
+
}], nameRotate: [{
|
|
4668
|
+
type: Input
|
|
4669
|
+
}], inverse: [{
|
|
4670
|
+
type: Input
|
|
4671
|
+
}], boundaryGap: [{
|
|
4672
|
+
type: Input
|
|
4673
|
+
}], min: [{
|
|
4674
|
+
type: Input
|
|
4675
|
+
}], max: [{
|
|
4676
|
+
type: Input
|
|
4677
|
+
}], scale: [{
|
|
4678
|
+
type: Input
|
|
4679
|
+
}], minInterval: [{
|
|
4680
|
+
type: Input
|
|
4681
|
+
}], interval: [{
|
|
4682
|
+
type: Input
|
|
4683
|
+
}], logBase: [{
|
|
4684
|
+
type: Input
|
|
4685
|
+
}], silent: [{
|
|
4686
|
+
type: Input
|
|
4687
|
+
}], triggerEvent: [{
|
|
4688
|
+
type: Input
|
|
4689
|
+
}], axisLine: [{
|
|
4690
|
+
type: Input
|
|
4691
|
+
}], axisTick: [{
|
|
4692
|
+
type: Input
|
|
4693
|
+
}], axisLabel: [{
|
|
4694
|
+
type: Input
|
|
4695
|
+
}], splitLine: [{
|
|
4696
|
+
type: Input
|
|
4697
|
+
}], splitArea: [{
|
|
4698
|
+
type: Input
|
|
4699
|
+
}], data: [{
|
|
4700
|
+
type: Input
|
|
4701
|
+
}], axisPointer: [{
|
|
4702
|
+
type: Input
|
|
4703
|
+
}], zlevel: [{
|
|
4704
|
+
type: Input
|
|
4705
|
+
}], z: [{
|
|
4706
|
+
type: Input
|
|
4707
|
+
}] }); })();
|
|
4708
4708
|
|
|
4709
4709
|
class TdChartXAxisComponent extends TdChartAxisDirective {
|
|
4710
4710
|
position;
|
|
4711
4711
|
constructor(_optionsService) {
|
|
4712
4712
|
super('xAxis', _optionsService);
|
|
4713
4713
|
}
|
|
4714
|
-
static ɵfac =
|
|
4715
|
-
static ɵcmp = i0.ɵɵ
|
|
4714
|
+
static ɵfac = function TdChartXAxisComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartXAxisComponent)(i0.ɵɵdirectiveInject(TdChartOptionsService)); };
|
|
4715
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdChartXAxisComponent, selectors: [["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" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function TdChartXAxisComponent_Template(rf, ctx) { }, encapsulation: 2, changeDetection: 0 });
|
|
4716
4716
|
}
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4717
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartXAxisComponent, [{
|
|
4718
|
+
type: Component,
|
|
4719
|
+
args: [{
|
|
4720
|
+
selector: 'td-chart-x-axis',
|
|
4721
|
+
template: '',
|
|
4722
|
+
inputs: [
|
|
4723
|
+
'config',
|
|
4724
|
+
'id',
|
|
4725
|
+
'show',
|
|
4726
|
+
'gridIndex',
|
|
4727
|
+
'offset',
|
|
4728
|
+
'type',
|
|
4729
|
+
'name',
|
|
4730
|
+
'nameLocation',
|
|
4731
|
+
'nameTextStyle',
|
|
4732
|
+
'nameGap',
|
|
4733
|
+
'nameRotate',
|
|
4734
|
+
'inverse',
|
|
4735
|
+
'boundaryGap',
|
|
4736
|
+
'min',
|
|
4737
|
+
'max',
|
|
4738
|
+
'scale',
|
|
4739
|
+
'minInterval',
|
|
4740
|
+
'interval',
|
|
4741
|
+
'logBase',
|
|
4742
|
+
'silent',
|
|
4743
|
+
'triggerEvent',
|
|
4744
|
+
'axisLine',
|
|
4745
|
+
'axisTick',
|
|
4746
|
+
'axisLabel',
|
|
4747
|
+
'splitLine',
|
|
4748
|
+
'splitArea',
|
|
4749
|
+
'data',
|
|
4750
|
+
'axisPointer',
|
|
4751
|
+
'zlevel',
|
|
4752
|
+
'z',
|
|
4753
|
+
],
|
|
4754
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4755
|
+
}]
|
|
4756
|
+
}], () => [{ type: TdChartOptionsService }], { position: [{
|
|
4757
|
+
type: Input
|
|
4758
|
+
}] }); })();
|
|
4759
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdChartXAxisComponent, { className: "TdChartXAxisComponent", filePath: "axis/x-axis.component.ts", lineNumber: 44 }); })();
|
|
4759
4760
|
|
|
4760
4761
|
class TdChartYAxisComponent extends TdChartAxisDirective {
|
|
4761
4762
|
position;
|
|
4762
4763
|
constructor(_optionsService) {
|
|
4763
4764
|
super('yAxis', _optionsService);
|
|
4764
4765
|
}
|
|
4765
|
-
static ɵfac =
|
|
4766
|
-
static ɵcmp = i0.ɵɵ
|
|
4766
|
+
static ɵfac = function TdChartYAxisComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartYAxisComponent)(i0.ɵɵdirectiveInject(TdChartOptionsService)); };
|
|
4767
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdChartYAxisComponent, selectors: [["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" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function TdChartYAxisComponent_Template(rf, ctx) { }, encapsulation: 2, changeDetection: 0 });
|
|
4767
4768
|
}
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4769
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartYAxisComponent, [{
|
|
4770
|
+
type: Component,
|
|
4771
|
+
args: [{
|
|
4772
|
+
selector: 'td-chart-y-axis',
|
|
4773
|
+
template: '',
|
|
4774
|
+
inputs: [
|
|
4775
|
+
'config',
|
|
4776
|
+
'id',
|
|
4777
|
+
'show',
|
|
4778
|
+
'gridIndex',
|
|
4779
|
+
'offset',
|
|
4780
|
+
'type',
|
|
4781
|
+
'name',
|
|
4782
|
+
'nameLocation',
|
|
4783
|
+
'nameTextStyle',
|
|
4784
|
+
'nameGap',
|
|
4785
|
+
'nameRotate',
|
|
4786
|
+
'inverse',
|
|
4787
|
+
'boundaryGap',
|
|
4788
|
+
'min',
|
|
4789
|
+
'max',
|
|
4790
|
+
'scale',
|
|
4791
|
+
'minInterval',
|
|
4792
|
+
'interval',
|
|
4793
|
+
'logBase',
|
|
4794
|
+
'silent',
|
|
4795
|
+
'triggerEvent',
|
|
4796
|
+
'axisLine',
|
|
4797
|
+
'axisTick',
|
|
4798
|
+
'axisLabel',
|
|
4799
|
+
'splitLine',
|
|
4800
|
+
'splitArea',
|
|
4801
|
+
'data',
|
|
4802
|
+
'axisPointer',
|
|
4803
|
+
'zlevel',
|
|
4804
|
+
'z',
|
|
4805
|
+
],
|
|
4806
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4807
|
+
}]
|
|
4808
|
+
}], () => [{ type: TdChartOptionsService }], { position: [{
|
|
4809
|
+
type: Input
|
|
4810
|
+
}] }); })();
|
|
4811
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdChartYAxisComponent, { className: "TdChartYAxisComponent", filePath: "axis/y-axis.component.ts", lineNumber: 44 }); })();
|
|
4810
4812
|
|
|
4811
4813
|
class TdDatasetComponent {
|
|
4812
4814
|
_optionsService;
|
|
@@ -4838,27 +4840,28 @@ class TdDatasetComponent {
|
|
|
4838
4840
|
_removeOption() {
|
|
4839
4841
|
this._optionsService.clearOption('dataset');
|
|
4840
4842
|
}
|
|
4841
|
-
static ɵfac =
|
|
4842
|
-
static ɵcmp = i0.ɵɵ
|
|
4843
|
+
static ɵfac = function TdDatasetComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdDatasetComponent)(i0.ɵɵdirectiveInject(TdChartOptionsService)); };
|
|
4844
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdDatasetComponent, selectors: [["td-chart-dataset"]], inputs: { id: "id", config: "config", source: "source", dimensions: "dimensions", sourceHeader: "sourceHeader" }, features: [i0.ɵɵNgOnChangesFeature], decls: 0, vars: 0, template: function TdDatasetComponent_Template(rf, ctx) { }, encapsulation: 2, changeDetection: 0 });
|
|
4843
4845
|
}
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4846
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdDatasetComponent, [{
|
|
4847
|
+
type: Component,
|
|
4848
|
+
args: [{
|
|
4849
|
+
template: '',
|
|
4850
|
+
selector: 'td-chart-dataset',
|
|
4851
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4852
|
+
}]
|
|
4853
|
+
}], () => [{ type: TdChartOptionsService }], { id: [{
|
|
4854
|
+
type: Input
|
|
4855
|
+
}], config: [{
|
|
4856
|
+
type: Input
|
|
4857
|
+
}], source: [{
|
|
4858
|
+
type: Input
|
|
4859
|
+
}], dimensions: [{
|
|
4860
|
+
type: Input
|
|
4861
|
+
}], sourceHeader: [{
|
|
4862
|
+
type: Input
|
|
4863
|
+
}] }); })();
|
|
4864
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdDatasetComponent, { className: "TdDatasetComponent", filePath: "dataset/dataset.component.ts", lineNumber: 16 }); })();
|
|
4862
4865
|
|
|
4863
4866
|
const BASE_MODULE_COMPONENTS = [
|
|
4864
4867
|
TdChartComponent,
|
|
@@ -4867,25 +4870,29 @@ const BASE_MODULE_COMPONENTS = [
|
|
|
4867
4870
|
TdDatasetComponent,
|
|
4868
4871
|
];
|
|
4869
4872
|
registerDefaultThemes();
|
|
4873
|
+
/**
|
|
4874
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
4875
|
+
* Please migrate to using standalone components as soon as possible.
|
|
4876
|
+
*/
|
|
4870
4877
|
class CovalentBaseEchartsModule {
|
|
4871
|
-
static ɵfac =
|
|
4872
|
-
static ɵmod = i0.ɵɵ
|
|
4873
|
-
|
|
4874
|
-
TdChartYAxisComponent,
|
|
4875
|
-
TdDatasetComponent], imports: [CommonModule], exports: [TdChartComponent,
|
|
4876
|
-
TdChartXAxisComponent,
|
|
4877
|
-
TdChartYAxisComponent,
|
|
4878
|
-
TdDatasetComponent] });
|
|
4879
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: CovalentBaseEchartsModule, imports: [CommonModule] });
|
|
4878
|
+
static ɵfac = function CovalentBaseEchartsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CovalentBaseEchartsModule)(); };
|
|
4879
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CovalentBaseEchartsModule });
|
|
4880
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({});
|
|
4880
4881
|
}
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4882
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CovalentBaseEchartsModule, [{
|
|
4883
|
+
type: NgModule,
|
|
4884
|
+
args: [{
|
|
4885
|
+
imports: [BASE_MODULE_COMPONENTS],
|
|
4886
|
+
exports: [BASE_MODULE_COMPONENTS],
|
|
4887
|
+
}]
|
|
4888
|
+
}], null, null); })();
|
|
4889
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CovalentBaseEchartsModule, { imports: [TdChartComponent,
|
|
4890
|
+
TdChartXAxisComponent,
|
|
4891
|
+
TdChartYAxisComponent,
|
|
4892
|
+
TdDatasetComponent], exports: [TdChartComponent,
|
|
4893
|
+
TdChartXAxisComponent,
|
|
4894
|
+
TdChartYAxisComponent,
|
|
4895
|
+
TdDatasetComponent] }); })();
|
|
4889
4896
|
|
|
4890
4897
|
class TdSeriesDirective {
|
|
4891
4898
|
optionsService;
|
|
@@ -4953,40 +4960,40 @@ class TdSeriesDirective {
|
|
|
4953
4960
|
_removeOption() {
|
|
4954
4961
|
this.optionsService.removeArrayOption('series', this._state);
|
|
4955
4962
|
}
|
|
4956
|
-
static ɵfac =
|
|
4957
|
-
static ɵdir = i0.ɵɵ
|
|
4963
|
+
static ɵfac = function TdSeriesDirective_Factory(__ngFactoryType__) { i0.ɵɵinvalidFactory(); };
|
|
4964
|
+
static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ 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" }, features: [i0.ɵɵNgOnChangesFeature] });
|
|
4958
4965
|
}
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4966
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdSeriesDirective, [{
|
|
4967
|
+
type: Directive
|
|
4968
|
+
}], () => [{ type: undefined }, { type: TdChartOptionsService }], { config: [{
|
|
4969
|
+
type: Input
|
|
4970
|
+
}], id: [{
|
|
4971
|
+
type: Input
|
|
4972
|
+
}], name: [{
|
|
4973
|
+
type: Input
|
|
4974
|
+
}], color: [{
|
|
4975
|
+
type: Input
|
|
4976
|
+
}], data: [{
|
|
4977
|
+
type: Input
|
|
4978
|
+
}], animation: [{
|
|
4979
|
+
type: Input
|
|
4980
|
+
}], animationThreshold: [{
|
|
4981
|
+
type: Input
|
|
4982
|
+
}], animationDuration: [{
|
|
4983
|
+
type: Input
|
|
4984
|
+
}], animationEasing: [{
|
|
4985
|
+
type: Input
|
|
4986
|
+
}], animationDelay: [{
|
|
4987
|
+
type: Input
|
|
4988
|
+
}], animationDurationUpdate: [{
|
|
4989
|
+
type: Input
|
|
4990
|
+
}], animationEasingUpdate: [{
|
|
4991
|
+
type: Input
|
|
4992
|
+
}], animationDelayUpdate: [{
|
|
4993
|
+
type: Input
|
|
4994
|
+
}], tooltip: [{
|
|
4995
|
+
type: Input
|
|
4996
|
+
}] }); })();
|
|
4990
4997
|
|
|
4991
4998
|
/**
|
|
4992
4999
|
* Generated bundle index. Do not edit.
|