@carbon/charts-angular 1.9.0-rc.6 → 1.10.2

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.
Files changed (92) hide show
  1. package/CHANGELOG.md +45 -9
  2. package/README.md +10 -18
  3. package/esm2022/lib/charts/alluvial-chart.component.mjs +5 -6
  4. package/esm2022/lib/charts/area-chart-stacked.component.mjs +5 -6
  5. package/esm2022/lib/charts/area-chart.component.mjs +5 -6
  6. package/esm2022/lib/charts/bar-chart-grouped.component.mjs +5 -6
  7. package/esm2022/lib/charts/bar-chart-simple.component.mjs +5 -6
  8. package/esm2022/lib/charts/bar-chart-stacked.component.mjs +5 -6
  9. package/esm2022/lib/charts/base-chart.component.mjs +5 -6
  10. package/esm2022/lib/charts/boxplot-chart.component.mjs +5 -6
  11. package/esm2022/lib/charts/bubble-chart.component.mjs +5 -6
  12. package/esm2022/lib/charts/bullet-chart.component.mjs +5 -6
  13. package/esm2022/lib/charts/charts.module.mjs +6 -7
  14. package/esm2022/lib/charts/choropleth.component.mjs +5 -6
  15. package/esm2022/lib/charts/circle-pack-chart.component.mjs +5 -6
  16. package/esm2022/lib/charts/combo-chart.component.mjs +5 -6
  17. package/esm2022/lib/charts/donut-chart.component.mjs +5 -6
  18. package/esm2022/lib/charts/gauge-chart.component.mjs +5 -6
  19. package/esm2022/lib/charts/heatmap-chart.component.mjs +5 -6
  20. package/esm2022/lib/charts/histogram-chart.component.mjs +5 -6
  21. package/esm2022/lib/charts/line-chart.component.mjs +5 -6
  22. package/esm2022/lib/charts/lollipop-chart.component.mjs +5 -6
  23. package/esm2022/lib/charts/meter-chart.component.mjs +5 -6
  24. package/esm2022/lib/charts/pie-chart.component.mjs +5 -6
  25. package/esm2022/lib/charts/radar-chart.component.mjs +5 -6
  26. package/esm2022/lib/charts/scatter-chart.component.mjs +5 -6
  27. package/esm2022/lib/charts/tree-chart.component.mjs +5 -6
  28. package/esm2022/lib/charts/treemap-chart.component.mjs +5 -6
  29. package/esm2022/lib/charts/wordcloud-chart.component.mjs +5 -6
  30. package/esm2022/lib/diagrams/edges/edge.component.mjs +5 -6
  31. package/esm2022/lib/diagrams/edges/edge.module.mjs +6 -7
  32. package/esm2022/lib/diagrams/edges/marker/marker.component.mjs +29 -36
  33. package/esm2022/lib/diagrams/edges/marker/marker.module.mjs +6 -7
  34. package/esm2022/lib/diagrams/nodes/cards/card-node-column.component.mjs +5 -6
  35. package/esm2022/lib/diagrams/nodes/cards/card-node-label.component.mjs +5 -6
  36. package/esm2022/lib/diagrams/nodes/cards/card-node-subtitle.component.mjs +5 -6
  37. package/esm2022/lib/diagrams/nodes/cards/card-node-title.component.mjs +5 -6
  38. package/esm2022/lib/diagrams/nodes/cards/card-node.component.mjs +5 -6
  39. package/esm2022/lib/diagrams/nodes/cards/card-node.module.mjs +6 -7
  40. package/esm2022/lib/diagrams/nodes/shape/shape-node.component.mjs +5 -6
  41. package/esm2022/lib/diagrams/nodes/shape/shape-node.module.mjs +6 -7
  42. package/fesm2022/carbon-charts-angular.mjs +140 -140
  43. package/fesm2022/carbon-charts-angular.mjs.map +1 -1
  44. package/index.d.ts +5 -5
  45. package/lib/charts/alluvial-chart.component.d.ts +16 -16
  46. package/lib/charts/area-chart-stacked.component.d.ts +16 -16
  47. package/lib/charts/area-chart.component.d.ts +16 -16
  48. package/lib/charts/bar-chart-grouped.component.d.ts +16 -16
  49. package/lib/charts/bar-chart-simple.component.d.ts +16 -16
  50. package/lib/charts/bar-chart-stacked.component.d.ts +16 -16
  51. package/lib/charts/base-chart.component.d.ts +46 -61
  52. package/lib/charts/boxplot-chart.component.d.ts +16 -16
  53. package/lib/charts/bubble-chart.component.d.ts +16 -16
  54. package/lib/charts/bullet-chart.component.d.ts +16 -16
  55. package/lib/charts/charts.module.d.ts +33 -89
  56. package/lib/charts/choropleth.component.d.ts +16 -16
  57. package/lib/charts/circle-pack-chart.component.d.ts +16 -16
  58. package/lib/charts/combo-chart.component.d.ts +16 -16
  59. package/lib/charts/donut-chart.component.d.ts +16 -16
  60. package/lib/charts/gauge-chart.component.d.ts +16 -16
  61. package/lib/charts/heatmap-chart.component.d.ts +16 -16
  62. package/lib/charts/histogram-chart.component.d.ts +16 -16
  63. package/lib/charts/index.d.ts +27 -27
  64. package/lib/charts/line-chart.component.d.ts +16 -16
  65. package/lib/charts/lollipop-chart.component.d.ts +16 -16
  66. package/lib/charts/meter-chart.component.d.ts +16 -16
  67. package/lib/charts/pie-chart.component.d.ts +16 -16
  68. package/lib/charts/radar-chart.component.d.ts +16 -16
  69. package/lib/charts/scatter-chart.component.d.ts +16 -16
  70. package/lib/charts/tree-chart.component.d.ts +16 -16
  71. package/lib/charts/treemap-chart.component.d.ts +16 -16
  72. package/lib/charts/wordcloud-chart.component.d.ts +16 -16
  73. package/lib/diagrams/config.d.ts +1 -1
  74. package/lib/diagrams/edges/edge.component.d.ts +20 -49
  75. package/lib/diagrams/edges/edge.module.d.ts +9 -15
  76. package/lib/diagrams/edges/marker/marker.component.d.ts +52 -89
  77. package/lib/diagrams/edges/marker/marker.module.d.ts +10 -28
  78. package/lib/diagrams/index.d.ts +4 -4
  79. package/lib/diagrams/nodes/cards/card-node-column.component.d.ts +7 -14
  80. package/lib/diagrams/nodes/cards/card-node-label.component.d.ts +6 -8
  81. package/lib/diagrams/nodes/cards/card-node-subtitle.component.d.ts +6 -8
  82. package/lib/diagrams/nodes/cards/card-node-title.component.d.ts +6 -8
  83. package/lib/diagrams/nodes/cards/card-node.component.d.ts +20 -50
  84. package/lib/diagrams/nodes/cards/card-node.module.d.ts +18 -32
  85. package/lib/diagrams/nodes/shape/shape-node.component.d.ts +25 -73
  86. package/lib/diagrams/nodes/shape/shape-node.module.d.ts +9 -15
  87. package/lib/index.d.ts +2 -2
  88. package/package.json +9 -10
  89. package/styles.css +0 -22118
  90. package/styles.css.map +1 -1
  91. package/styles.min.css +1 -1
  92. package/styles.min.css.map +1 -1
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `SimpleBarChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class SimpleBarChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<SimpleBarChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<SimpleBarChartComponent, "ibm-simple-bar-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `SimpleBarChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class SimpleBarChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<SimpleBarChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SimpleBarChartComponent, "ibm-simple-bar-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `StackedBarChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class StackedBarChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<StackedBarChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<StackedBarChartComponent, "ibm-stacked-bar-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `StackedBarChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class StackedBarChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<StackedBarChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<StackedBarChartComponent, "ibm-stacked-bar-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,61 +1,46 @@
1
- import { OnInit, AfterViewInit, ElementRef } from '@angular/core';
2
- import { BaseChartOptions, ChartTabularData, Charts } from '@carbon/charts';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `BaseChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class BaseChartComponent implements AfterViewInit, OnInit {
10
- protected elementRef: ElementRef;
11
- /*
12
- * Data passed to charts library for displaying
13
- */
14
- data: ChartTabularData;
15
- /*
16
- * Options passed to charts library
17
- */
18
- options: BaseChartOptions;
19
- /**
20
- * Chart width
21
- */
22
- width?: string;
23
- /**
24
- * Chart height
25
- */
26
- height?: string;
27
- /**
28
- * Chart object instance
29
- *
30
- * You can use this to do whatever you would normally do with a chart if you used
31
- * charts library directly.
32
- */
33
- chart: Charts;
34
- private _data;
35
- private _options;
36
- constructor(elementRef: ElementRef);
37
- ngOnInit(): void;
38
- /**
39
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
40
- */
41
- ngAfterViewInit(): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseChartComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseChartComponent, "ibm-base-chart", never, {
44
- "data": {
45
- "alias": "data";
46
- "required": false;
47
- };
48
- "options": {
49
- "alias": "options";
50
- "required": false;
51
- };
52
- "width": {
53
- "alias": "width";
54
- "required": false;
55
- };
56
- "height": {
57
- "alias": "height";
58
- "required": false;
59
- };
60
- }, {}, never, never, false, never>;
61
- }
1
+ import { OnInit, AfterViewInit, ElementRef } from '@angular/core';
2
+ import type { BaseChartOptions, ChartTabularData, Charts } from '@carbon/charts';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `BaseChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class BaseChartComponent implements AfterViewInit, OnInit {
10
+ protected elementRef: ElementRef;
11
+ /**
12
+ * Data passed to charts library for displaying
13
+ */
14
+ set data(newData: ChartTabularData);
15
+ get data(): ChartTabularData;
16
+ /**
17
+ * Options passed to charts library
18
+ */
19
+ set options(newOptions: BaseChartOptions);
20
+ get options(): BaseChartOptions;
21
+ /**
22
+ * Chart width
23
+ */
24
+ width?: string;
25
+ /**
26
+ * Chart height
27
+ */
28
+ height?: string;
29
+ /**
30
+ * Chart object instance
31
+ *
32
+ * You can use this to do whatever you would normally do with a chart if you used
33
+ * charts library directly.
34
+ */
35
+ chart: Charts;
36
+ private _data;
37
+ private _options;
38
+ constructor(elementRef: ElementRef);
39
+ ngOnInit(): void;
40
+ /**
41
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
42
+ */
43
+ ngAfterViewInit(): void;
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseChartComponent, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseChartComponent, "ibm-base-chart", never, { "data": { "alias": "data"; "required": false; }; "options": { "alias": "options"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, false, never>;
46
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `BoxplotChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class BoxplotChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<BoxplotChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BoxplotChartComponent, "ibm-boxplot-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `BoxplotChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class BoxplotChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<BoxplotChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BoxplotChartComponent, "ibm-boxplot-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `BubbleChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class BubbleChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<BubbleChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BubbleChartComponent, "ibm-bubble-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `BubbleChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class BubbleChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<BubbleChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BubbleChartComponent, "ibm-bubble-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `BulletChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class BulletChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BulletChartComponent, "ibm-bullet-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `BulletChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class BulletChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BulletChartComponent, "ibm-bullet-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,89 +1,33 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./base-chart.component";
3
- import * as i2 from "./alluvial-chart.component";
4
- import * as i3 from "./area-chart.component";
5
- import * as i4 from "./area-chart-stacked.component";
6
- import * as i5 from "./bar-chart-simple.component";
7
- import * as i6 from "./bar-chart-grouped.component";
8
- import * as i7 from "./bar-chart-stacked.component";
9
- import * as i8 from "./boxplot-chart.component";
10
- import * as i9 from "./bubble-chart.component";
11
- import * as i10 from "./bullet-chart.component";
12
- import * as i11 from "./donut-chart.component";
13
- import * as i12 from "./choropleth.component";
14
- import * as i13 from "./gauge-chart.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 "./pie-chart.component";
20
- import * as i19 from "./scatter-chart.component";
21
- import * as i20 from "./meter-chart.component";
22
- import * as i21 from "./radar-chart.component";
23
- import * as i22 from "./combo-chart.component";
24
- import * as i23 from "./tree-chart.component";
25
- import * as i24 from "./treemap-chart.component";
26
- import * as i25 from "./circle-pack-chart.component";
27
- import * as i26 from "./wordcloud-chart.component";
28
- import * as i27 from "@angular/common";
29
- export declare class ChartsModule {
30
- static ɵfac: i0.ɵɵFactoryDeclaration<ChartsModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<ChartsModule, [
32
- typeof i1.BaseChartComponent,
33
- typeof i2.AlluvialChartComponent,
34
- typeof i3.AreaChartComponent,
35
- typeof i4.StackedAreaChartComponent,
36
- typeof i5.SimpleBarChartComponent,
37
- typeof i6.GroupedBarChartComponent,
38
- typeof i7.StackedBarChartComponent,
39
- typeof i8.BoxplotChartComponent,
40
- typeof i9.BubbleChartComponent,
41
- typeof i10.BulletChartComponent,
42
- typeof i11.DonutChartComponent,
43
- typeof i12.ExperimentalChoroplethChartComponent,
44
- typeof i13.GaugeChartComponent,
45
- typeof i14.HeatmapChartComponent,
46
- typeof i15.HistogramChartComponent,
47
- typeof i16.LineChartComponent,
48
- typeof i17.LollipopChartComponent,
49
- typeof i18.PieChartComponent,
50
- typeof i19.ScatterChartComponent,
51
- typeof i20.MeterChartComponent,
52
- typeof i21.RadarChartComponent,
53
- typeof i22.ComboChartComponent,
54
- typeof i23.TreeChartComponent,
55
- typeof i24.TreemapChartComponent,
56
- typeof i25.CirclePackChartComponent,
57
- typeof i26.WordCloudChartComponent
58
- ], [
59
- typeof i27.CommonModule
60
- ], [
61
- typeof i1.BaseChartComponent,
62
- typeof i2.AlluvialChartComponent,
63
- typeof i3.AreaChartComponent,
64
- typeof i4.StackedAreaChartComponent,
65
- typeof i5.SimpleBarChartComponent,
66
- typeof i6.GroupedBarChartComponent,
67
- typeof i7.StackedBarChartComponent,
68
- typeof i8.BoxplotChartComponent,
69
- typeof i9.BubbleChartComponent,
70
- typeof i10.BulletChartComponent,
71
- typeof i11.DonutChartComponent,
72
- typeof i12.ExperimentalChoroplethChartComponent,
73
- typeof i13.GaugeChartComponent,
74
- typeof i14.HeatmapChartComponent,
75
- typeof i15.HistogramChartComponent,
76
- typeof i16.LineChartComponent,
77
- typeof i17.LollipopChartComponent,
78
- typeof i18.PieChartComponent,
79
- typeof i19.ScatterChartComponent,
80
- typeof i20.MeterChartComponent,
81
- typeof i21.RadarChartComponent,
82
- typeof i22.ComboChartComponent,
83
- typeof i23.TreeChartComponent,
84
- typeof i24.TreemapChartComponent,
85
- typeof i25.CirclePackChartComponent,
86
- typeof i26.WordCloudChartComponent
87
- ]>;
88
- static ɵinj: i0.ɵɵInjectorDeclaration<ChartsModule>;
89
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./base-chart.component";
3
+ import * as i2 from "./alluvial-chart.component";
4
+ import * as i3 from "./area-chart.component";
5
+ import * as i4 from "./area-chart-stacked.component";
6
+ import * as i5 from "./bar-chart-simple.component";
7
+ import * as i6 from "./bar-chart-grouped.component";
8
+ import * as i7 from "./bar-chart-stacked.component";
9
+ import * as i8 from "./boxplot-chart.component";
10
+ import * as i9 from "./bubble-chart.component";
11
+ import * as i10 from "./bullet-chart.component";
12
+ import * as i11 from "./donut-chart.component";
13
+ import * as i12 from "./choropleth.component";
14
+ import * as i13 from "./gauge-chart.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 "./pie-chart.component";
20
+ import * as i19 from "./scatter-chart.component";
21
+ import * as i20 from "./meter-chart.component";
22
+ import * as i21 from "./radar-chart.component";
23
+ import * as i22 from "./combo-chart.component";
24
+ import * as i23 from "./tree-chart.component";
25
+ import * as i24 from "./treemap-chart.component";
26
+ import * as i25 from "./circle-pack-chart.component";
27
+ import * as i26 from "./wordcloud-chart.component";
28
+ import * as i27 from "@angular/common";
29
+ export declare class ChartsModule {
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartsModule, never>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChartsModule, [typeof i1.BaseChartComponent, typeof i2.AlluvialChartComponent, typeof i3.AreaChartComponent, typeof i4.StackedAreaChartComponent, typeof i5.SimpleBarChartComponent, typeof i6.GroupedBarChartComponent, typeof i7.StackedBarChartComponent, typeof i8.BoxplotChartComponent, typeof i9.BubbleChartComponent, typeof i10.BulletChartComponent, typeof i11.DonutChartComponent, typeof i12.ExperimentalChoroplethChartComponent, typeof i13.GaugeChartComponent, typeof i14.HeatmapChartComponent, typeof i15.HistogramChartComponent, typeof i16.LineChartComponent, typeof i17.LollipopChartComponent, typeof i18.PieChartComponent, typeof i19.ScatterChartComponent, typeof i20.MeterChartComponent, typeof i21.RadarChartComponent, typeof i22.ComboChartComponent, typeof i23.TreeChartComponent, typeof i24.TreemapChartComponent, typeof i25.CirclePackChartComponent, typeof i26.WordCloudChartComponent], [typeof i27.CommonModule], [typeof i1.BaseChartComponent, typeof i2.AlluvialChartComponent, typeof i3.AreaChartComponent, typeof i4.StackedAreaChartComponent, typeof i5.SimpleBarChartComponent, typeof i6.GroupedBarChartComponent, typeof i7.StackedBarChartComponent, typeof i8.BoxplotChartComponent, typeof i9.BubbleChartComponent, typeof i10.BulletChartComponent, typeof i11.DonutChartComponent, typeof i12.ExperimentalChoroplethChartComponent, typeof i13.GaugeChartComponent, typeof i14.HeatmapChartComponent, typeof i15.HistogramChartComponent, typeof i16.LineChartComponent, typeof i17.LollipopChartComponent, typeof i18.PieChartComponent, typeof i19.ScatterChartComponent, typeof i20.MeterChartComponent, typeof i21.RadarChartComponent, typeof i22.ComboChartComponent, typeof i23.TreeChartComponent, typeof i24.TreemapChartComponent, typeof i25.CirclePackChartComponent, typeof i26.WordCloudChartComponent]>;
32
+ static ɵinj: i0.ɵɵInjectorDeclaration<ChartsModule>;
33
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `Choropleth` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class ExperimentalChoroplethChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ExperimentalChoroplethChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentalChoroplethChartComponent, "ibm-experimental-choropleth-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `Choropleth` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class ExperimentalChoroplethChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ExperimentalChoroplethChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExperimentalChoroplethChartComponent, "ibm-experimental-choropleth-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `CirclePackChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class CirclePackChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<CirclePackChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CirclePackChartComponent, "ibm-circle-pack-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `CirclePackChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class CirclePackChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<CirclePackChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<CirclePackChartComponent, "ibm-circle-pack-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `ComboChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class ComboChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboChartComponent, "ibm-combo-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `ComboChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class ComboChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboChartComponent, "ibm-combo-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `DonutChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class DonutChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<DonutChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DonutChartComponent, "ibm-donut-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `DonutChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class DonutChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<DonutChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<DonutChartComponent, "ibm-donut-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `GaugeChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class GaugeChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<GaugeChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<GaugeChartComponent, "ibm-gauge-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `GaugeChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class GaugeChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<GaugeChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<GaugeChartComponent, "ibm-gauge-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `Heatmap` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class HeatmapChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<HeatmapChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<HeatmapChartComponent, "ibm-heatmap-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `Heatmap` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class HeatmapChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeatmapChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeatmapChartComponent, "ibm-heatmap-chart", never, {}, {}, never, never, false, never>;
16
+ }
@@ -1,16 +1,16 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import { BaseChartComponent } from './base-chart.component';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Wrapper around `HistogramChart` in carbon charts library
6
- *
7
- * Most functions just call their equivalent from the chart library.
8
- */
9
- export declare class HistogramChartComponent extends BaseChartComponent implements AfterViewInit {
10
- /**
11
- * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
- */
13
- ngAfterViewInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<HistogramChartComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<HistogramChartComponent, "ibm-histogram-chart", never, {}, {}, never, never, false, never>;
16
- }
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { BaseChartComponent } from './base-chart.component';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Wrapper around `HistogramChart` in carbon charts library
6
+ *
7
+ * Most functions just call their equivalent from the chart library.
8
+ */
9
+ export declare class HistogramChartComponent extends BaseChartComponent implements AfterViewInit {
10
+ /**
11
+ * Runs after view init to create a chart, attach it to `elementRef` and draw it.
12
+ */
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<HistogramChartComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<HistogramChartComponent, "ibm-histogram-chart", never, {}, {}, never, never, false, never>;
16
+ }