@covalent/echarts 9.1.3 → 10.0.0
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 +14 -45
- 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
package/bar/bar.component.d.ts
CHANGED
|
@@ -64,5 +64,5 @@ export declare class TdChartSeriesBarComponent extends TdSeriesDirective impleme
|
|
|
64
64
|
constructor(_optionsService: TdChartOptionsService);
|
|
65
65
|
getConfig(): any;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesBarComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesBarComponent, "td-chart-series[td-bar]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "barMaxWidth": { "alias": "barMaxWidth"; "required": false; }; "barMinHeight": { "alias": "barMinHeight"; "required": false; }; "barGap": { "alias": "barGap"; "required": false; }; "barCategoryGap": { "alias": "barCategoryGap"; "required": false; }; "large": { "alias": "large"; "required": false; }; "largeThreshold": { "alias": "largeThreshold"; "required": false; }; "progressive": { "alias": "progressive"; "required": false; }; "progressiveThreshold": { "alias": "progressiveThreshold"; "required": false; }; "progressiveChunkMode": { "alias": "progressiveChunkMode"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "encode": { "alias": "encode"; "required": false; }; "seriesLayoutBy": { "alias": "seriesLayoutBy"; "required": false; }; "datasetIndex": { "alias": "datasetIndex"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never,
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesBarComponent, "td-chart-series[td-bar]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "barMaxWidth": { "alias": "barMaxWidth"; "required": false; }; "barMinHeight": { "alias": "barMinHeight"; "required": false; }; "barGap": { "alias": "barGap"; "required": false; }; "barCategoryGap": { "alias": "barCategoryGap"; "required": false; }; "large": { "alias": "large"; "required": false; }; "largeThreshold": { "alias": "largeThreshold"; "required": false; }; "progressive": { "alias": "progressive"; "required": false; }; "progressiveThreshold": { "alias": "progressiveThreshold"; "required": false; }; "progressiveChunkMode": { "alias": "progressiveChunkMode"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "encode": { "alias": "encode"; "required": false; }; "seriesLayoutBy": { "alias": "seriesLayoutBy"; "required": false; }; "datasetIndex": { "alias": "datasetIndex"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never, true, never>;
|
|
68
68
|
}
|
package/bar/bar.module.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./bar.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
4
|
export declare const BAR_MODULE_COMPONENTS: Type<any>[];
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
7
|
+
* Please migrate to using standalone components as soon as possible.
|
|
8
|
+
*/
|
|
6
9
|
export declare class CovalentBarEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentBarEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBarEchartsModule, [typeof i1.TdChartSeriesBarComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBarEchartsModule, never, [typeof i1.TdChartSeriesBarComponent], [typeof i1.TdChartSeriesBarComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentBarEchartsModule>;
|
|
10
13
|
}
|
|
@@ -44,5 +44,5 @@ export declare abstract class TdChartAxisDirective implements OnChanges, OnInit,
|
|
|
44
44
|
private _setOptions;
|
|
45
45
|
private _removeOption;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartAxisDirective, never>;
|
|
47
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartAxisDirective, never, never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never,
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdChartAxisDirective, never, never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; }, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -6,5 +6,5 @@ export declare class TdChartXAxisComponent extends TdChartAxisDirective {
|
|
|
6
6
|
position: TdXAxisPosition;
|
|
7
7
|
constructor(_optionsService: TdChartOptionsService);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartXAxisComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartXAxisComponent, "td-chart-x-axis", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never,
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartXAxisComponent, "td-chart-x-axis", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class TdChartYAxisComponent extends TdChartAxisDirective {
|
|
|
6
6
|
position: TdYAxisPosition;
|
|
7
7
|
constructor(_optionsService: TdChartOptionsService);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartYAxisComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartYAxisComponent, "td-chart-y-axis", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never,
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartYAxisComponent, "td-chart-y-axis", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "show": { "alias": "show"; "required": false; }; "gridIndex": { "alias": "gridIndex"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "type": { "alias": "type"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nameLocation": { "alias": "nameLocation"; "required": false; }; "nameTextStyle": { "alias": "nameTextStyle"; "required": false; }; "nameGap": { "alias": "nameGap"; "required": false; }; "nameRotate": { "alias": "nameRotate"; "required": false; }; "inverse": { "alias": "inverse"; "required": false; }; "boundaryGap": { "alias": "boundaryGap"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "scale": { "alias": "scale"; "required": false; }; "minInterval": { "alias": "minInterval"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "logBase": { "alias": "logBase"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "axisLine": { "alias": "axisLine"; "required": false; }; "axisTick": { "alias": "axisTick"; "required": false; }; "axisLabel": { "alias": "axisLabel"; "required": false; }; "splitLine": { "alias": "splitLine"; "required": false; }; "splitArea": { "alias": "splitArea"; "required": false; }; "data": { "alias": "data"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; "z": { "alias": "z"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
10
|
}
|
package/base/base.module.d.ts
CHANGED
|
@@ -4,10 +4,13 @@ import * as i1 from "./chart.component";
|
|
|
4
4
|
import * as i2 from "./axis/x-axis.component";
|
|
5
5
|
import * as i3 from "./axis/y-axis.component";
|
|
6
6
|
import * as i4 from "./dataset/dataset.component";
|
|
7
|
-
import * as i5 from "@angular/common";
|
|
8
7
|
export declare const BASE_MODULE_COMPONENTS: Type<any>[];
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
10
|
+
* Please migrate to using standalone components as soon as possible.
|
|
11
|
+
*/
|
|
9
12
|
export declare class CovalentBaseEchartsModule {
|
|
10
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentBaseEchartsModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBaseEchartsModule, [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent], [typeof
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentBaseEchartsModule, never, [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent], [typeof i1.TdChartComponent, typeof i2.TdChartXAxisComponent, typeof i3.TdChartYAxisComponent, typeof i4.TdDatasetComponent]>;
|
|
12
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentBaseEchartsModule>;
|
|
13
16
|
}
|
|
@@ -56,5 +56,5 @@ export declare class TdChartComponent implements AfterViewInit, OnChanges, OnDes
|
|
|
56
56
|
private _initializeChart;
|
|
57
57
|
private _disposeChart;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartComponent, "td-chart", never, { "config": { "alias": "config"; "required": false; }; "group": { "alias": "group"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "renderer": { "alias": "renderer"; "required": false; }; }, { "chartClick": "chartClick"; "chartDblclick": "chartDblclick"; "chartContextmenu": "chartContextmenu"; "magicTypeChanged": "magicTypeChanged"; "dataViewChanged": "dataViewChanged"; "datazoom": "datazoom"; "restore": "restore"; }, never, never,
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartComponent, "td-chart", never, { "config": { "alias": "config"; "required": false; }; "group": { "alias": "group"; "required": false; }; "themeName": { "alias": "themeName"; "required": false; }; "renderer": { "alias": "renderer"; "required": false; }; }, { "chartClick": "chartClick"; "chartDblclick": "chartDblclick"; "chartContextmenu": "chartContextmenu"; "magicTypeChanged": "magicTypeChanged"; "dataViewChanged": "dataViewChanged"; "datazoom": "datazoom"; "restore": "restore"; }, never, never, true, never>;
|
|
60
60
|
}
|
|
@@ -15,5 +15,5 @@ export declare class TdDatasetComponent implements OnChanges, OnDestroy {
|
|
|
15
15
|
private _setOptions;
|
|
16
16
|
private _removeOption;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdDatasetComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdDatasetComponent, "td-chart-dataset", never, { "id": { "alias": "id"; "required": false; }; "config": { "alias": "config"; "required": false; }; "source": { "alias": "source"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; }, {}, never, never,
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdDatasetComponent, "td-chart-dataset", never, { "id": { "alias": "id"; "required": false; }; "config": { "alias": "config"; "required": false; }; "source": { "alias": "source"; "required": false; }; "dimensions": { "alias": "dimensions"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -40,5 +40,5 @@ export declare abstract class TdSeriesDirective implements ITdSeries, OnChanges,
|
|
|
40
40
|
private _setOptions;
|
|
41
41
|
private _removeOption;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdSeriesDirective, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdSeriesDirective, never, never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never,
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TdSeriesDirective, never, never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
44
|
}
|
|
@@ -100,5 +100,5 @@ export declare class TdChartSeriesClusteringComponent extends TdSeriesDirective
|
|
|
100
100
|
getConfig(): any;
|
|
101
101
|
private setOptions;
|
|
102
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesClusteringComponent, never>;
|
|
103
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesClusteringComponent, "td-chart-series[td-clustering]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "clusterCount": { "alias": "clusterCount"; "required": false; }; "showCentroids": { "alias": "showCentroids"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "edgeLabel": { "alias": "edgeLabel"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "edgeSymbol": { "alias": "edgeSymbol"; "required": false; }; "edgeSymbolSize": { "alias": "edgeSymbolSize"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "geoIndex": { "alias": "geoIndex"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "left": { "alias": "left"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "links": { "alias": "links"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "nodeScaleRatio": { "alias": "nodeScaleRatio"; "required": false; }; "polarIndex": { "alias": "polarIndex"; "required": false; }; "right": { "alias": "right"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "symbol": { "alias": "symbol"; "required": false; }; "symbolKeepAspect": { "alias": "symbolKeepAspect"; "required": false; }; "symbolOffset": { "alias": "symbolOffset"; "required": false; }; "symbolRotate": { "alias": "symbolRotate"; "required": false; }; "symbolSize": { "alias": "symbolSize"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "z": { "alias": "z"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; }, {}, never, never,
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesClusteringComponent, "td-chart-series[td-clustering]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "clusterCount": { "alias": "clusterCount"; "required": false; }; "showCentroids": { "alias": "showCentroids"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "edgeLabel": { "alias": "edgeLabel"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "edgeSymbol": { "alias": "edgeSymbol"; "required": false; }; "edgeSymbolSize": { "alias": "edgeSymbolSize"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "geoIndex": { "alias": "geoIndex"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "left": { "alias": "left"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "links": { "alias": "links"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "nodeScaleRatio": { "alias": "nodeScaleRatio"; "required": false; }; "polarIndex": { "alias": "polarIndex"; "required": false; }; "right": { "alias": "right"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "symbol": { "alias": "symbol"; "required": false; }; "symbolKeepAspect": { "alias": "symbolKeepAspect"; "required": false; }; "symbolOffset": { "alias": "symbolOffset"; "required": false; }; "symbolRotate": { "alias": "symbolRotate"; "required": false; }; "symbolSize": { "alias": "symbolSize"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "z": { "alias": "z"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; }, {}, never, never, true, never>;
|
|
104
104
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Type } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./clustering.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
4
|
export declare const CLUSTERING_MODULE_COMPONENTS: Type<any>[];
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
7
|
+
* Please migrate to using standalone components as soon as possible.
|
|
8
|
+
*/
|
|
6
9
|
export declare class CovalentClusteringEchartsModule {
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentClusteringEchartsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentClusteringEchartsModule, [typeof i1.TdChartSeriesClusteringComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentClusteringEchartsModule, never, [typeof i1.TdChartSeriesClusteringComponent], [typeof i1.TdChartSeriesClusteringComponent]>;
|
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentClusteringEchartsModule>;
|
|
10
13
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { forwardRef, Component, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
3
|
import * as i1 from '@covalent/echarts/base';
|
|
5
4
|
import { TdSeriesDirective } from '@covalent/echarts/base';
|
|
6
5
|
|
|
6
|
+
const _c0 = ["td-bar", ""];
|
|
7
7
|
class TdChartSeriesBarComponent extends TdSeriesDirective {
|
|
8
8
|
coordinateSystem;
|
|
9
9
|
xAxisIndex;
|
|
@@ -68,115 +68,120 @@ class TdChartSeriesBarComponent extends TdSeriesDirective {
|
|
|
68
68
|
z: this.z,
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
|
-
static ɵfac =
|
|
72
|
-
static ɵcmp = i0.ɵɵ
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
71
|
+
static ɵfac = function TdChartSeriesBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdChartSeriesBarComponent)(i0.ɵɵdirectiveInject(i1.TdChartOptionsService)); };
|
|
72
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdChartSeriesBarComponent, selectors: [["td-chart-series", "td-bar", ""]], 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", coordinateSystem: "coordinateSystem", xAxisIndex: "xAxisIndex", yAxisIndex: "yAxisIndex", legendHoverLink: "legendHoverLink", stack: "stack", cursor: "cursor", label: "label", itemStyle: "itemStyle", emphasis: "emphasis", barWidth: "barWidth", barMaxWidth: "barMaxWidth", barMinHeight: "barMinHeight", barGap: "barGap", barCategoryGap: "barCategoryGap", large: "large", largeThreshold: "largeThreshold", progressive: "progressive", progressiveThreshold: "progressiveThreshold", progressiveChunkMode: "progressiveChunkMode", dimensions: "dimensions", encode: "encode", seriesLayoutBy: "seriesLayoutBy", datasetIndex: "datasetIndex", markPoint: "markPoint", markLine: "markLine", markArea: "markArea", zlevel: "zlevel", z: "z" }, features: [i0.ɵɵProvidersFeature([
|
|
73
|
+
{
|
|
74
|
+
provide: TdSeriesDirective,
|
|
75
|
+
useExisting: forwardRef(() => TdChartSeriesBarComponent),
|
|
76
|
+
},
|
|
77
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 0, vars: 0, template: function TdChartSeriesBarComponent_Template(rf, ctx) { }, encapsulation: 2, changeDetection: 0 });
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
79
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TdChartSeriesBarComponent, [{
|
|
80
|
+
type: Component,
|
|
81
|
+
args: [{
|
|
82
|
+
selector: 'td-chart-series[td-bar]',
|
|
83
|
+
template: '',
|
|
84
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
85
|
+
inputs: [
|
|
86
|
+
'config',
|
|
87
|
+
'id',
|
|
88
|
+
'name',
|
|
89
|
+
'color',
|
|
90
|
+
'data',
|
|
91
|
+
'animation',
|
|
92
|
+
'animationThreshold',
|
|
93
|
+
'animationDuration',
|
|
94
|
+
'animationEasing',
|
|
95
|
+
'animationDelay',
|
|
96
|
+
'animationDurationUpdate',
|
|
97
|
+
'animationEasingUpdate',
|
|
98
|
+
'animationDelayUpdate',
|
|
99
|
+
'tooltip',
|
|
100
|
+
],
|
|
101
|
+
providers: [
|
|
102
|
+
{
|
|
103
|
+
provide: TdSeriesDirective,
|
|
104
|
+
useExisting: forwardRef(() => TdChartSeriesBarComponent),
|
|
105
|
+
},
|
|
106
|
+
],
|
|
107
|
+
}]
|
|
108
|
+
}], () => [{ type: i1.TdChartOptionsService }], { coordinateSystem: [{
|
|
109
|
+
type: Input
|
|
110
|
+
}], xAxisIndex: [{
|
|
111
|
+
type: Input
|
|
112
|
+
}], yAxisIndex: [{
|
|
113
|
+
type: Input
|
|
114
|
+
}], legendHoverLink: [{
|
|
115
|
+
type: Input
|
|
116
|
+
}], stack: [{
|
|
117
|
+
type: Input
|
|
118
|
+
}], cursor: [{
|
|
119
|
+
type: Input
|
|
120
|
+
}], label: [{
|
|
121
|
+
type: Input
|
|
122
|
+
}], itemStyle: [{
|
|
123
|
+
type: Input
|
|
124
|
+
}], emphasis: [{
|
|
125
|
+
type: Input
|
|
126
|
+
}], barWidth: [{
|
|
127
|
+
type: Input
|
|
128
|
+
}], barMaxWidth: [{
|
|
129
|
+
type: Input
|
|
130
|
+
}], barMinHeight: [{
|
|
131
|
+
type: Input
|
|
132
|
+
}], barGap: [{
|
|
133
|
+
type: Input
|
|
134
|
+
}], barCategoryGap: [{
|
|
135
|
+
type: Input
|
|
136
|
+
}], large: [{
|
|
137
|
+
type: Input
|
|
138
|
+
}], largeThreshold: [{
|
|
139
|
+
type: Input
|
|
140
|
+
}], progressive: [{
|
|
141
|
+
type: Input
|
|
142
|
+
}], progressiveThreshold: [{
|
|
143
|
+
type: Input
|
|
144
|
+
}], progressiveChunkMode: [{
|
|
145
|
+
type: Input
|
|
146
|
+
}], dimensions: [{
|
|
147
|
+
type: Input
|
|
148
|
+
}], encode: [{
|
|
149
|
+
type: Input
|
|
150
|
+
}], seriesLayoutBy: [{
|
|
151
|
+
type: Input
|
|
152
|
+
}], datasetIndex: [{
|
|
153
|
+
type: Input
|
|
154
|
+
}], markPoint: [{
|
|
155
|
+
type: Input
|
|
156
|
+
}], markLine: [{
|
|
157
|
+
type: Input
|
|
158
|
+
}], markArea: [{
|
|
159
|
+
type: Input
|
|
160
|
+
}], zlevel: [{
|
|
161
|
+
type: Input
|
|
162
|
+
}], z: [{
|
|
163
|
+
type: Input
|
|
164
|
+
}] }); })();
|
|
165
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TdChartSeriesBarComponent, { className: "TdChartSeriesBarComponent", filePath: "bar.component.ts", lineNumber: 83 }); })();
|
|
165
166
|
|
|
166
167
|
const BAR_MODULE_COMPONENTS = [TdChartSeriesBarComponent];
|
|
168
|
+
/**
|
|
169
|
+
* @deprecated This module is deprecated and will be removed in future versions.
|
|
170
|
+
* Please migrate to using standalone components as soon as possible.
|
|
171
|
+
*/
|
|
167
172
|
class CovalentBarEchartsModule {
|
|
168
|
-
static ɵfac =
|
|
169
|
-
static ɵmod = i0.ɵɵ
|
|
170
|
-
static ɵinj = i0.ɵɵ
|
|
173
|
+
static ɵfac = function CovalentBarEchartsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CovalentBarEchartsModule)(); };
|
|
174
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CovalentBarEchartsModule });
|
|
175
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({});
|
|
171
176
|
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
177
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CovalentBarEchartsModule, [{
|
|
178
|
+
type: NgModule,
|
|
179
|
+
args: [{
|
|
180
|
+
imports: [BAR_MODULE_COMPONENTS],
|
|
181
|
+
exports: [BAR_MODULE_COMPONENTS],
|
|
182
|
+
}]
|
|
183
|
+
}], null, null); })();
|
|
184
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CovalentBarEchartsModule, { imports: [TdChartSeriesBarComponent], exports: [TdChartSeriesBarComponent] }); })();
|
|
180
185
|
|
|
181
186
|
/**
|
|
182
187
|
* Generated bundle index. Do not edit.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"covalent-echarts-bar.mjs","sources":["../../../../libs/angular-echarts/bar/src/bar.component.ts","../../../../libs/angular-echarts/bar/src/bar.module.ts","../../../../libs/angular-echarts/bar/src/covalent-echarts-bar.ts"],"sourcesContent":["import {\n Component,\n Input,\n ChangeDetectionStrategy,\n forwardRef,\n} from '@angular/core';\nimport {\n TdChartOptionsService,\n TdCoordinateSystem,\n ITdItemStyle,\n ITdEmphasis,\n TdSeriesLayoutBy,\n ITdMarkPoint,\n ITdMarkLine,\n ITdMarkArea,\n ITdSeries,\n ITdLabel,\n TdProgressiveChunkMode,\n TdSeriesDirective,\n} from '@covalent/echarts/base';\n\nexport interface ITdBarSeries extends ITdSeries {\n legendHoverLink?: boolean;\n coordinateSystem?: TdCoordinateSystem;\n xAxisIndex?: number;\n yAxisIndex?: number;\n Label?: ITdLabel;\n itemStyle?: ITdItemStyle;\n emphasis?: ITdEmphasis;\n stack?: string;\n cursor?: string;\n barWidth?: number | string;\n barMaxWidth?: number | string;\n barMinHeight?: number;\n barGap?: string;\n barCategoryGap?: string;\n large?: boolean;\n largeThreshold?: number;\n progressive?: number;\n progressiveThreshold?: number;\n progressiveChunkMode?: TdProgressiveChunkMode;\n dimensions?: any[];\n encode?: any;\n seriesLayoutBy?: TdSeriesLayoutBy;\n datasetIndex?: number;\n data?: any[];\n markPoint?: ITdMarkPoint;\n markLine?: ITdMarkLine;\n markArea?: ITdMarkArea;\n Zlevel?: 0;\n z?: number;\n silent?: boolean;\n}\n\n@Component({\n selector: 'td-chart-series[td-bar]',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n inputs: [\n 'config',\n 'id',\n 'name',\n 'color',\n 'data',\n\n 'animation',\n 'animationThreshold',\n 'animationDuration',\n 'animationEasing',\n 'animationDelay',\n 'animationDurationUpdate',\n 'animationEasingUpdate',\n 'animationDelayUpdate',\n 'tooltip',\n ],\n providers: [\n {\n provide: TdSeriesDirective,\n useExisting: forwardRef(() => TdChartSeriesBarComponent),\n },\n ],\n})\nexport class TdChartSeriesBarComponent\n extends TdSeriesDirective\n implements ITdBarSeries\n{\n @Input() coordinateSystem?: TdCoordinateSystem;\n @Input() xAxisIndex?: number;\n @Input() yAxisIndex?: number;\n @Input() legendHoverLink?: boolean;\n @Input() stack?: string;\n @Input() cursor?: string;\n @Input() label?: any;\n @Input() itemStyle?: ITdItemStyle;\n @Input() emphasis?: ITdEmphasis;\n @Input() barWidth?: number;\n @Input() barMaxWidth?: number;\n @Input() barMinHeight?: number;\n @Input() barGap?: string;\n @Input() barCategoryGap?: string;\n @Input() large?: boolean;\n @Input() largeThreshold?: number;\n @Input() progressive?: number;\n @Input() progressiveThreshold?: number;\n @Input() progressiveChunkMode?: TdProgressiveChunkMode;\n @Input() dimensions?: any[];\n @Input() encode: any;\n @Input() seriesLayoutBy?: TdSeriesLayoutBy;\n @Input() datasetIndex?: number;\n @Input() markPoint?: ITdMarkPoint;\n @Input() markLine?: ITdMarkLine;\n @Input() markArea?: ITdMarkArea;\n @Input() zlevel?: number;\n @Input() z?: number;\n\n constructor(_optionsService: TdChartOptionsService) {\n super('bar', _optionsService);\n }\n\n getConfig(): any {\n return {\n coordinateSystem: this.coordinateSystem,\n xAxisIndex: this.xAxisIndex,\n yAxisIndex: this.yAxisIndex,\n legendHoverLink: this.legendHoverLink,\n stack: this.stack,\n cursor: this.cursor,\n label: this.label,\n itemStyle: this.itemStyle,\n emphasis: this.emphasis,\n barWidth: this.barWidth,\n barMaxWidth: this.barMaxWidth,\n barMinHeight: this.barMinHeight,\n barGap: this.barGap,\n barCategoryGap: this.barCategoryGap,\n large: this.large,\n largeThreshold: this.largeThreshold,\n progressive: this.progressive,\n progressiveThreshold: this.progressiveThreshold,\n progressiveChunkMode: this.progressiveChunkMode,\n dimensions: this.dimensions,\n encode: this.encode,\n seriesLayoutBy: this.seriesLayoutBy,\n datasetIndex: this.datasetIndex,\n markPoint: this.markPoint,\n markLine: this.markLine,\n markArea: this.markArea,\n zlevel: this.zlevel,\n z: this.z,\n };\n }\n}\n","import { NgModule, Type } from '@angular/core';\nimport {
|
|
1
|
+
{"version":3,"file":"covalent-echarts-bar.mjs","sources":["../../../../libs/angular-echarts/bar/src/bar.component.ts","../../../../libs/angular-echarts/bar/src/bar.module.ts","../../../../libs/angular-echarts/bar/src/covalent-echarts-bar.ts"],"sourcesContent":["import {\n Component,\n Input,\n ChangeDetectionStrategy,\n forwardRef,\n} from '@angular/core';\nimport {\n TdChartOptionsService,\n TdCoordinateSystem,\n ITdItemStyle,\n ITdEmphasis,\n TdSeriesLayoutBy,\n ITdMarkPoint,\n ITdMarkLine,\n ITdMarkArea,\n ITdSeries,\n ITdLabel,\n TdProgressiveChunkMode,\n TdSeriesDirective,\n} from '@covalent/echarts/base';\n\nexport interface ITdBarSeries extends ITdSeries {\n legendHoverLink?: boolean;\n coordinateSystem?: TdCoordinateSystem;\n xAxisIndex?: number;\n yAxisIndex?: number;\n Label?: ITdLabel;\n itemStyle?: ITdItemStyle;\n emphasis?: ITdEmphasis;\n stack?: string;\n cursor?: string;\n barWidth?: number | string;\n barMaxWidth?: number | string;\n barMinHeight?: number;\n barGap?: string;\n barCategoryGap?: string;\n large?: boolean;\n largeThreshold?: number;\n progressive?: number;\n progressiveThreshold?: number;\n progressiveChunkMode?: TdProgressiveChunkMode;\n dimensions?: any[];\n encode?: any;\n seriesLayoutBy?: TdSeriesLayoutBy;\n datasetIndex?: number;\n data?: any[];\n markPoint?: ITdMarkPoint;\n markLine?: ITdMarkLine;\n markArea?: ITdMarkArea;\n Zlevel?: 0;\n z?: number;\n silent?: boolean;\n}\n\n@Component({\n selector: 'td-chart-series[td-bar]',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n inputs: [\n 'config',\n 'id',\n 'name',\n 'color',\n 'data',\n\n 'animation',\n 'animationThreshold',\n 'animationDuration',\n 'animationEasing',\n 'animationDelay',\n 'animationDurationUpdate',\n 'animationEasingUpdate',\n 'animationDelayUpdate',\n 'tooltip',\n ],\n providers: [\n {\n provide: TdSeriesDirective,\n useExisting: forwardRef(() => TdChartSeriesBarComponent),\n },\n ],\n})\nexport class TdChartSeriesBarComponent\n extends TdSeriesDirective\n implements ITdBarSeries\n{\n @Input() coordinateSystem?: TdCoordinateSystem;\n @Input() xAxisIndex?: number;\n @Input() yAxisIndex?: number;\n @Input() legendHoverLink?: boolean;\n @Input() stack?: string;\n @Input() cursor?: string;\n @Input() label?: any;\n @Input() itemStyle?: ITdItemStyle;\n @Input() emphasis?: ITdEmphasis;\n @Input() barWidth?: number;\n @Input() barMaxWidth?: number;\n @Input() barMinHeight?: number;\n @Input() barGap?: string;\n @Input() barCategoryGap?: string;\n @Input() large?: boolean;\n @Input() largeThreshold?: number;\n @Input() progressive?: number;\n @Input() progressiveThreshold?: number;\n @Input() progressiveChunkMode?: TdProgressiveChunkMode;\n @Input() dimensions?: any[];\n @Input() encode: any;\n @Input() seriesLayoutBy?: TdSeriesLayoutBy;\n @Input() datasetIndex?: number;\n @Input() markPoint?: ITdMarkPoint;\n @Input() markLine?: ITdMarkLine;\n @Input() markArea?: ITdMarkArea;\n @Input() zlevel?: number;\n @Input() z?: number;\n\n constructor(_optionsService: TdChartOptionsService) {\n super('bar', _optionsService);\n }\n\n getConfig(): any {\n return {\n coordinateSystem: this.coordinateSystem,\n xAxisIndex: this.xAxisIndex,\n yAxisIndex: this.yAxisIndex,\n legendHoverLink: this.legendHoverLink,\n stack: this.stack,\n cursor: this.cursor,\n label: this.label,\n itemStyle: this.itemStyle,\n emphasis: this.emphasis,\n barWidth: this.barWidth,\n barMaxWidth: this.barMaxWidth,\n barMinHeight: this.barMinHeight,\n barGap: this.barGap,\n barCategoryGap: this.barCategoryGap,\n large: this.large,\n largeThreshold: this.largeThreshold,\n progressive: this.progressive,\n progressiveThreshold: this.progressiveThreshold,\n progressiveChunkMode: this.progressiveChunkMode,\n dimensions: this.dimensions,\n encode: this.encode,\n seriesLayoutBy: this.seriesLayoutBy,\n datasetIndex: this.datasetIndex,\n markPoint: this.markPoint,\n markLine: this.markLine,\n markArea: this.markArea,\n zlevel: this.zlevel,\n z: this.z,\n };\n }\n}\n","import { NgModule, Type } from '@angular/core';\nimport { TdChartSeriesBarComponent } from './bar.component';\n\nexport const BAR_MODULE_COMPONENTS: Type<any>[] = [TdChartSeriesBarComponent];\n\n/**\n * @deprecated This module is deprecated and will be removed in future versions.\n * Please migrate to using standalone components as soon as possible.\n */\n@NgModule({\n imports: [BAR_MODULE_COMPONENTS],\n exports: [BAR_MODULE_COMPONENTS],\n})\nexport class CovalentBarEchartsModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
|