@carbon/charts-angular 1.22.13 → 1.22.15
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/CHANGELOG.md +18 -0
- package/fesm2022/carbon-charts-angular.mjs +246 -206
- package/fesm2022/carbon-charts-angular.mjs.map +1 -1
- package/lib/charts/alluvial-chart.component.d.ts +1 -1
- package/lib/charts/area-chart-stacked.component.d.ts +1 -1
- package/lib/charts/area-chart.component.d.ts +1 -1
- package/lib/charts/bar-chart-grouped.component.d.ts +1 -1
- package/lib/charts/bar-chart-simple.component.d.ts +1 -1
- package/lib/charts/bar-chart-stacked.component.d.ts +1 -1
- package/lib/charts/base-chart.component.d.ts +1 -1
- package/lib/charts/boxplot-chart.component.d.ts +1 -1
- package/lib/charts/bubble-chart.component.d.ts +1 -1
- package/lib/charts/bullet-chart.component.d.ts +1 -1
- package/lib/charts/charts.module.d.ts +26 -27
- package/lib/charts/choropleth.component.d.ts +1 -1
- package/lib/charts/circle-pack-chart.component.d.ts +1 -1
- package/lib/charts/combo-chart.component.d.ts +1 -1
- package/lib/charts/donut-chart.component.d.ts +1 -1
- package/lib/charts/experimental-choropleth-chart-component.d.ts +1 -1
- package/lib/charts/gauge-chart.component.d.ts +1 -1
- package/lib/charts/heatmap-chart.component.d.ts +1 -1
- package/lib/charts/histogram-chart.component.d.ts +1 -1
- package/lib/charts/line-chart.component.d.ts +1 -1
- package/lib/charts/lollipop-chart.component.d.ts +1 -1
- package/lib/charts/meter-chart.component.d.ts +1 -1
- package/lib/charts/pie-chart.component.d.ts +1 -1
- package/lib/charts/radar-chart.component.d.ts +1 -1
- package/lib/charts/scatter-chart.component.d.ts +1 -1
- package/lib/charts/tree-chart.component.d.ts +1 -1
- package/lib/charts/treemap-chart.component.d.ts +1 -1
- package/lib/charts/wordcloud-chart.component.d.ts +1 -1
- package/lib/diagrams/edges/edge.component.d.ts +1 -1
- package/lib/diagrams/edges/edge.module.d.ts +3 -3
- package/lib/diagrams/edges/marker/marker.component.d.ts +7 -7
- package/lib/diagrams/edges/marker/marker.module.d.ts +3 -3
- package/lib/diagrams/nodes/cards/card-node-column.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node-label.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node-subtitle.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node-title.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node.component.d.ts +1 -1
- package/lib/diagrams/nodes/cards/card-node.module.d.ts +7 -7
- package/lib/diagrams/nodes/shape/shape-node.component.d.ts +1 -1
- package/lib/diagrams/nodes/shape/shape-node.module.d.ts +3 -3
- package/package.json +4 -6
- package/esm2022/carbon-charts-angular.mjs +0 -5
- package/esm2022/index.mjs +0 -20
- package/esm2022/lib/charts/alluvial-chart.component.mjs +0 -31
- package/esm2022/lib/charts/area-chart-stacked.component.mjs +0 -31
- package/esm2022/lib/charts/area-chart.component.mjs +0 -31
- package/esm2022/lib/charts/bar-chart-grouped.component.mjs +0 -31
- package/esm2022/lib/charts/bar-chart-simple.component.mjs +0 -31
- package/esm2022/lib/charts/bar-chart-stacked.component.mjs +0 -31
- package/esm2022/lib/charts/base-chart.component.mjs +0 -74
- package/esm2022/lib/charts/boxplot-chart.component.mjs +0 -31
- package/esm2022/lib/charts/bubble-chart.component.mjs +0 -31
- package/esm2022/lib/charts/bullet-chart.component.mjs +0 -31
- package/esm2022/lib/charts/charts.module.mjs +0 -132
- package/esm2022/lib/charts/choropleth.component.mjs +0 -31
- package/esm2022/lib/charts/circle-pack-chart.component.mjs +0 -31
- package/esm2022/lib/charts/combo-chart.component.mjs +0 -31
- package/esm2022/lib/charts/donut-chart.component.mjs +0 -31
- package/esm2022/lib/charts/experimental-choropleth-chart-component.mjs +0 -32
- package/esm2022/lib/charts/gauge-chart.component.mjs +0 -31
- package/esm2022/lib/charts/heatmap-chart.component.mjs +0 -31
- package/esm2022/lib/charts/histogram-chart.component.mjs +0 -31
- package/esm2022/lib/charts/index.mjs +0 -29
- package/esm2022/lib/charts/line-chart.component.mjs +0 -31
- package/esm2022/lib/charts/lollipop-chart.component.mjs +0 -31
- package/esm2022/lib/charts/meter-chart.component.mjs +0 -31
- package/esm2022/lib/charts/pie-chart.component.mjs +0 -31
- package/esm2022/lib/charts/radar-chart.component.mjs +0 -31
- package/esm2022/lib/charts/scatter-chart.component.mjs +0 -31
- package/esm2022/lib/charts/tree-chart.component.mjs +0 -31
- package/esm2022/lib/charts/treemap-chart.component.mjs +0 -31
- package/esm2022/lib/charts/wordcloud-chart.component.mjs +0 -31
- package/esm2022/lib/diagrams/config.mjs +0 -2
- package/esm2022/lib/diagrams/edges/edge.component.mjs +0 -72
- package/esm2022/lib/diagrams/edges/edge.module.mjs +0 -19
- package/esm2022/lib/diagrams/edges/marker/marker.component.mjs +0 -154
- package/esm2022/lib/diagrams/edges/marker/marker.module.mjs +0 -47
- package/esm2022/lib/diagrams/index.mjs +0 -5
- package/esm2022/lib/diagrams/nodes/cards/card-node-column.component.mjs +0 -37
- package/esm2022/lib/diagrams/nodes/cards/card-node-label.component.mjs +0 -27
- package/esm2022/lib/diagrams/nodes/cards/card-node-subtitle.component.mjs +0 -27
- package/esm2022/lib/diagrams/nodes/cards/card-node-title.component.mjs +0 -27
- package/esm2022/lib/diagrams/nodes/cards/card-node.component.mjs +0 -189
- package/esm2022/lib/diagrams/nodes/cards/card-node.module.mjs +0 -43
- package/esm2022/lib/diagrams/nodes/shape/shape-node.component.mjs +0 -239
- package/esm2022/lib/diagrams/nodes/shape/shape-node.module.mjs +0 -19
- package/esm2022/lib/index.mjs +0 -3
|
@@ -1,34 +1,33 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./choropleth
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
import * as i18 from "./
|
|
2
|
+
import * as i1 from "./alluvial-chart.component";
|
|
3
|
+
import * as i2 from "./area-chart.component";
|
|
4
|
+
import * as i3 from "./base-chart.component";
|
|
5
|
+
import * as i4 from "./boxplot-chart.component";
|
|
6
|
+
import * as i5 from "./bubble-chart.component";
|
|
7
|
+
import * as i6 from "./bullet-chart.component";
|
|
8
|
+
import * as i7 from "./choropleth.component";
|
|
9
|
+
import * as i8 from "./circle-pack-chart.component";
|
|
10
|
+
import * as i9 from "./combo-chart.component";
|
|
11
|
+
import * as i10 from "./donut-chart.component";
|
|
12
|
+
import * as i11 from "./experimental-choropleth-chart-component";
|
|
13
|
+
import * as i12 from "./gauge-chart.component";
|
|
14
|
+
import * as i13 from "./bar-chart-grouped.component";
|
|
15
|
+
import * as i14 from "./heatmap-chart.component";
|
|
16
|
+
import * as i15 from "./histogram-chart.component";
|
|
17
|
+
import * as i16 from "./line-chart.component";
|
|
18
|
+
import * as i17 from "./lollipop-chart.component";
|
|
19
|
+
import * as i18 from "./meter-chart.component";
|
|
20
20
|
import * as i19 from "./pie-chart.component";
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./
|
|
24
|
-
import * as i23 from "./
|
|
25
|
-
import * as i24 from "./
|
|
26
|
-
import * as i25 from "./
|
|
27
|
-
import * as i26 from "./
|
|
21
|
+
import * as i20 from "./radar-chart.component";
|
|
22
|
+
import * as i21 from "./scatter-chart.component";
|
|
23
|
+
import * as i22 from "./bar-chart-simple.component";
|
|
24
|
+
import * as i23 from "./area-chart-stacked.component";
|
|
25
|
+
import * as i24 from "./bar-chart-stacked.component";
|
|
26
|
+
import * as i25 from "./tree-chart.component";
|
|
27
|
+
import * as i26 from "./treemap-chart.component";
|
|
28
28
|
import * as i27 from "./wordcloud-chart.component";
|
|
29
|
-
import * as i28 from "@angular/common";
|
|
30
29
|
export declare class ChartsModule {
|
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartsModule, [typeof i1.
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartsModule, never, [typeof i1.AlluvialChartComponent, typeof i2.AreaChartComponent, typeof i3.BaseChartComponent, typeof i4.BoxplotChartComponent, typeof i5.BubbleChartComponent, typeof i6.BulletChartComponent, typeof i7.ChoroplethChartComponent, typeof i8.CirclePackChartComponent, typeof i9.ComboChartComponent, typeof i10.DonutChartComponent, typeof i11.ExperimentalChoroplethChartComponent, typeof i12.GaugeChartComponent, typeof i13.GroupedBarChartComponent, typeof i14.HeatmapChartComponent, typeof i15.HistogramChartComponent, typeof i16.LineChartComponent, typeof i17.LollipopChartComponent, typeof i18.MeterChartComponent, typeof i19.PieChartComponent, typeof i20.RadarChartComponent, typeof i21.ScatterChartComponent, typeof i22.SimpleBarChartComponent, typeof i23.StackedAreaChartComponent, typeof i24.StackedBarChartComponent, typeof i25.TreeChartComponent, typeof i26.TreemapChartComponent, typeof i27.WordCloudChartComponent], [typeof i1.AlluvialChartComponent, typeof i2.AreaChartComponent, typeof i3.BaseChartComponent, typeof i4.BoxplotChartComponent, typeof i5.BubbleChartComponent, typeof i6.BulletChartComponent, typeof i7.ChoroplethChartComponent, typeof i8.CirclePackChartComponent, typeof i9.ComboChartComponent, typeof i10.DonutChartComponent, typeof i11.ExperimentalChoroplethChartComponent, typeof i12.GaugeChartComponent, typeof i13.GroupedBarChartComponent, typeof i14.HeatmapChartComponent, typeof i15.HistogramChartComponent, typeof i16.LineChartComponent, typeof i17.LollipopChartComponent, typeof i18.MeterChartComponent, typeof i19.PieChartComponent, typeof i20.RadarChartComponent, typeof i21.ScatterChartComponent, typeof i22.SimpleBarChartComponent, typeof i23.StackedAreaChartComponent, typeof i24.StackedBarChartComponent, typeof i25.TreeChartComponent, typeof i26.TreemapChartComponent, typeof i27.WordCloudChartComponent]>;
|
|
33
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<ChartsModule>;
|
|
34
33
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ChoroplethChartComponent extends BaseChartComponent impleme
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChoroplethChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChoroplethChartComponent, "ibm-choropleth-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChoroplethChartComponent, "ibm-choropleth-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class CirclePackChartComponent extends BaseChartComponent impleme
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CirclePackChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CirclePackChartComponent, "ibm-circle-pack-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CirclePackChartComponent, "ibm-circle-pack-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ComboChartComponent extends BaseChartComponent implements A
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComboChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComboChartComponent, "ibm-combo-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ComboChartComponent, "ibm-combo-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class DonutChartComponent extends BaseChartComponent implements A
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DonutChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DonutChartComponent, "ibm-donut-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DonutChartComponent, "ibm-donut-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ExperimentalChoroplethChartComponent extends BaseChartCompo
|
|
|
13
13
|
*/
|
|
14
14
|
ngAfterViewInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExperimentalChoroplethChartComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentalChoroplethChartComponent, "ibm-experimental-choropleth-chart", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentalChoroplethChartComponent, "ibm-experimental-choropleth-chart", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class GaugeChartComponent extends BaseChartComponent implements A
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<GaugeChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GaugeChartComponent, "ibm-gauge-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GaugeChartComponent, "ibm-gauge-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class HeatmapChartComponent extends BaseChartComponent implements
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeatmapChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeatmapChartComponent, "ibm-heatmap-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeatmapChartComponent, "ibm-heatmap-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class HistogramChartComponent extends BaseChartComponent implemen
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<HistogramChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HistogramChartComponent, "ibm-histogram-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HistogramChartComponent, "ibm-histogram-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LineChartComponent extends BaseChartComponent implements Af
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LineChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "ibm-line-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "ibm-line-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LollipopChartComponent extends BaseChartComponent implement
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LollipopChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LollipopChartComponent, "ibm-lollipop-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LollipopChartComponent, "ibm-lollipop-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class MeterChartComponent extends BaseChartComponent implements A
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeterChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MeterChartComponent, "ibm-meter-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MeterChartComponent, "ibm-meter-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PieChartComponent extends BaseChartComponent implements Aft
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PieChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "ibm-pie-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "ibm-pie-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class RadarChartComponent extends BaseChartComponent implements A
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadarChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadarChartComponent, "ibm-radar-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadarChartComponent, "ibm-radar-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ScatterChartComponent extends BaseChartComponent implements
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScatterChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScatterChartComponent, "ibm-scatter-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScatterChartComponent, "ibm-scatter-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class TreeChartComponent extends BaseChartComponent implements Af
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeChartComponent, "ibm-tree-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeChartComponent, "ibm-tree-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class TreemapChartComponent extends BaseChartComponent implements
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreemapChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreemapChartComponent, "ibm-treemap-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreemapChartComponent, "ibm-treemap-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class WordCloudChartComponent extends BaseChartComponent implemen
|
|
|
12
12
|
*/
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<WordCloudChartComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WordCloudChartComponent, "ibm-wordcloud-chart", never, {}, {}, never, never,
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WordCloudChartComponent, "ibm-wordcloud-chart", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -15,6 +15,6 @@ export declare class EdgeComponent {
|
|
|
15
15
|
namespace: string;
|
|
16
16
|
straight: (source: import("@carbon/charts").Coordinates, target: import("@carbon/charts").Coordinates) => string;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EdgeComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EdgeComponent, "ibm-graph-edge, [ibm-graph-edge]", never, { "color": { "alias": "color"; "required": false; }; "markerEnd": { "alias": "markerEnd"; "required": false; }; "markerStart": { "alias": "markerStart"; "required": false; }; "source": { "alias": "source"; "required": false; }; "target": { "alias": "target"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "path": { "alias": "path"; "required": false; }; }, {}, never, never,
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EdgeComponent, "ibm-graph-edge, [ibm-graph-edge]", never, { "color": { "alias": "color"; "required": false; }; "markerEnd": { "alias": "markerEnd"; "required": false; }; "markerStart": { "alias": "markerStart"; "required": false; }; "source": { "alias": "source"; "required": false; }; "target": { "alias": "target"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "path": { "alias": "path"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
20
20
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./edge.component";
|
|
4
4
|
export { EdgeComponent } from './edge.component';
|
|
5
5
|
export declare class EdgeModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EdgeModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EdgeModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EdgeModule, never, [typeof i1.CommonModule, typeof i2.EdgeComponent], [typeof i2.EdgeComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<EdgeModule>;
|
|
9
9
|
}
|
|
@@ -18,35 +18,35 @@ export declare class MarkerComponent {
|
|
|
18
18
|
width: number;
|
|
19
19
|
}) => void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerComponent, "ibm-graph-marker,[ibm-graph-marker]", never, { "d": { "alias": "d"; "required": false; }; "color": { "alias": "color"; "required": false; }; "id": { "alias": "id"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "refX": { "alias": "refX"; "required": false; }; "refY": { "alias": "refY"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerComponent, "ibm-graph-marker,[ibm-graph-marker]", never, { "d": { "alias": "d"; "required": false; }; "color": { "alias": "color"; "required": false; }; "id": { "alias": "id"; "required": false; }; "orient": { "alias": "orient"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "refX": { "alias": "refX"; "required": false; }; "refY": { "alias": "refY"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
23
23
|
export declare class MarkerArrowLeftComponent extends MarkerComponent implements OnInit {
|
|
24
24
|
ngOnInit(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerArrowLeftComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerArrowLeftComponent, "ibm-graph-marker-arrow-left,[ibm-graph-marker-arrow-left]", never, {}, {}, never, never,
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerArrowLeftComponent, "ibm-graph-marker-arrow-left,[ibm-graph-marker-arrow-left]", never, {}, {}, never, never, true, never>;
|
|
27
27
|
}
|
|
28
28
|
export declare class MarkerArrowRightComponent extends MarkerComponent implements OnInit {
|
|
29
29
|
ngOnInit(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerArrowRightComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerArrowRightComponent, "ibm-graph-marker-arrow-right,[ibm-graph-marker-arrow-right]", never, {}, {}, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerArrowRightComponent, "ibm-graph-marker-arrow-right,[ibm-graph-marker-arrow-right]", never, {}, {}, never, never, true, never>;
|
|
32
32
|
}
|
|
33
33
|
export declare class MarkerShapeNodeComponent extends MarkerComponent implements OnInit {
|
|
34
34
|
ngOnInit(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerShapeNodeComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerShapeNodeComponent, "ibm-graph-marker-circle,[ibm-graph-marker-circle]", never, {}, {}, never, never,
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerShapeNodeComponent, "ibm-graph-marker-circle,[ibm-graph-marker-circle]", never, {}, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
38
38
|
export declare class MarkerDiamondComponent extends MarkerComponent implements OnInit {
|
|
39
39
|
ngOnInit(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerDiamondComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerDiamondComponent, "ibm-graph-marker-diamond,[ibm-graph-marker-diamond]", never, {}, {}, never, never,
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerDiamondComponent, "ibm-graph-marker-diamond,[ibm-graph-marker-diamond]", never, {}, {}, never, never, true, never>;
|
|
42
42
|
}
|
|
43
43
|
export declare class MarkerSquareComponent extends MarkerComponent implements OnInit {
|
|
44
44
|
ngOnInit(): void;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerSquareComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerSquareComponent, "ibm-graph-marker-square,[ibm-graph-marker-square]", never, {}, {}, never, never,
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerSquareComponent, "ibm-graph-marker-square,[ibm-graph-marker-square]", never, {}, {}, never, never, true, never>;
|
|
47
47
|
}
|
|
48
48
|
export declare class MarkerTeeComponent extends MarkerComponent implements OnInit {
|
|
49
49
|
ngOnInit(): void;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerTeeComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerTeeComponent, "ibm-graph-marker-tee,[ibm-graph-marker-tee]", never, {}, {}, never, never,
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MarkerTeeComponent, "ibm-graph-marker-tee,[ibm-graph-marker-tee]", never, {}, {}, never, never, true, never>;
|
|
52
52
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent } from './marker.component';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./marker.component";
|
|
5
5
|
export { MarkerComponent, MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerShapeNodeComponent, MarkerDiamondComponent, MarkerSquareComponent, MarkerTeeComponent };
|
|
6
6
|
export declare class MarkerModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MarkerModule, [typeof i1.MarkerComponent, typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MarkerModule, never, [typeof i1.CommonModule, typeof i2.MarkerComponent, typeof i2.MarkerArrowLeftComponent, typeof i2.MarkerArrowRightComponent, typeof i2.MarkerShapeNodeComponent, typeof i2.MarkerDiamondComponent, typeof i2.MarkerSquareComponent, typeof i2.MarkerTeeComponent], [typeof i2.MarkerComponent, typeof i2.MarkerArrowLeftComponent, typeof i2.MarkerArrowRightComponent, typeof i2.MarkerShapeNodeComponent, typeof i2.MarkerDiamondComponent, typeof i2.MarkerSquareComponent, typeof i2.MarkerTeeComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<MarkerModule>;
|
|
10
10
|
}
|
|
@@ -3,5 +3,5 @@ export declare class CardNodeColumnComponent {
|
|
|
3
3
|
farsideColumn: boolean;
|
|
4
4
|
get class(): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeColumnComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeColumnComponent, "ibm-diagram-card-node-column", never, { "farsideColumn": { "alias": "farsideColumn"; "required": false; }; }, {}, never, ["*"],
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeColumnComponent, "ibm-diagram-card-node-column", never, { "farsideColumn": { "alias": "farsideColumn"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CardNodeLabelComponent {
|
|
3
3
|
namespace: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeLabelComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeLabelComponent, "ibm-diagram-card-node-label", never, {}, {}, never, ["*"],
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeLabelComponent, "ibm-diagram-card-node-label", never, {}, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CardNodeSubtitleComponent {
|
|
3
3
|
namespace: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeSubtitleComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeSubtitleComponent, "ibm-diagram-card-node-subtitle", never, {}, {}, never, ["*"],
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeSubtitleComponent, "ibm-diagram-card-node-subtitle", never, {}, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CardNodeTitleComponent {
|
|
3
3
|
namespace: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeTitleComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeTitleComponent, "ibm-diagram-card-node-title", never, {}, {}, never, ["*"],
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeTitleComponent, "ibm-diagram-card-node-title", never, {}, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|
|
@@ -16,5 +16,5 @@ export declare class CardNodeComponent implements OnInit {
|
|
|
16
16
|
component: string;
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeComponent, "ibm-diagram-card-node", never, { "as": { "alias": "as"; "required": false; }; "href": { "alias": "href"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "click": "click"; "mouseEnter": "mouseEnter"; "mouseOver": "mouseOver"; "mouseOut": "mouseOut"; "mouseLeave": "mouseLeave"; "mouseMove": "mouseMove"; }, never, ["*"],
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardNodeComponent, "ibm-diagram-card-node", never, { "as": { "alias": "as"; "required": false; }; "href": { "alias": "href"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "click": "click"; "mouseEnter": "mouseEnter"; "mouseOver": "mouseOver"; "mouseOut": "mouseOut"; "mouseLeave": "mouseLeave"; "mouseMove": "mouseMove"; }, never, ["*"], true, never>;
|
|
20
20
|
}
|
|
@@ -4,15 +4,15 @@ import { CardNodeLabelComponent } from './card-node-label.component';
|
|
|
4
4
|
import { CardNodeSubtitleComponent } from './card-node-subtitle.component';
|
|
5
5
|
import { CardNodeTitleComponent } from './card-node-title.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "
|
|
8
|
-
import * as i2 from "./card-node
|
|
9
|
-
import * as i3 from "./card-node-
|
|
10
|
-
import * as i4 from "./card-node-
|
|
11
|
-
import * as i5 from "./card-node-
|
|
12
|
-
import * as i6 from "
|
|
7
|
+
import * as i1 from "@angular/common";
|
|
8
|
+
import * as i2 from "./card-node.component";
|
|
9
|
+
import * as i3 from "./card-node-column.component";
|
|
10
|
+
import * as i4 from "./card-node-label.component";
|
|
11
|
+
import * as i5 from "./card-node-subtitle.component";
|
|
12
|
+
import * as i6 from "./card-node-title.component";
|
|
13
13
|
export { CardNodeComponent, CardNodeColumnComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent };
|
|
14
14
|
export declare class CardNodeModule {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardNodeModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CardNodeModule, [typeof i1.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardNodeModule, never, [typeof i1.CommonModule, typeof i2.CardNodeComponent, typeof i3.CardNodeColumnComponent, typeof i4.CardNodeLabelComponent, typeof i5.CardNodeSubtitleComponent, typeof i6.CardNodeTitleComponent], [typeof i2.CardNodeComponent, typeof i3.CardNodeColumnComponent, typeof i4.CardNodeLabelComponent, typeof i5.CardNodeSubtitleComponent, typeof i6.CardNodeTitleComponent]>;
|
|
17
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardNodeModule>;
|
|
18
18
|
}
|
|
@@ -21,5 +21,5 @@ export declare class ShapeNodeComponent implements OnInit {
|
|
|
21
21
|
component: string;
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShapeNodeComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShapeNodeComponent, "ibm-diagram-shape-node", never, { "as": { "alias": "as"; "required": false; }; "href": { "alias": "href"; "required": false; }; "renderIcon": { "alias": "renderIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; "position": { "alias": "position"; "required": false; }; "bodyPosition": { "alias": "bodyPosition"; "required": false; }; }, { "click": "click"; "mouseEnter": "mouseEnter"; "mouseOver": "mouseOver"; "mouseOut": "mouseOut"; "mouseLeave": "mouseLeave"; "mouseMove": "mouseMove"; }, never, never,
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShapeNodeComponent, "ibm-diagram-shape-node", never, { "as": { "alias": "as"; "required": false; }; "href": { "alias": "href"; "required": false; }; "renderIcon": { "alias": "renderIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; "position": { "alias": "position"; "required": false; }; "bodyPosition": { "alias": "bodyPosition"; "required": false; }; }, { "click": "click"; "mouseEnter": "mouseEnter"; "mouseOver": "mouseOver"; "mouseOut": "mouseOut"; "mouseLeave": "mouseLeave"; "mouseMove": "mouseMove"; }, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./shape-node.component";
|
|
4
4
|
export { ShapeNodeComponent } from './shape-node.component';
|
|
5
5
|
export declare class ShapeNodeModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShapeNodeModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ShapeNodeModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ShapeNodeModule, never, [typeof i1.CommonModule, typeof i2.ShapeNodeComponent], [typeof i2.ShapeNodeComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<ShapeNodeModule>;
|
|
9
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-angular",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.15",
|
|
4
4
|
"description": "Carbon Charts component library for Angular",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./styles.min.css": "./styles.min.css",
|
|
@@ -10,19 +10,17 @@
|
|
|
10
10
|
},
|
|
11
11
|
".": {
|
|
12
12
|
"types": "./index.d.ts",
|
|
13
|
-
"esm2022": "./esm2022/carbon-charts-angular.mjs",
|
|
14
|
-
"esm": "./esm2022/carbon-charts-angular.mjs",
|
|
15
13
|
"default": "./fesm2022/carbon-charts-angular.mjs"
|
|
16
14
|
}
|
|
17
15
|
},
|
|
18
16
|
"sideEffects": false,
|
|
19
17
|
"type": "module",
|
|
20
18
|
"peerDependencies": {
|
|
21
|
-
"@angular/common": "^
|
|
22
|
-
"@angular/core": "^
|
|
19
|
+
"@angular/common": "^19.0.6",
|
|
20
|
+
"@angular/core": "^19.0.6"
|
|
23
21
|
},
|
|
24
22
|
"dependencies": {
|
|
25
|
-
"@carbon/charts": "1.22.
|
|
23
|
+
"@carbon/charts": "1.22.15",
|
|
26
24
|
"@ibm/telemetry-js": "^1.8.0",
|
|
27
25
|
"tslib": "^2.8.1"
|
|
28
26
|
},
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyYm9uLWNoYXJ0cy1hbmd1bGFyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2NhcmJvbi1jaGFydHMtYW5ndWxhci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
package/esm2022/index.mjs
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of charts-angular
|
|
3
|
-
*/
|
|
4
|
-
export {
|
|
5
|
-
// charts
|
|
6
|
-
AlluvialChartComponent, AreaChartComponent, BaseChartComponent, BoxplotChartComponent, BubbleChartComponent, BulletChartComponent, ChartsModule, // <-- Module
|
|
7
|
-
ChoroplethChartComponent, CirclePackChartComponent, ComboChartComponent, DonutChartComponent,
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use `ChoroplethChartComponent` instead.
|
|
10
|
-
*/
|
|
11
|
-
ExperimentalChoroplethChartComponent, GaugeChartComponent, GroupedBarChartComponent, HeatmapChartComponent, HistogramChartComponent, LineChartComponent, LollipopChartComponent, MeterChartComponent, PieChartComponent, RadarChartComponent, ScatterChartComponent, SimpleBarChartComponent, StackedAreaChartComponent, StackedBarChartComponent, TreeChartComponent, TreemapChartComponent, WordCloudChartComponent,
|
|
12
|
-
// diagrams
|
|
13
|
-
CardNodeColumnComponent, CardNodeComponent, CardNodeLabelComponent, CardNodeSubtitleComponent, CardNodeTitleComponent, CardNodeModule, // <-- Module
|
|
14
|
-
EdgeComponent, EdgeModule, // <-- Module
|
|
15
|
-
MarkerArrowLeftComponent, MarkerArrowRightComponent, MarkerComponent, MarkerDiamondComponent, MarkerModule, // <-- Module
|
|
16
|
-
MarkerShapeNodeComponent, MarkerSquareComponent, MarkerTeeComponent, ShapeNodeComponent, ShapeNodeModule // <-- Module
|
|
17
|
-
} from './lib';
|
|
18
|
-
// All enums
|
|
19
|
-
export { Alignments, AreaEvent, ArrowDirections, AxisEvent, AxisFlavor, AxisPositions, AxisTitleOrientations, BarEvent, BoxplotEvent, CalloutDirections, CanvasZoomEvent, CartesianOrientations, ChartEvent, ChartTheme, ChartTypes, ColorClassNameTypes, ColorLegendType, DividerStatus, DominantBaseline, GaugeEvent, GaugeTypes, LayoutAlignItems, LayoutDirection, LayoutGrowth, LegendItemType, LegendOrientations, LegendPositions, LineEvent, ModalEvent, ModelEvent, PieEvent, Projection, RadarEvent, RenderTypes, ScaleTypes, ScatterEvent, Skeletons, Statuses, TextAnchor, ThresholdEvent, TickRotations, ToolbarControlTypes, TooltipEvent, TruncationTypes, TreeEvent, TreemapEvent, TreeTypes, WordCloudEvent, ZoombarEvent, ZoomDomainEvent, ZoomBarTypes } from '@carbon/charts';
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxPQUFPO0FBQ04sU0FBUztBQUNULHNCQUFzQixFQUN0QixrQkFBa0IsRUFDbEIsa0JBQWtCLEVBQ2xCLHFCQUFxQixFQUNyQixvQkFBb0IsRUFDcEIsb0JBQW9CLEVBQ3BCLFlBQVksRUFBRSxhQUFhO0FBQzNCLHdCQUF3QixFQUN4Qix3QkFBd0IsRUFDeEIsbUJBQW1CLEVBQ25CLG1CQUFtQjtBQUNuQjs7R0FFRztBQUNILG9DQUFvQyxFQUNwQyxtQkFBbUIsRUFDbkIsd0JBQXdCLEVBQ3hCLHFCQUFxQixFQUNyQix1QkFBdUIsRUFDdkIsa0JBQWtCLEVBQ2xCLHNCQUFzQixFQUN0QixtQkFBbUIsRUFDbkIsaUJBQWlCLEVBQ2pCLG1CQUFtQixFQUNuQixxQkFBcUIsRUFDckIsdUJBQXVCLEVBQ3ZCLHlCQUF5QixFQUN6Qix3QkFBd0IsRUFDeEIsa0JBQWtCLEVBQ2xCLHFCQUFxQixFQUNyQix1QkFBdUI7QUFDdkIsV0FBVztBQUNYLHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsc0JBQXNCLEVBQ3RCLHlCQUF5QixFQUN6QixzQkFBc0IsRUFDdEIsY0FBYyxFQUFFLGFBQWE7QUFDN0IsYUFBYSxFQUNiLFVBQVUsRUFBRSxhQUFhO0FBQ3pCLHdCQUF3QixFQUN4Qix5QkFBeUIsRUFDekIsZUFBZSxFQUNmLHNCQUFzQixFQUN0QixZQUFZLEVBQUUsYUFBYTtBQUMzQix3QkFBd0IsRUFDeEIscUJBQXFCLEVBQ3JCLGtCQUFrQixFQUNsQixrQkFBa0IsRUFDbEIsZUFBZSxDQUFDLGFBQWE7RUFDN0IsTUFBTSxPQUFPLENBQUE7QUFvQ2QsWUFBWTtBQUNaLE9BQU8sRUFDTixVQUFVLEVBQ1YsU0FBUyxFQUNULGVBQWUsRUFDZixTQUFTLEVBQ1QsVUFBVSxFQUNWLGFBQWEsRUFDYixxQkFBcUIsRUFDckIsUUFBUSxFQUNSLFlBQVksRUFDWixpQkFBaUIsRUFDakIsZUFBZSxFQUNmLHFCQUFxQixFQUNyQixVQUFVLEVBQ1YsVUFBVSxFQUNWLFVBQVUsRUFDVixtQkFBbUIsRUFDbkIsZUFBZSxFQUNmLGFBQWEsRUFDYixnQkFBZ0IsRUFDaEIsVUFBVSxFQUNWLFVBQVUsRUFDVixnQkFBZ0IsRUFDaEIsZUFBZSxFQUNmLFlBQVksRUFDWixjQUFjLEVBQ2Qsa0JBQWtCLEVBQ2xCLGVBQWUsRUFDZixTQUFTLEVBQ1QsVUFBVSxFQUNWLFVBQVUsRUFDVixRQUFRLEVBQ1IsVUFBVSxFQUNWLFVBQVUsRUFDVixXQUFXLEVBQ1gsVUFBVSxFQUNWLFlBQVksRUFDWixTQUFTLEVBQ1QsUUFBUSxFQUNSLFVBQVUsRUFDVixjQUFjLEVBQ2QsYUFBYSxFQUNiLG1CQUFtQixFQUNuQixZQUFZLEVBQ1osZUFBZSxFQUNmLFNBQVMsRUFDVCxZQUFZLEVBQ1osU0FBUyxFQUNULGNBQWMsRUFDZCxZQUFZLEVBQ1osZUFBZSxFQUNmLFlBQVksRUFDWixNQUFNLGdCQUFnQixDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBjaGFydHMtYW5ndWxhclxuICovXG5cbmV4cG9ydCB7XG5cdC8vIGNoYXJ0c1xuXHRBbGx1dmlhbENoYXJ0Q29tcG9uZW50LFxuXHRBcmVhQ2hhcnRDb21wb25lbnQsXG5cdEJhc2VDaGFydENvbXBvbmVudCxcblx0Qm94cGxvdENoYXJ0Q29tcG9uZW50LFxuXHRCdWJibGVDaGFydENvbXBvbmVudCxcblx0QnVsbGV0Q2hhcnRDb21wb25lbnQsXG5cdENoYXJ0c01vZHVsZSwgLy8gPC0tIE1vZHVsZVxuXHRDaG9yb3BsZXRoQ2hhcnRDb21wb25lbnQsXG5cdENpcmNsZVBhY2tDaGFydENvbXBvbmVudCxcblx0Q29tYm9DaGFydENvbXBvbmVudCxcblx0RG9udXRDaGFydENvbXBvbmVudCxcblx0LyoqXG5cdCAqIEBkZXByZWNhdGVkIFVzZSBgQ2hvcm9wbGV0aENoYXJ0Q29tcG9uZW50YCBpbnN0ZWFkLlxuXHQgKi9cblx0RXhwZXJpbWVudGFsQ2hvcm9wbGV0aENoYXJ0Q29tcG9uZW50LFxuXHRHYXVnZUNoYXJ0Q29tcG9uZW50LFxuXHRHcm91cGVkQmFyQ2hhcnRDb21wb25lbnQsXG5cdEhlYXRtYXBDaGFydENvbXBvbmVudCxcblx0SGlzdG9ncmFtQ2hhcnRDb21wb25lbnQsXG5cdExpbmVDaGFydENvbXBvbmVudCxcblx0TG9sbGlwb3BDaGFydENvbXBvbmVudCxcblx0TWV0ZXJDaGFydENvbXBvbmVudCxcblx0UGllQ2hhcnRDb21wb25lbnQsXG5cdFJhZGFyQ2hhcnRDb21wb25lbnQsXG5cdFNjYXR0ZXJDaGFydENvbXBvbmVudCxcblx0U2ltcGxlQmFyQ2hhcnRDb21wb25lbnQsXG5cdFN0YWNrZWRBcmVhQ2hhcnRDb21wb25lbnQsXG5cdFN0YWNrZWRCYXJDaGFydENvbXBvbmVudCxcblx0VHJlZUNoYXJ0Q29tcG9uZW50LFxuXHRUcmVlbWFwQ2hhcnRDb21wb25lbnQsXG5cdFdvcmRDbG91ZENoYXJ0Q29tcG9uZW50LFxuXHQvLyBkaWFncmFtc1xuXHRDYXJkTm9kZUNvbHVtbkNvbXBvbmVudCxcblx0Q2FyZE5vZGVDb21wb25lbnQsXG5cdENhcmROb2RlTGFiZWxDb21wb25lbnQsXG5cdENhcmROb2RlU3VidGl0bGVDb21wb25lbnQsXG5cdENhcmROb2RlVGl0bGVDb21wb25lbnQsXG5cdENhcmROb2RlTW9kdWxlLCAvLyA8LS0gTW9kdWxlXG5cdEVkZ2VDb21wb25lbnQsXG5cdEVkZ2VNb2R1bGUsIC8vIDwtLSBNb2R1bGVcblx0TWFya2VyQXJyb3dMZWZ0Q29tcG9uZW50LFxuXHRNYXJrZXJBcnJvd1JpZ2h0Q29tcG9uZW50LFxuXHRNYXJrZXJDb21wb25lbnQsXG5cdE1hcmtlckRpYW1vbmRDb21wb25lbnQsXG5cdE1hcmtlck1vZHVsZSwgLy8gPC0tIE1vZHVsZVxuXHRNYXJrZXJTaGFwZU5vZGVDb21wb25lbnQsXG5cdE1hcmtlclNxdWFyZUNvbXBvbmVudCxcblx0TWFya2VyVGVlQ29tcG9uZW50LFxuXHRTaGFwZU5vZGVDb21wb25lbnQsXG5cdFNoYXBlTm9kZU1vZHVsZSAvLyA8LS0gTW9kdWxlXG59IGZyb20gJy4vbGliJ1xuXG4vLyBSZXB1Ymxpc2ggZXNzZW50aWFsIHR5cGVzIGZyb20gY29yZSBzbyBpdCdzIG5vdCBhIHJlcXVpcmVkIGRlcGVuZGVuY3lcbmV4cG9ydCB0eXBlIHtcblx0Q2hhcnRUYWJ1bGFyRGF0YSxcblx0Q2hhcnRPcHRpb25zLFxuXHRBbGx1dmlhbENoYXJ0T3B0aW9ucyxcblx0QXJlYUNoYXJ0T3B0aW9ucyxcblx0QmFyQ2hhcnRPcHRpb25zLFxuXHRCb3hwbG90Q2hhcnRPcHRpb25zLFxuXHRCdWJibGVDaGFydE9wdGlvbnMsXG5cdEJ1bGxldENoYXJ0T3B0aW9ucyxcblx0Q2hvcm9wbGV0aENoYXJ0T3B0aW9ucyxcblx0Q2lyY2xlUGFja0NoYXJ0T3B0aW9ucyxcblx0Q29tYm9DaGFydE9wdGlvbnMsXG5cdERvbnV0Q2hhcnRPcHRpb25zLFxuXHRHYXVnZUNoYXJ0T3B0aW9ucyxcblx0SGVhdG1hcENoYXJ0T3B0aW9ucyxcblx0SGlzdG9ncmFtQ2hhcnRPcHRpb25zLFxuXHRMaW5lQ2hhcnRPcHRpb25zLFxuXHRMb2xsaXBvcENoYXJ0T3B0aW9ucyxcblx0TWV0ZXJDaGFydE9wdGlvbnMsXG5cdFBpZUNoYXJ0T3B0aW9ucyxcblx0UmFkYXJDaGFydE9wdGlvbnMsXG5cdFNjYXR0ZXJDaGFydE9wdGlvbnMsXG5cdFN0YWNrZWRBcmVhQ2hhcnRPcHRpb25zLFxuXHRTdGFja2VkQmFyQ2hhcnRPcHRpb25zLFxuXHRUcmVlQ2hhcnRPcHRpb25zLFxuXHRUcmVlbWFwQ2hhcnRPcHRpb25zLFxuXHRXb3JkQ2xvdWRDaGFydE9wdGlvbnMsXG5cdC8qKlxuXHQgKiBAZGVwcmVjYXRlZCBVc2UgYFdvcmRDbG91ZENoYXJ0T3B0aW9uc2AgaW5zdGVhZC5cblx0ICovXG5cdFdvcmRDbG91ZENoYXJ0T3B0aW9ucyBhcyBXb3JsZENsb3VkQ2hhcnRPcHRpb25zXG59IGZyb20gJ0BjYXJib24vY2hhcnRzJ1xuXG4vLyBBbGwgZW51bXNcbmV4cG9ydCB7XG5cdEFsaWdubWVudHMsXG5cdEFyZWFFdmVudCxcblx0QXJyb3dEaXJlY3Rpb25zLFxuXHRBeGlzRXZlbnQsXG5cdEF4aXNGbGF2b3IsXG5cdEF4aXNQb3NpdGlvbnMsXG5cdEF4aXNUaXRsZU9yaWVudGF0aW9ucyxcblx0QmFyRXZlbnQsXG5cdEJveHBsb3RFdmVudCxcblx0Q2FsbG91dERpcmVjdGlvbnMsXG5cdENhbnZhc1pvb21FdmVudCxcblx0Q2FydGVzaWFuT3JpZW50YXRpb25zLFxuXHRDaGFydEV2ZW50LFxuXHRDaGFydFRoZW1lLFxuXHRDaGFydFR5cGVzLFxuXHRDb2xvckNsYXNzTmFtZVR5cGVzLFxuXHRDb2xvckxlZ2VuZFR5cGUsXG5cdERpdmlkZXJTdGF0dXMsXG5cdERvbWluYW50QmFzZWxpbmUsXG5cdEdhdWdlRXZlbnQsXG5cdEdhdWdlVHlwZXMsXG5cdExheW91dEFsaWduSXRlbXMsXG5cdExheW91dERpcmVjdGlvbixcblx0TGF5b3V0R3Jvd3RoLFxuXHRMZWdlbmRJdGVtVHlwZSxcblx0TGVnZW5kT3JpZW50YXRpb25zLFxuXHRMZWdlbmRQb3NpdGlvbnMsXG5cdExpbmVFdmVudCxcblx0TW9kYWxFdmVudCxcblx0TW9kZWxFdmVudCxcblx0UGllRXZlbnQsXG5cdFByb2plY3Rpb24sXG5cdFJhZGFyRXZlbnQsXG5cdFJlbmRlclR5cGVzLFxuXHRTY2FsZVR5cGVzLFxuXHRTY2F0dGVyRXZlbnQsXG5cdFNrZWxldG9ucyxcblx0U3RhdHVzZXMsXG5cdFRleHRBbmNob3IsXG5cdFRocmVzaG9sZEV2ZW50LFxuXHRUaWNrUm90YXRpb25zLFxuXHRUb29sYmFyQ29udHJvbFR5cGVzLFxuXHRUb29sdGlwRXZlbnQsXG5cdFRydW5jYXRpb25UeXBlcyxcblx0VHJlZUV2ZW50LFxuXHRUcmVlbWFwRXZlbnQsXG5cdFRyZWVUeXBlcyxcblx0V29yZENsb3VkRXZlbnQsXG5cdFpvb21iYXJFdmVudCxcblx0Wm9vbURvbWFpbkV2ZW50LFxuXHRab29tQmFyVHlwZXNcbn0gZnJvbSAnQGNhcmJvbi9jaGFydHMnXG4iXX0=
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { BaseChartComponent } from './base-chart.component';
|
|
3
|
-
import { AlluvialChart as AlluvialChartCore } from '@carbon/charts';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Wrapper around `AlluvialChart` in carbon charts library
|
|
7
|
-
*
|
|
8
|
-
* Most functions just call their equivalent from the chart library.
|
|
9
|
-
*/
|
|
10
|
-
export class AlluvialChartComponent extends BaseChartComponent {
|
|
11
|
-
/**
|
|
12
|
-
* Runs after view init to create a chart, attach it to `elementRef` and draw it.
|
|
13
|
-
*/
|
|
14
|
-
ngAfterViewInit() {
|
|
15
|
-
this.chart = new AlluvialChartCore(this.elementRef.nativeElement, {
|
|
16
|
-
data: this.data,
|
|
17
|
-
options: this.options
|
|
18
|
-
});
|
|
19
|
-
Object.assign(this, this.chart);
|
|
20
|
-
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AlluvialChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AlluvialChartComponent, selector: "ibm-alluvial-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
23
|
-
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AlluvialChartComponent, decorators: [{
|
|
25
|
-
type: Component,
|
|
26
|
-
args: [{
|
|
27
|
-
selector: 'ibm-alluvial-chart',
|
|
28
|
-
template: ``
|
|
29
|
-
}]
|
|
30
|
-
}] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxsdXZpYWwtY2hhcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2xpYi9jaGFydHMvYWxsdXZpYWwtY2hhcnQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWlCLE1BQU0sZUFBZSxDQUFBO0FBQ3hELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHdCQUF3QixDQUFBO0FBQzNELE9BQU8sRUFBRSxhQUFhLElBQUksaUJBQWlCLEVBQTZCLE1BQU0sZ0JBQWdCLENBQUE7O0FBRTlGOzs7O0dBSUc7QUFLSCxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsa0JBQWtCO0lBQzdEOztPQUVHO0lBQ00sZUFBZTtRQUN2QixJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUErQixFQUFFO1lBQ25GLElBQUksRUFBRSxJQUFJLENBQUMsSUFBSTtZQUNmLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBK0I7U0FDN0MsQ0FBQyxDQUFBO1FBRUYsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFBO0lBQ2hDLENBQUM7K0dBWFcsc0JBQXNCO21HQUF0QixzQkFBc0IsaUZBRnhCLEVBQUU7OzRGQUVBLHNCQUFzQjtrQkFKbEMsU0FBUzttQkFBQztvQkFDVixRQUFRLEVBQUUsb0JBQW9CO29CQUM5QixRQUFRLEVBQUUsRUFBRTtpQkFDWiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQWZ0ZXJWaWV3SW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBCYXNlQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2Jhc2UtY2hhcnQuY29tcG9uZW50J1xuaW1wb3J0IHsgQWxsdXZpYWxDaGFydCBhcyBBbGx1dmlhbENoYXJ0Q29yZSwgdHlwZSBBbGx1dmlhbENoYXJ0T3B0aW9ucyB9IGZyb20gJ0BjYXJib24vY2hhcnRzJ1xuXG4vKipcbiAqIFdyYXBwZXIgYXJvdW5kIGBBbGx1dmlhbENoYXJ0YCBpbiBjYXJib24gY2hhcnRzIGxpYnJhcnlcbiAqXG4gKiBNb3N0IGZ1bmN0aW9ucyBqdXN0IGNhbGwgdGhlaXIgZXF1aXZhbGVudCBmcm9tIHRoZSBjaGFydCBsaWJyYXJ5LlxuICovXG5AQ29tcG9uZW50KHtcblx0c2VsZWN0b3I6ICdpYm0tYWxsdXZpYWwtY2hhcnQnLFxuXHR0ZW1wbGF0ZTogYGBcbn0pXG5leHBvcnQgY2xhc3MgQWxsdXZpYWxDaGFydENvbXBvbmVudCBleHRlbmRzIEJhc2VDaGFydENvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXHQvKipcblx0ICogUnVucyBhZnRlciB2aWV3IGluaXQgdG8gY3JlYXRlIGEgY2hhcnQsIGF0dGFjaCBpdCB0byBgZWxlbWVudFJlZmAgYW5kIGRyYXcgaXQuXG5cdCAqL1xuXHRvdmVycmlkZSBuZ0FmdGVyVmlld0luaXQoKSB7XG5cdFx0dGhpcy5jaGFydCA9IG5ldyBBbGx1dmlhbENoYXJ0Q29yZSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCBhcyBIVE1MRGl2RWxlbWVudCwge1xuXHRcdFx0ZGF0YTogdGhpcy5kYXRhLFxuXHRcdFx0b3B0aW9uczogdGhpcy5vcHRpb25zIGFzIEFsbHV2aWFsQ2hhcnRPcHRpb25zXG5cdFx0fSlcblxuXHRcdE9iamVjdC5hc3NpZ24odGhpcywgdGhpcy5jaGFydClcblx0fVxufVxuIl19
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { BaseChartComponent } from './base-chart.component';
|
|
3
|
-
import { StackedAreaChart as StackedAreaChartCore } from '@carbon/charts';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Wrapper around `StackedAreaChart` in carbon charts library
|
|
7
|
-
*
|
|
8
|
-
* Most functions just call their equivalent from the chart library.
|
|
9
|
-
*/
|
|
10
|
-
export class StackedAreaChartComponent extends BaseChartComponent {
|
|
11
|
-
/**
|
|
12
|
-
* Runs after view init to create a chart, attach it to `elementRef` and draw it.
|
|
13
|
-
*/
|
|
14
|
-
ngAfterViewInit() {
|
|
15
|
-
this.chart = new StackedAreaChartCore(this.elementRef.nativeElement, {
|
|
16
|
-
data: this.data,
|
|
17
|
-
options: this.options
|
|
18
|
-
});
|
|
19
|
-
Object.assign(this, this.chart);
|
|
20
|
-
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StackedAreaChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: StackedAreaChartComponent, selector: "ibm-stacked-area-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
23
|
-
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StackedAreaChartComponent, decorators: [{
|
|
25
|
-
type: Component,
|
|
26
|
-
args: [{
|
|
27
|
-
selector: 'ibm-stacked-area-chart',
|
|
28
|
-
template: ``
|
|
29
|
-
}]
|
|
30
|
-
}] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJlYS1jaGFydC1zdGFja2VkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9saWIvY2hhcnRzL2FyZWEtY2hhcnQtc3RhY2tlZC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBaUIsTUFBTSxlQUFlLENBQUE7QUFDeEQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUE7QUFDM0QsT0FBTyxFQUNOLGdCQUFnQixJQUFJLG9CQUFvQixFQUV4QyxNQUFNLGdCQUFnQixDQUFBOztBQUV2Qjs7OztHQUlHO0FBS0gsTUFBTSxPQUFPLHlCQUEwQixTQUFRLGtCQUFrQjtJQUNoRTs7T0FFRztJQUNNLGVBQWU7UUFDdkIsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLG9CQUFvQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBK0IsRUFBRTtZQUN0RixJQUFJLEVBQUUsSUFBSSxDQUFDLElBQUk7WUFDZixPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQWtDO1NBQ2hELENBQUMsQ0FBQTtRQUVGLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtJQUNoQyxDQUFDOytHQVhXLHlCQUF5QjttR0FBekIseUJBQXlCLHFGQUYzQixFQUFFOzs0RkFFQSx5QkFBeUI7a0JBSnJDLFNBQVM7bUJBQUM7b0JBQ1YsUUFBUSxFQUFFLHdCQUF3QjtvQkFDbEMsUUFBUSxFQUFFLEVBQUU7aUJBQ1oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEFmdGVyVmlld0luaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgQmFzZUNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9iYXNlLWNoYXJ0LmNvbXBvbmVudCdcbmltcG9ydCB7XG5cdFN0YWNrZWRBcmVhQ2hhcnQgYXMgU3RhY2tlZEFyZWFDaGFydENvcmUsXG5cdHR5cGUgU3RhY2tlZEFyZWFDaGFydE9wdGlvbnNcbn0gZnJvbSAnQGNhcmJvbi9jaGFydHMnXG5cbi8qKlxuICogV3JhcHBlciBhcm91bmQgYFN0YWNrZWRBcmVhQ2hhcnRgIGluIGNhcmJvbiBjaGFydHMgbGlicmFyeVxuICpcbiAqIE1vc3QgZnVuY3Rpb25zIGp1c3QgY2FsbCB0aGVpciBlcXVpdmFsZW50IGZyb20gdGhlIGNoYXJ0IGxpYnJhcnkuXG4gKi9cbkBDb21wb25lbnQoe1xuXHRzZWxlY3RvcjogJ2libS1zdGFja2VkLWFyZWEtY2hhcnQnLFxuXHR0ZW1wbGF0ZTogYGBcbn0pXG5leHBvcnQgY2xhc3MgU3RhY2tlZEFyZWFDaGFydENvbXBvbmVudCBleHRlbmRzIEJhc2VDaGFydENvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXHQvKipcblx0ICogUnVucyBhZnRlciB2aWV3IGluaXQgdG8gY3JlYXRlIGEgY2hhcnQsIGF0dGFjaCBpdCB0byBgZWxlbWVudFJlZmAgYW5kIGRyYXcgaXQuXG5cdCAqL1xuXHRvdmVycmlkZSBuZ0FmdGVyVmlld0luaXQoKSB7XG5cdFx0dGhpcy5jaGFydCA9IG5ldyBTdGFja2VkQXJlYUNoYXJ0Q29yZSh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCBhcyBIVE1MRGl2RWxlbWVudCwge1xuXHRcdFx0ZGF0YTogdGhpcy5kYXRhLFxuXHRcdFx0b3B0aW9uczogdGhpcy5vcHRpb25zIGFzIFN0YWNrZWRBcmVhQ2hhcnRPcHRpb25zXG5cdFx0fSlcblxuXHRcdE9iamVjdC5hc3NpZ24odGhpcywgdGhpcy5jaGFydClcblx0fVxufVxuIl19
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { BaseChartComponent } from './base-chart.component';
|
|
3
|
-
import { AreaChart as AreaChartCore } from '@carbon/charts';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Wrapper around `AreaChart` in carbon charts library
|
|
7
|
-
*
|
|
8
|
-
* Most functions just call their equivalent from the chart library.
|
|
9
|
-
*/
|
|
10
|
-
export class AreaChartComponent extends BaseChartComponent {
|
|
11
|
-
/**
|
|
12
|
-
* Runs after view init to create a chart, attach it to `elementRef` and draw it.
|
|
13
|
-
*/
|
|
14
|
-
ngAfterViewInit() {
|
|
15
|
-
this.chart = new AreaChartCore(this.elementRef.nativeElement, {
|
|
16
|
-
data: this.data,
|
|
17
|
-
options: this.options
|
|
18
|
-
});
|
|
19
|
-
Object.assign(this, this.chart);
|
|
20
|
-
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AreaChartComponent, selector: "ibm-area-chart", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
23
|
-
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaChartComponent, decorators: [{
|
|
25
|
-
type: Component,
|
|
26
|
-
args: [{
|
|
27
|
-
selector: 'ibm-area-chart',
|
|
28
|
-
template: ``
|
|
29
|
-
}]
|
|
30
|
-
}] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJlYS1jaGFydC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvbGliL2NoYXJ0cy9hcmVhLWNoYXJ0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFpQixNQUFNLGVBQWUsQ0FBQTtBQUN4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQTtBQUMzRCxPQUFPLEVBQUUsU0FBUyxJQUFJLGFBQWEsRUFBeUIsTUFBTSxnQkFBZ0IsQ0FBQTs7QUFFbEY7Ozs7R0FJRztBQUtILE1BQU0sT0FBTyxrQkFBbUIsU0FBUSxrQkFBa0I7SUFDekQ7O09BRUc7SUFDTSxlQUFlO1FBQ3ZCLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxhQUFhLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUErQixFQUFFO1lBQy9FLElBQUksRUFBRSxJQUFJLENBQUMsSUFBSTtZQUNmLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBMkI7U0FDekMsQ0FBQyxDQUFBO1FBRUYsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFBO0lBQ2hDLENBQUM7K0dBWFcsa0JBQWtCO21HQUFsQixrQkFBa0IsNkVBRnBCLEVBQUU7OzRGQUVBLGtCQUFrQjtrQkFKOUIsU0FBUzttQkFBQztvQkFDVixRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixRQUFRLEVBQUUsRUFBRTtpQkFDWiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQWZ0ZXJWaWV3SW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBCYXNlQ2hhcnRDb21wb25lbnQgfSBmcm9tICcuL2Jhc2UtY2hhcnQuY29tcG9uZW50J1xuaW1wb3J0IHsgQXJlYUNoYXJ0IGFzIEFyZWFDaGFydENvcmUsIHR5cGUgQXJlYUNoYXJ0T3B0aW9ucyB9IGZyb20gJ0BjYXJib24vY2hhcnRzJ1xuXG4vKipcbiAqIFdyYXBwZXIgYXJvdW5kIGBBcmVhQ2hhcnRgIGluIGNhcmJvbiBjaGFydHMgbGlicmFyeVxuICpcbiAqIE1vc3QgZnVuY3Rpb25zIGp1c3QgY2FsbCB0aGVpciBlcXVpdmFsZW50IGZyb20gdGhlIGNoYXJ0IGxpYnJhcnkuXG4gKi9cbkBDb21wb25lbnQoe1xuXHRzZWxlY3RvcjogJ2libS1hcmVhLWNoYXJ0Jyxcblx0dGVtcGxhdGU6IGBgXG59KVxuZXhwb3J0IGNsYXNzIEFyZWFDaGFydENvbXBvbmVudCBleHRlbmRzIEJhc2VDaGFydENvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXHQvKipcblx0ICogUnVucyBhZnRlciB2aWV3IGluaXQgdG8gY3JlYXRlIGEgY2hhcnQsIGF0dGFjaCBpdCB0byBgZWxlbWVudFJlZmAgYW5kIGRyYXcgaXQuXG5cdCAqL1xuXHRvdmVycmlkZSBuZ0FmdGVyVmlld0luaXQoKSB7XG5cdFx0dGhpcy5jaGFydCA9IG5ldyBBcmVhQ2hhcnRDb3JlKHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50IGFzIEhUTUxEaXZFbGVtZW50LCB7XG5cdFx0XHRkYXRhOiB0aGlzLmRhdGEsXG5cdFx0XHRvcHRpb25zOiB0aGlzLm9wdGlvbnMgYXMgQXJlYUNoYXJ0T3B0aW9uc1xuXHRcdH0pXG5cblx0XHRPYmplY3QuYXNzaWduKHRoaXMsIHRoaXMuY2hhcnQpXG5cdH1cbn1cbiJdfQ==
|