@unovis/angular 1.6.8-stellar-beta.0 → 1.7.0-csp.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/README.md +4 -0
  2. package/dist/lib/README.md +4 -0
  3. package/dist/lib/fesm2022/unovis-angular.mjs +6639 -0
  4. package/dist/lib/fesm2022/unovis-angular.mjs.map +1 -0
  5. package/dist/lib/index.d.ts +3878 -0
  6. package/package.json +28 -43
  7. package/dist/lib/bundles/unovis-angular.umd.js +0 -3928
  8. package/dist/lib/bundles/unovis-angular.umd.js.map +0 -1
  9. package/dist/lib/components/annotations/annotations.component.d.ts +0 -75
  10. package/dist/lib/components/annotations/annotations.module.d.ts +0 -7
  11. package/dist/lib/components/area/area.component.d.ts +0 -106
  12. package/dist/lib/components/area/area.module.d.ts +0 -7
  13. package/dist/lib/components/axis/axis.component.d.ts +0 -126
  14. package/dist/lib/components/axis/axis.module.d.ts +0 -7
  15. package/dist/lib/components/brush/brush.component.d.ts +0 -86
  16. package/dist/lib/components/brush/brush.module.d.ts +0 -7
  17. package/dist/lib/components/chord-diagram/chord-diagram.component.d.ts +0 -91
  18. package/dist/lib/components/chord-diagram/chord-diagram.module.d.ts +0 -7
  19. package/dist/lib/components/crosshair/crosshair.component.d.ts +0 -132
  20. package/dist/lib/components/crosshair/crosshair.module.d.ts +0 -7
  21. package/dist/lib/components/donut/donut.component.d.ts +0 -99
  22. package/dist/lib/components/donut/donut.module.d.ts +0 -7
  23. package/dist/lib/components/free-brush/free-brush.component.d.ts +0 -85
  24. package/dist/lib/components/free-brush/free-brush.module.d.ts +0 -7
  25. package/dist/lib/components/graph/graph.component.d.ts +0 -302
  26. package/dist/lib/components/graph/graph.module.d.ts +0 -7
  27. package/dist/lib/components/grouped-bar/grouped-bar.component.d.ts +0 -101
  28. package/dist/lib/components/grouped-bar/grouped-bar.module.d.ts +0 -7
  29. package/dist/lib/components/line/line.component.d.ts +0 -102
  30. package/dist/lib/components/line/line.module.d.ts +0 -7
  31. package/dist/lib/components/nested-donut/nested-donut.component.d.ts +0 -107
  32. package/dist/lib/components/nested-donut/nested-donut.module.d.ts +0 -7
  33. package/dist/lib/components/plotband/plotband.component.d.ts +0 -81
  34. package/dist/lib/components/plotband/plotband.module.d.ts +0 -7
  35. package/dist/lib/components/plotline/plotline.component.d.ts +0 -87
  36. package/dist/lib/components/plotline/plotline.module.d.ts +0 -7
  37. package/dist/lib/components/sankey/sankey.component.d.ts +0 -194
  38. package/dist/lib/components/sankey/sankey.module.d.ts +0 -7
  39. package/dist/lib/components/scatter/scatter.component.d.ts +0 -110
  40. package/dist/lib/components/scatter/scatter.module.d.ts +0 -7
  41. package/dist/lib/components/stacked-bar/stacked-bar.component.d.ts +0 -103
  42. package/dist/lib/components/stacked-bar/stacked-bar.module.d.ts +0 -7
  43. package/dist/lib/components/timeline/timeline.component.d.ts +0 -159
  44. package/dist/lib/components/timeline/timeline.module.d.ts +0 -7
  45. package/dist/lib/components/tooltip/tooltip.component.d.ts +0 -73
  46. package/dist/lib/components/tooltip/tooltip.module.d.ts +0 -7
  47. package/dist/lib/components/topojson-map/topojson-map.component.d.ts +0 -215
  48. package/dist/lib/components/topojson-map/topojson-map.module.d.ts +0 -7
  49. package/dist/lib/components/xy-labels/xy-labels.component.d.ts +0 -107
  50. package/dist/lib/components/xy-labels/xy-labels.module.d.ts +0 -7
  51. package/dist/lib/components.d.ts +0 -53
  52. package/dist/lib/containers/single-container/single-container.component.d.ts +0 -46
  53. package/dist/lib/containers/single-container/single-container.module.d.ts +0 -7
  54. package/dist/lib/containers/xy-container/xy-container.component.d.ts +0 -101
  55. package/dist/lib/containers/xy-container/xy-container.module.d.ts +0 -7
  56. package/dist/lib/containers.d.ts +0 -4
  57. package/dist/lib/core/core-component.d.ts +0 -6
  58. package/dist/lib/core/generic-component.d.ts +0 -3
  59. package/dist/lib/core/index.d.ts +0 -3
  60. package/dist/lib/core/xy-component.d.ts +0 -6
  61. package/dist/lib/esm2015/components/annotations/annotations.component.js +0 -45
  62. package/dist/lib/esm2015/components/annotations/annotations.module.js +0 -18
  63. package/dist/lib/esm2015/components/area/area.component.js +0 -87
  64. package/dist/lib/esm2015/components/area/area.module.js +0 -18
  65. package/dist/lib/esm2015/components/axis/axis.component.js +0 -111
  66. package/dist/lib/esm2015/components/axis/axis.module.js +0 -18
  67. package/dist/lib/esm2015/components/brush/brush.component.js +0 -71
  68. package/dist/lib/esm2015/components/brush/brush.module.js +0 -18
  69. package/dist/lib/esm2015/components/chord-diagram/chord-diagram.component.js +0 -79
  70. package/dist/lib/esm2015/components/chord-diagram/chord-diagram.module.js +0 -18
  71. package/dist/lib/esm2015/components/crosshair/crosshair.component.js +0 -95
  72. package/dist/lib/esm2015/components/crosshair/crosshair.module.js +0 -18
  73. package/dist/lib/esm2015/components/donut/donut.component.js +0 -87
  74. package/dist/lib/esm2015/components/donut/donut.module.js +0 -18
  75. package/dist/lib/esm2015/components/free-brush/free-brush.component.js +0 -69
  76. package/dist/lib/esm2015/components/free-brush/free-brush.module.js +0 -18
  77. package/dist/lib/esm2015/components/graph/graph.component.js +0 -237
  78. package/dist/lib/esm2015/components/graph/graph.module.js +0 -18
  79. package/dist/lib/esm2015/components/grouped-bar/grouped-bar.component.js +0 -83
  80. package/dist/lib/esm2015/components/grouped-bar/grouped-bar.module.js +0 -18
  81. package/dist/lib/esm2015/components/line/line.component.js +0 -79
  82. package/dist/lib/esm2015/components/line/line.module.js +0 -18
  83. package/dist/lib/esm2015/components/nested-donut/nested-donut.component.js +0 -89
  84. package/dist/lib/esm2015/components/nested-donut/nested-donut.module.js +0 -18
  85. package/dist/lib/esm2015/components/plotband/plotband.component.js +0 -61
  86. package/dist/lib/esm2015/components/plotband/plotband.module.js +0 -18
  87. package/dist/lib/esm2015/components/plotline/plotline.component.js +0 -63
  88. package/dist/lib/esm2015/components/plotline/plotline.module.js +0 -18
  89. package/dist/lib/esm2015/components/sankey/sankey.component.js +0 -165
  90. package/dist/lib/esm2015/components/sankey/sankey.module.js +0 -18
  91. package/dist/lib/esm2015/components/scatter/scatter.component.js +0 -89
  92. package/dist/lib/esm2015/components/scatter/scatter.module.js +0 -18
  93. package/dist/lib/esm2015/components/stacked-bar/stacked-bar.component.js +0 -83
  94. package/dist/lib/esm2015/components/stacked-bar/stacked-bar.module.js +0 -18
  95. package/dist/lib/esm2015/components/timeline/timeline.component.js +0 -137
  96. package/dist/lib/esm2015/components/timeline/timeline.module.js +0 -18
  97. package/dist/lib/esm2015/components/tooltip/tooltip.component.js +0 -61
  98. package/dist/lib/esm2015/components/tooltip/tooltip.module.js +0 -18
  99. package/dist/lib/esm2015/components/topojson-map/topojson-map.component.js +0 -173
  100. package/dist/lib/esm2015/components/topojson-map/topojson-map.module.js +0 -18
  101. package/dist/lib/esm2015/components/xy-labels/xy-labels.component.js +0 -91
  102. package/dist/lib/esm2015/components/xy-labels/xy-labels.module.js +0 -18
  103. package/dist/lib/esm2015/components.js +0 -57
  104. package/dist/lib/esm2015/containers/single-container/single-container.component.js +0 -82
  105. package/dist/lib/esm2015/containers/single-container/single-container.module.js +0 -17
  106. package/dist/lib/esm2015/containers/xy-container/xy-container.component.js +0 -177
  107. package/dist/lib/esm2015/containers/xy-container/xy-container.module.js +0 -17
  108. package/dist/lib/esm2015/containers.js +0 -5
  109. package/dist/lib/esm2015/core/core-component.js +0 -4
  110. package/dist/lib/esm2015/core/generic-component.js +0 -3
  111. package/dist/lib/esm2015/core/index.js +0 -4
  112. package/dist/lib/esm2015/core/xy-component.js +0 -4
  113. package/dist/lib/esm2015/html-components/bullet-legend/bullet-legend.component.js +0 -56
  114. package/dist/lib/esm2015/html-components/bullet-legend/bullet-legend.module.js +0 -18
  115. package/dist/lib/esm2015/html-components/flow-legend/flow-legend.component.js +0 -60
  116. package/dist/lib/esm2015/html-components/flow-legend/flow-legend.module.js +0 -18
  117. package/dist/lib/esm2015/html-components/leaflet-flow-map/leaflet-flow-map.component.js +0 -170
  118. package/dist/lib/esm2015/html-components/leaflet-flow-map/leaflet-flow-map.module.js +0 -18
  119. package/dist/lib/esm2015/html-components/leaflet-map/leaflet-map.component.js +0 -144
  120. package/dist/lib/esm2015/html-components/leaflet-map/leaflet-map.module.js +0 -18
  121. package/dist/lib/esm2015/html-components/rolling-pin-legend/rolling-pin-legend.component.js +0 -48
  122. package/dist/lib/esm2015/html-components/rolling-pin-legend/rolling-pin-legend.module.js +0 -18
  123. package/dist/lib/esm2015/public-api.js +0 -3
  124. package/dist/lib/esm2015/unovis-angular.js +0 -5
  125. package/dist/lib/fesm2015/unovis-angular.js +0 -3113
  126. package/dist/lib/fesm2015/unovis-angular.js.map +0 -1
  127. package/dist/lib/html-components/bullet-legend/bullet-legend.component.d.ts +0 -42
  128. package/dist/lib/html-components/bullet-legend/bullet-legend.module.d.ts +0 -7
  129. package/dist/lib/html-components/flow-legend/flow-legend.component.d.ts +0 -34
  130. package/dist/lib/html-components/flow-legend/flow-legend.module.d.ts +0 -7
  131. package/dist/lib/html-components/leaflet-flow-map/leaflet-flow-map.component.d.ts +0 -212
  132. package/dist/lib/html-components/leaflet-flow-map/leaflet-flow-map.module.d.ts +0 -7
  133. package/dist/lib/html-components/leaflet-map/leaflet-map.component.d.ts +0 -183
  134. package/dist/lib/html-components/leaflet-map/leaflet-map.module.d.ts +0 -7
  135. package/dist/lib/html-components/rolling-pin-legend/rolling-pin-legend.component.d.ts +0 -24
  136. package/dist/lib/html-components/rolling-pin-legend/rolling-pin-legend.module.d.ts +0 -7
  137. package/dist/lib/package.json +0 -52
  138. package/dist/lib/public-api.d.ts +0 -2
  139. package/dist/lib/unovis-angular.d.ts +0 -5
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./nested-donut.component";
3
- export declare class VisNestedDonutModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<VisNestedDonutModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<VisNestedDonutModule, [typeof i1.VisNestedDonutComponent], never, [typeof i1.VisNestedDonutComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<VisNestedDonutModule>;
7
- }
@@ -1,81 +0,0 @@
1
- import { AfterViewInit, SimpleChanges } from '@angular/core';
2
- import { Plotband, PlotbandConfigInterface, ContainerCore, VisEventType, VisEventCallback, AxisType, PlotbandLabelPosition, PlotbandLabelOrientation } from '@unovis/ts';
3
- import * as i0 from "@angular/core";
4
- export declare class VisPlotbandComponent<Datum> implements PlotbandConfigInterface<Datum>, AfterViewInit {
5
- /** Duration of the animation in milliseconds. */
6
- duration?: number;
7
- /** Events configuration. An object containing properties in the following format:
8
- *
9
- * ```
10
- * {
11
- * \[selectorString]: {
12
- * \[eventType]: callbackFunction
13
- * }
14
- * }
15
- * ```
16
- * e.g.:
17
- * ```
18
- * {
19
- * \[Area.selectors.area]: {
20
- * click: (d) => console.log("Clicked Area", d)
21
- * }
22
- * }
23
- * ``` */
24
- events?: {
25
- [selector: string]: {
26
- [eventType in VisEventType]?: VisEventCallback;
27
- };
28
- };
29
- /** You can set every SVG and HTML visualization object to have a custom DOM attributes, which is useful
30
- * when you want to do unit or end-to-end testing. Attributes configuration object has the following structure:
31
- *
32
- * ```
33
- * {
34
- * \[selectorString]: {
35
- * \[attributeName]: attribute constant value or accessor function
36
- * }
37
- * }
38
- * ```
39
- * e.g.:
40
- * ```
41
- * {
42
- * \[Area.selectors.area]: {
43
- * "test-value": d => d.value
44
- * }
45
- * }
46
- * ``` */
47
- attributes?: {
48
- [selector: string]: {
49
- [attr: string]: string | number | boolean | ((datum: any) => string | number | boolean);
50
- };
51
- };
52
- /** Axis to draw the plotband on. */
53
- axis?: AxisType;
54
- /** Start coordinate for the plotband. */
55
- from?: number | null | undefined;
56
- /** End coordinate for the plotband. */
57
- to?: number | null | undefined;
58
- /** Optional text to display on the plotband */
59
- labelText?: string;
60
- /** Position of the label relative to the plotband area (e.g., 'top-left-outside').
61
- * Can be customized with a string. */
62
- labelPosition?: PlotbandLabelPosition;
63
- /** Horizontal offset (in pixels) for positioning the label. */
64
- labelOffsetX?: number;
65
- /** Vertical offset (in pixels) for positioning the label. */
66
- labelOffsetY?: number;
67
- /** Orientation of the label text. */
68
- labelOrientation?: PlotbandLabelOrientation;
69
- /** Optional color for the label text */
70
- labelColor?: string;
71
- /** Font size (in pixels) for the label text.
72
- * Uses the CSS variable `--vis-plotband-label-font-size` by default, which resolves to `12px`. */
73
- labelSize?: number;
74
- component: Plotband<Datum> | undefined;
75
- componentContainer: ContainerCore | undefined;
76
- ngAfterViewInit(): void;
77
- ngOnChanges(changes: SimpleChanges): void;
78
- private getConfig;
79
- static ɵfac: i0.ɵɵFactoryDeclaration<VisPlotbandComponent<any>, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<VisPlotbandComponent<any>, "vis-plotband", never, { "duration": "duration"; "events": "events"; "attributes": "attributes"; "axis": "axis"; "from": "from"; "to": "to"; "labelText": "labelText"; "labelPosition": "labelPosition"; "labelOffsetX": "labelOffsetX"; "labelOffsetY": "labelOffsetY"; "labelOrientation": "labelOrientation"; "labelColor": "labelColor"; "labelSize": "labelSize"; }, {}, never, never>;
81
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./plotband.component";
3
- export declare class VisPlotbandModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<VisPlotbandModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<VisPlotbandModule, [typeof i1.VisPlotbandComponent], never, [typeof i1.VisPlotbandComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<VisPlotbandModule>;
7
- }
@@ -1,87 +0,0 @@
1
- import { AfterViewInit, SimpleChanges } from '@angular/core';
2
- import { Plotline, PlotlineConfigInterface, ContainerCore, VisEventType, VisEventCallback, AxisType, PlotlineLineStylePresets, PlotlineLabelPosition, PlotlineLabelOrientation } from '@unovis/ts';
3
- import * as i0 from "@angular/core";
4
- export declare class VisPlotlineComponent<Datum> implements PlotlineConfigInterface<Datum>, AfterViewInit {
5
- /** Duration of the animation in milliseconds. */
6
- duration?: number;
7
- /** Events configuration. An object containing properties in the following format:
8
- *
9
- * ```
10
- * {
11
- * \[selectorString]: {
12
- * \[eventType]: callbackFunction
13
- * }
14
- * }
15
- * ```
16
- * e.g.:
17
- * ```
18
- * {
19
- * \[Area.selectors.area]: {
20
- * click: (d) => console.log("Clicked Area", d)
21
- * }
22
- * }
23
- * ``` */
24
- events?: {
25
- [selector: string]: {
26
- [eventType in VisEventType]?: VisEventCallback;
27
- };
28
- };
29
- /** You can set every SVG and HTML visualization object to have a custom DOM attributes, which is useful
30
- * when you want to do unit or end-to-end testing. Attributes configuration object has the following structure:
31
- *
32
- * ```
33
- * {
34
- * \[selectorString]: {
35
- * \[attributeName]: attribute constant value or accessor function
36
- * }
37
- * }
38
- * ```
39
- * e.g.:
40
- * ```
41
- * {
42
- * \[Area.selectors.area]: {
43
- * "test-value": d => d.value
44
- * }
45
- * }
46
- * ``` */
47
- attributes?: {
48
- [selector: string]: {
49
- [attr: string]: string | number | boolean | ((datum: any) => string | number | boolean);
50
- };
51
- };
52
- /** Line width in pixels.
53
- * Uses CSS variable: `--vis-plotline-width`. */
54
- lineWidth?: number;
55
- /** Plotline direction type.
56
- * Should be either `AxisType.X` or `AxisType.Y`. */
57
- axis?: AxisType | string;
58
- /** Value to draw the plotline at. */
59
- value?: number | null | undefined;
60
- /** Line style of the plotline.
61
- * Can be a named preset or an array of numbers representing `stroke-dasharray`.
62
- * Uses CSS variable: `--vis-plotline-dasharray`. */
63
- lineStyle?: PlotlineLineStylePresets | number[];
64
- /** Label text to display on the plotline. */
65
- labelText?: string;
66
- /** Position of the label relative to the plotline. */
67
- labelPosition?: PlotlineLabelPosition;
68
- /** Horizontal offset of the label in pixels. */
69
- labelOffsetX?: number;
70
- /** Vertical offset of the label in pixels. */
71
- labelOffsetY?: number;
72
- /** Orientation of the label: horizontal or vertical. */
73
- labelOrientation?: PlotlineLabelOrientation;
74
- /** Color of the label text.
75
- * Uses CSS variable: `--vis-plotline-label-color`. */
76
- labelColor?: string;
77
- /** Font size of the label text in pixels.
78
- * Uses CSS variable: `--vis-plotline-label-font-size`. */
79
- labelSize?: number;
80
- component: Plotline<Datum> | undefined;
81
- componentContainer: ContainerCore | undefined;
82
- ngAfterViewInit(): void;
83
- ngOnChanges(changes: SimpleChanges): void;
84
- private getConfig;
85
- static ɵfac: i0.ɵɵFactoryDeclaration<VisPlotlineComponent<any>, never>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<VisPlotlineComponent<any>, "vis-plotline", never, { "duration": "duration"; "events": "events"; "attributes": "attributes"; "lineWidth": "lineWidth"; "axis": "axis"; "value": "value"; "lineStyle": "lineStyle"; "labelText": "labelText"; "labelPosition": "labelPosition"; "labelOffsetX": "labelOffsetX"; "labelOffsetY": "labelOffsetY"; "labelOrientation": "labelOrientation"; "labelColor": "labelColor"; "labelSize": "labelSize"; }, {}, never, never>;
87
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./plotline.component";
3
- export declare class VisPlotlineModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<VisPlotlineModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<VisPlotlineModule, [typeof i1.VisPlotlineComponent], never, [typeof i1.VisPlotlineComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<VisPlotlineModule>;
7
- }
@@ -1,194 +0,0 @@
1
- import { AfterViewInit, SimpleChanges } from '@angular/core';
2
- import { Sankey, SankeyConfigInterface, ContainerCore, SankeyInputNode, SankeyInputLink, VisEventType, VisEventCallback, SankeyZoomMode, SankeyExitTransitionType, SankeyEnterTransitionType, SankeyNode, SankeyLink, SankeyNodeAlign, StringAccessor, ColorAccessor, NumericAccessor, GenericAccessor, Position, VerticalAlign, FitMode, TrimMode, SankeySubLabelPlacement, Spacing } from '@unovis/ts';
3
- import { D3ZoomEvent } from 'd3-zoom';
4
- import * as i0 from "@angular/core";
5
- export declare class VisSankeyComponent<N extends SankeyInputNode, L extends SankeyInputLink> implements SankeyConfigInterface<N, L>, AfterViewInit {
6
- /** Animation duration of the data update transitions in milliseconds. Default: `600` */
7
- duration?: number;
8
- /** Events configuration. An object containing properties in the following format:
9
- *
10
- * ```
11
- * {
12
- * \[selectorString]: {
13
- * \[eventType]: callbackFunction
14
- * }
15
- * }
16
- * ```
17
- * e.g.:
18
- * ```
19
- * {
20
- * \[Area.selectors.area]: {
21
- * click: (d) => console.log("Clicked Area", d)
22
- * }
23
- * }
24
- * ``` */
25
- events?: {
26
- [selector: string]: {
27
- [eventType in VisEventType]?: VisEventCallback;
28
- };
29
- };
30
- /** You can set every SVG and HTML visualization object to have a custom DOM attributes, which is useful
31
- * when you want to do unit or end-to-end testing. Attributes configuration object has the following structure:
32
- *
33
- * ```
34
- * {
35
- * \[selectorString]: {
36
- * \[attributeName]: attribute constant value or accessor function
37
- * }
38
- * }
39
- * ```
40
- * e.g.:
41
- * ```
42
- * {
43
- * \[Area.selectors.area]: {
44
- * "test-value": d => d.value
45
- * }
46
- * }
47
- * ``` */
48
- attributes?: {
49
- [selector: string]: {
50
- [attr: string]: string | number | boolean | ((datum: any) => string | number | boolean);
51
- };
52
- };
53
- /** Node / Link id accessor function. Used for mapping of data updates to corresponding SVG objects. Default: `(d, i) => d.id ?? i.toString()` */
54
- id?: (d: SankeyInputNode | SankeyInputLink, i: number, ...rest: any[]) => string;
55
- /** Coefficient to scale the height of the diagram when the amount of links is low: `C * links.length`, clamped to `[height / 2, height]`. Default: `1/16` */
56
- heightNormalizationCoeff?: number;
57
- /** Horizontal and vertical scale factor applied to the computed layout (column spacing). Keeps node width intact. Default: `undefined` */
58
- zoomScale?: [number, number];
59
- /** Pan offset in pixels. Default: `undefined` */
60
- zoomPan?: [number, number];
61
- /** Enable interactive zoom/pan behavior. Default: `true` */
62
- enableZoom?: boolean;
63
- /** Allowed interactive zoom scale extent. Default: `[1, 5]` */
64
- zoomExtent?: [number, number];
65
- /** Zoom interaction mode. Default: `SankeyZoomMode.XY` */
66
- zoomMode?: SankeyZoomMode | string;
67
- /** Disable modifier keys. Has effect only for `SankeyZoomMode.XY` zoom mode. When `true`, zoom mode is not altered by modifier keys. Default: `false` */
68
- disableZoomModifierKeys?: boolean;
69
- /** Type of animation on removing nodes. Default: `ExitTransitionType.Default` */
70
- exitTransitionType?: SankeyExitTransitionType;
71
- /** Type of animation on creating nodes. Default: `EnterTransitionType.Default` */
72
- enterTransitionType?: SankeyEnterTransitionType;
73
- /** Highlight the corresponding subtree on node / link hover. Default: `false` */
74
- highlightSubtreeOnHover?: boolean;
75
- /** Highlight animation duration, ms. Default: `400` */
76
- highlightDuration?: number;
77
- /** Highlight delay, ms. Default: `1000` */
78
- highlightDelay?: number;
79
- /** Sankey algorithm iterations. Default: `32` */
80
- iterations?: number;
81
- /** Sankey node sorting function. Default: `undefined`.
82
- * Node sorting is applied to nodes in one layer (column). Layer by layer.
83
- * Options: `undefined` - the order is determined by the layout;
84
- * `null` - the order is fixed by the input;
85
- * sort function - the order is determined by the function. */
86
- nodeSort?: ((node1: SankeyNode<N, L>, node2: SankeyNode<N, L>) => number) | null | undefined;
87
- /** Sankey link sorting function. Default: `(link2, link1) => link1.value - link2.value`.
88
- * Link sorting is applied to the source (exiting) links within one node.
89
- * Options: `undefined` - the order is determined by the layout;
90
- * `null` - the order is fixed by the input;
91
- * sort function - the order is determined by the function. */
92
- linkSort?: ((link1: SankeyLink<N, L>, link2: SankeyLink<N, L>) => number) | null | undefined;
93
- /** Sankey node width in pixels */
94
- nodeWidth?: number;
95
- /** Sankey node alignment method */
96
- nodeAlign?: SankeyNodeAlign;
97
- /** Horizontal space between the nodes. Extended Sizing property only. Default: `150` */
98
- nodeHorizontalSpacing?: number;
99
- /** Minimum node height. Extended Sizing property only. Default: `20` */
100
- nodeMinHeight?: number;
101
- /** Maximum node height. Extended Sizing property only. Default: `100` */
102
- nodeMaxHeight?: number;
103
- /** Sankey vertical separation between nodes in pixels. Default: `2` */
104
- nodePadding?: number;
105
- /** Display the graph when data has just one element */
106
- showSingleNode?: boolean;
107
- /** Node cursor on hover. Default: `undefined` */
108
- nodeCursor?: StringAccessor<SankeyNode<N, L>>;
109
- /** Node icon accessor function or value. Default: `undefined` */
110
- nodeIcon?: StringAccessor<SankeyNode<N, L>>;
111
- /** Node color accessor function or value. Default: `undefined` */
112
- nodeColor?: ColorAccessor<SankeyNode<N, L>>;
113
- /** Node `fixedValue` accessor function or constant. It defines the node value that will be used to calculate
114
- * the height of the nodes by d3-sankey (by default the height will be based on aggregated `linkValue`).
115
- * Default: `n => n.fixedValue` */
116
- nodeFixedValue?: NumericAccessor<N>;
117
- /** Icon color accessor function or value. Default: `undefined` */
118
- nodeIconColor?: ColorAccessor<SankeyNode<N, L>>;
119
- /** Link color accessor function or value. Default: `l => l.color` */
120
- linkColor?: StringAccessor<SankeyLink<N, L>>;
121
- /** Link flow accessor function or value. Default: `l => l.value` */
122
- linkValue?: NumericAccessor<L>;
123
- /** Link cursor on hover. Default: `undefined` */
124
- linkCursor?: StringAccessor<SankeyLink<N, L>>;
125
- /** Node label accessor function or value. Default: `n => n.label` */
126
- label?: StringAccessor<SankeyNode<N, L>>;
127
- /** Node sub-label accessor function or value. Default: `undefined` */
128
- subLabel?: StringAccessor<SankeyNode<N, L>>;
129
- /** Label position relative to the Node. Default: `Position.AUTO` */
130
- labelPosition?: GenericAccessor<Position.Auto | Position.Left | Position.Right | string, SankeyNode<N, L>>;
131
- /** Label vertical alignment */
132
- labelVerticalAlign?: VerticalAlign | string;
133
- /** Label background */
134
- labelBackground?: boolean;
135
- /** Label fit mode (wrap or trim). Default: `FitMode.Trim` * */
136
- labelFit?: FitMode;
137
- /** Maximum label with in pixels. Default: `70` */
138
- labelMaxWidth?: number;
139
- /** Whether to take the available space for the label. This property is used only if `labelMaxWidth` is not provided. Default: `false` */
140
- labelMaxWidthTakeAvailableSpace?: boolean;
141
- /** Tolerance for the available space for the label. This property is used only if `labelMaxWidthTakeAvailableSpace` is `true`. Default: `undefined` (use label and sub-label font sizes) */
142
- labelMaxWidthTakeAvailableSpaceTolerance?: number;
143
- /** Expand trimmed label on hover. Default: `true` */
144
- labelExpandTrimmedOnHover?: boolean;
145
- /** Label trimming mode. Default: `TrimMode.Middle` */
146
- labelTrimMode?: TrimMode;
147
- /** Label font size in pixels. If not provided, the value of CSS variable `--vis-sankey-node-label-font-size` will be used. Default: `undefined` */
148
- labelFontSize?: number;
149
- /** Label text separators for wrapping. Default: `[' ', '-']` */
150
- labelTextSeparator?: string[];
151
- /** Label text decoration. Default: `undefined` */
152
- labelTextDecoration?: StringAccessor<SankeyNode<N, L>>;
153
- /** Force break words to fit long labels. Default: `true` */
154
- labelForceWordBreak?: boolean;
155
- /** Label color. Default: `undefined` */
156
- labelColor?: ColorAccessor<SankeyNode<N, L>>;
157
- /** Label cursor on hover. Default: `undefined` */
158
- labelCursor?: StringAccessor<SankeyNode<N, L>>;
159
- /** Custom function to set the label visibility. Default: `undefined` */
160
- labelVisibility?: ((d: SankeyNode<N, L>, bbox: {
161
- x: number;
162
- y: number;
163
- width: number;
164
- height: number;
165
- }, hovered: boolean) => boolean) | undefined;
166
- /** Sub-label font size in pixels. If not provided, the value of CSS variable `--vis-sankey-node-sublabel-font-size` will be used. Default: `undefined` */
167
- subLabelFontSize?: number;
168
- /** Sub-label color. Default: `undefined` */
169
- subLabelColor?: ColorAccessor<SankeyNode<N, L>>;
170
- /** Sub-label position. Default: `SankeySubLabelPlacement.Below` */
171
- subLabelPlacement?: SankeySubLabelPlacement | string;
172
- /** Sub-label text decoration. Default: `undefined` */
173
- subLabelTextDecoration?: StringAccessor<SankeyNode<N, L>>;
174
- /** Sub-label to label width ratio when `subLabelPlacement` is set to `SankeySubLabelPlacement.Inline`
175
- * Default: `0.4`, which means that 40% of `labelMaxWidth` will be given to sub-label, and 60% to the main label. */
176
- subLabelToLabelInlineWidthRatio?: number;
177
- /** Zoom event callback. Default: `undefined` */
178
- onZoom?: (horizontalScale: number, verticalScale: number, panX: number, panY: number, zoomExtent: [number, number], event: D3ZoomEvent<SVGGElement, unknown> | undefined) => void;
179
- /** Callback function to be called when the graph layout is calculated. Default: `undefined` */
180
- onLayoutCalculated?: (nodes: SankeyNode<N, L>[], links: SankeyLink<N, L>[], depth: number, width: number, height: number, bleed: Spacing) => void;
181
- /** Set selected nodes by unique id. Default: `undefined` */
182
- selectedNodeIds?: string[];
183
- data: {
184
- nodes: N[];
185
- links?: L[];
186
- };
187
- component: Sankey<N, L> | undefined;
188
- componentContainer: ContainerCore | undefined;
189
- ngAfterViewInit(): void;
190
- ngOnChanges(changes: SimpleChanges): void;
191
- private getConfig;
192
- static ɵfac: i0.ɵɵFactoryDeclaration<VisSankeyComponent<any, any>, never>;
193
- static ɵcmp: i0.ɵɵComponentDeclaration<VisSankeyComponent<any, any>, "vis-sankey", never, { "duration": "duration"; "events": "events"; "attributes": "attributes"; "id": "id"; "heightNormalizationCoeff": "heightNormalizationCoeff"; "zoomScale": "zoomScale"; "zoomPan": "zoomPan"; "enableZoom": "enableZoom"; "zoomExtent": "zoomExtent"; "zoomMode": "zoomMode"; "disableZoomModifierKeys": "disableZoomModifierKeys"; "exitTransitionType": "exitTransitionType"; "enterTransitionType": "enterTransitionType"; "highlightSubtreeOnHover": "highlightSubtreeOnHover"; "highlightDuration": "highlightDuration"; "highlightDelay": "highlightDelay"; "iterations": "iterations"; "nodeSort": "nodeSort"; "linkSort": "linkSort"; "nodeWidth": "nodeWidth"; "nodeAlign": "nodeAlign"; "nodeHorizontalSpacing": "nodeHorizontalSpacing"; "nodeMinHeight": "nodeMinHeight"; "nodeMaxHeight": "nodeMaxHeight"; "nodePadding": "nodePadding"; "showSingleNode": "showSingleNode"; "nodeCursor": "nodeCursor"; "nodeIcon": "nodeIcon"; "nodeColor": "nodeColor"; "nodeFixedValue": "nodeFixedValue"; "nodeIconColor": "nodeIconColor"; "linkColor": "linkColor"; "linkValue": "linkValue"; "linkCursor": "linkCursor"; "label": "label"; "subLabel": "subLabel"; "labelPosition": "labelPosition"; "labelVerticalAlign": "labelVerticalAlign"; "labelBackground": "labelBackground"; "labelFit": "labelFit"; "labelMaxWidth": "labelMaxWidth"; "labelMaxWidthTakeAvailableSpace": "labelMaxWidthTakeAvailableSpace"; "labelMaxWidthTakeAvailableSpaceTolerance": "labelMaxWidthTakeAvailableSpaceTolerance"; "labelExpandTrimmedOnHover": "labelExpandTrimmedOnHover"; "labelTrimMode": "labelTrimMode"; "labelFontSize": "labelFontSize"; "labelTextSeparator": "labelTextSeparator"; "labelTextDecoration": "labelTextDecoration"; "labelForceWordBreak": "labelForceWordBreak"; "labelColor": "labelColor"; "labelCursor": "labelCursor"; "labelVisibility": "labelVisibility"; "subLabelFontSize": "subLabelFontSize"; "subLabelColor": "subLabelColor"; "subLabelPlacement": "subLabelPlacement"; "subLabelTextDecoration": "subLabelTextDecoration"; "subLabelToLabelInlineWidthRatio": "subLabelToLabelInlineWidthRatio"; "onZoom": "onZoom"; "onLayoutCalculated": "onLayoutCalculated"; "selectedNodeIds": "selectedNodeIds"; "data": "data"; }, {}, never, never>;
194
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./sankey.component";
3
- export declare class VisSankeyModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<VisSankeyModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<VisSankeyModule, [typeof i1.VisSankeyComponent], never, [typeof i1.VisSankeyComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<VisSankeyModule>;
7
- }
@@ -1,110 +0,0 @@
1
- import { AfterViewInit, SimpleChanges } from '@angular/core';
2
- import { Scatter, ScatterConfigInterface, ContainerCore, VisEventType, VisEventCallback, NumericAccessor, ColorAccessor, ContinuousScale, SymbolType, StringAccessor, GenericAccessor, Position } from '@unovis/ts';
3
- import * as i0 from "@angular/core";
4
- export declare class VisScatterComponent<Datum> implements ScatterConfigInterface<Datum>, AfterViewInit {
5
- /** Animation duration of the data update transitions in milliseconds. Default: `600` */
6
- duration?: number;
7
- /** Events configuration. An object containing properties in the following format:
8
- *
9
- * ```
10
- * {
11
- * \[selectorString]: {
12
- * \[eventType]: callbackFunction
13
- * }
14
- * }
15
- * ```
16
- * e.g.:
17
- * ```
18
- * {
19
- * \[Area.selectors.area]: {
20
- * click: (d) => console.log("Clicked Area", d)
21
- * }
22
- * }
23
- * ``` */
24
- events?: {
25
- [selector: string]: {
26
- [eventType in VisEventType]?: VisEventCallback;
27
- };
28
- };
29
- /** You can set every SVG and HTML visualization object to have a custom DOM attributes, which is useful
30
- * when you want to do unit or end-to-end testing. Attributes configuration object has the following structure:
31
- *
32
- * ```
33
- * {
34
- * \[selectorString]: {
35
- * \[attributeName]: attribute constant value or accessor function
36
- * }
37
- * }
38
- * ```
39
- * e.g.:
40
- * ```
41
- * {
42
- * \[Area.selectors.area]: {
43
- * "test-value": d => d.value
44
- * }
45
- * }
46
- * ``` */
47
- attributes?: {
48
- [selector: string]: {
49
- [attr: string]: string | number | boolean | ((datum: any) => string | number | boolean);
50
- };
51
- };
52
- /** Accessor function for getting the values along the X axis. Default: `undefined` */
53
- x: NumericAccessor<Datum>;
54
- /** A single of multiple accessor functions for getting the values along the Y axis. Default: `undefined` */
55
- y: NumericAccessor<Datum> | NumericAccessor<Datum>[];
56
- /** Accessor function for getting the unique data record id. Used for more persistent data updates. Default: `(d, i) => d.id ?? i` */
57
- id?: ((d: Datum, i: number, ...rest: any[]) => string);
58
- /** Point color accessor function. Default: `d => d.color` */
59
- color?: ColorAccessor<Datum>;
60
- /** Scale for X dimension, e.g. Scale.scaleLinear(). If you set xScale you'll be responsible for setting it's `domain` and `range` as well.
61
- * Only continuous scales are supported.
62
- * Default: `undefined` */
63
- xScale?: ContinuousScale;
64
- /** Scale for Y dimension, e.g. Scale.scaleLinear(). If you set yScale you'll be responsible for setting it's `domain` and `range` as well.
65
- * Only continuous scales are supported.
66
- * Default: `undefined` */
67
- yScale?: ContinuousScale;
68
- /** Identifies whether the component should be excluded from overall X and Y domain calculations or not.
69
- * This property can be useful when you want pass individual data to a component and you don't want it to affect
70
- * the scales of the chart.
71
- * Default: `false` */
72
- excludeFromDomainCalculation?: boolean;
73
- /** Size of the scatter plot marker (e.g. diameter if `SymbolType.Circle` is used for `shape`) in pixels.
74
- * Can be a constant value or an accessor function. But if `sizeRange` is set, then the values will be treated
75
- * as an input to `sizeScale`, and the resulting size will be different.
76
- * Default: `10` */
77
- size?: NumericAccessor<Datum>;
78
- /** Size scale to be used if the `sizeRange` was set. Default: `Scale.scaleSqrt()` */
79
- sizeScale?: ContinuousScale;
80
- /** Size range in the format of `[number, number]` to rescale the input values. Default: `undefined` */
81
- sizeRange?: [number, number];
82
- /** Shape of the scatter point. Accessor function or constant value: `SymbolType.Circle`, `SymbolType.Cross`, `SymbolType.Diamond`, `SymbolType.Square`,
83
- * `SymbolType.Star`, `SymbolType.Triangle` or `SymbolType.Wye`.
84
- * Default: `SymbolType.Circle` */
85
- shape?: ((d: Datum, i?: number, ...rest: any[]) => (SymbolType | string)) | SymbolType | string;
86
- /** Label accessor function or string. Default: `undefined` */
87
- label?: StringAccessor<Datum>;
88
- /** Label color. Default: `undefined` */
89
- labelColor?: ColorAccessor<Datum>;
90
- /** Hide overlapping labels. Default: `true` */
91
- labelHideOverlapping?: boolean;
92
- /** Optional point cursor. Default: `null` */
93
- cursor?: StringAccessor<Datum>;
94
- /** Point color brightness ratio for switching between dark and light text label color. Default: `0.65` */
95
- labelTextBrightnessRatio?: number;
96
- /** Label position. Default: `Position.Bottom` */
97
- labelPosition?: GenericAccessor<Position | string, Datum>;
98
- /** Point stroke color. Default: `undefined` */
99
- strokeColor?: ColorAccessor<Datum>;
100
- /** Point stroke width. Default: `undefined` */
101
- strokeWidth?: NumericAccessor<Datum>;
102
- data: Datum[];
103
- component: Scatter<Datum> | undefined;
104
- componentContainer: ContainerCore | undefined;
105
- ngAfterViewInit(): void;
106
- ngOnChanges(changes: SimpleChanges): void;
107
- private getConfig;
108
- static ɵfac: i0.ɵɵFactoryDeclaration<VisScatterComponent<any>, never>;
109
- static ɵcmp: i0.ɵɵComponentDeclaration<VisScatterComponent<any>, "vis-scatter", never, { "duration": "duration"; "events": "events"; "attributes": "attributes"; "x": "x"; "y": "y"; "id": "id"; "color": "color"; "xScale": "xScale"; "yScale": "yScale"; "excludeFromDomainCalculation": "excludeFromDomainCalculation"; "size": "size"; "sizeScale": "sizeScale"; "sizeRange": "sizeRange"; "shape": "shape"; "label": "label"; "labelColor": "labelColor"; "labelHideOverlapping": "labelHideOverlapping"; "cursor": "cursor"; "labelTextBrightnessRatio": "labelTextBrightnessRatio"; "labelPosition": "labelPosition"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; "data": "data"; }, {}, never, never>;
110
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./scatter.component";
3
- export declare class VisScatterModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<VisScatterModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<VisScatterModule, [typeof i1.VisScatterComponent], never, [typeof i1.VisScatterComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<VisScatterModule>;
7
- }
@@ -1,103 +0,0 @@
1
- import { AfterViewInit, SimpleChanges } from '@angular/core';
2
- import { StackedBar, StackedBarConfigInterface, ContainerCore, VisEventType, VisEventCallback, NumericAccessor, ColorAccessor, ContinuousScale, StringAccessor, Orientation } from '@unovis/ts';
3
- import * as i0 from "@angular/core";
4
- export declare class VisStackedBarComponent<Datum> implements StackedBarConfigInterface<Datum>, AfterViewInit {
5
- /** Animation duration of the data update transitions in milliseconds. Default: `600` */
6
- duration?: number;
7
- /** Events configuration. An object containing properties in the following format:
8
- *
9
- * ```
10
- * {
11
- * \[selectorString]: {
12
- * \[eventType]: callbackFunction
13
- * }
14
- * }
15
- * ```
16
- * e.g.:
17
- * ```
18
- * {
19
- * \[Area.selectors.area]: {
20
- * click: (d) => console.log("Clicked Area", d)
21
- * }
22
- * }
23
- * ``` */
24
- events?: {
25
- [selector: string]: {
26
- [eventType in VisEventType]?: VisEventCallback;
27
- };
28
- };
29
- /** You can set every SVG and HTML visualization object to have a custom DOM attributes, which is useful
30
- * when you want to do unit or end-to-end testing. Attributes configuration object has the following structure:
31
- *
32
- * ```
33
- * {
34
- * \[selectorString]: {
35
- * \[attributeName]: attribute constant value or accessor function
36
- * }
37
- * }
38
- * ```
39
- * e.g.:
40
- * ```
41
- * {
42
- * \[Area.selectors.area]: {
43
- * "test-value": d => d.value
44
- * }
45
- * }
46
- * ``` */
47
- attributes?: {
48
- [selector: string]: {
49
- [attr: string]: string | number | boolean | ((datum: any) => string | number | boolean);
50
- };
51
- };
52
- /** Accessor function for getting the values along the X axis. Default: `undefined` */
53
- x: NumericAccessor<Datum>;
54
- /** A single of multiple accessor functions for getting the values along the Y axis. Default: `undefined` */
55
- y: NumericAccessor<Datum> | NumericAccessor<Datum>[];
56
- /** Accessor function for getting the unique data record id. Used for more persistent data updates. Default: `(d, i) => d.id ?? i` */
57
- id?: ((d: Datum, i: number, ...rest: any[]) => string);
58
- /** Bar color accessor function. Default: `d => d.color` */
59
- color?: ColorAccessor<Datum>;
60
- /** Scale for X dimension, e.g. Scale.scaleLinear(). If you set xScale you'll be responsible for setting it's `domain` and `range` as well.
61
- * Only continuous scales are supported.
62
- * Default: `undefined` */
63
- xScale?: ContinuousScale;
64
- /** Scale for Y dimension, e.g. Scale.scaleLinear(). If you set yScale you'll be responsible for setting it's `domain` and `range` as well.
65
- * Only continuous scales are supported.
66
- * Default: `undefined` */
67
- yScale?: ContinuousScale;
68
- /** Identifies whether the component should be excluded from overall X and Y domain calculations or not.
69
- * This property can be useful when you want pass individual data to a component and you don't want it to affect
70
- * the scales of the chart.
71
- * Default: `false` */
72
- excludeFromDomainCalculation?: boolean;
73
- /** Force set bar width in pixels. Default: `undefined` */
74
- barWidth?: number;
75
- /** Maximum bar width for dynamic sizing. Default: `undefined` */
76
- barMaxWidth?: number;
77
- /** Expected step between the bars in the X axis units.
78
- * Needed to correctly calculate the width of the bars when there are gaps in the data.
79
- * Default: `undefined` */
80
- dataStep?: number;
81
- /** Fractional padding between the bars in the range of [0,1). Default: `0` */
82
- barPadding?: number;
83
- /** Rounded corners for top bars. Boolean or number (to set the radius in pixels). Default: `2` */
84
- roundedCorners?: number | boolean;
85
- /** Configurable bar cursor when hovering over. Default: `null` */
86
- cursor?: StringAccessor<Datum>;
87
- /** Sets the minimum bar height to 1 pixel for better visibility of small values. Default: `false` */
88
- barMinHeight1Px?: boolean;
89
- /** Base value to test data existence when `barMinHeight1Px` is set to `true`.
90
- * Everything equal to barMinHeightZeroValue will not be rendered on the chart.
91
- * Default: `null` */
92
- barMinHeightZeroValue?: any;
93
- /** Chart orientation: `Orientation.Vertical` or `Orientation.Horizontal`. Default `Orientation.Vertical` */
94
- orientation?: Orientation | string;
95
- data: Datum[];
96
- component: StackedBar<Datum> | undefined;
97
- componentContainer: ContainerCore | undefined;
98
- ngAfterViewInit(): void;
99
- ngOnChanges(changes: SimpleChanges): void;
100
- private getConfig;
101
- static ɵfac: i0.ɵɵFactoryDeclaration<VisStackedBarComponent<any>, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<VisStackedBarComponent<any>, "vis-stacked-bar", never, { "duration": "duration"; "events": "events"; "attributes": "attributes"; "x": "x"; "y": "y"; "id": "id"; "color": "color"; "xScale": "xScale"; "yScale": "yScale"; "excludeFromDomainCalculation": "excludeFromDomainCalculation"; "barWidth": "barWidth"; "barMaxWidth": "barMaxWidth"; "dataStep": "dataStep"; "barPadding": "barPadding"; "roundedCorners": "roundedCorners"; "cursor": "cursor"; "barMinHeight1Px": "barMinHeight1Px"; "barMinHeightZeroValue": "barMinHeightZeroValue"; "orientation": "orientation"; "data": "data"; }, {}, never, never>;
103
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./stacked-bar.component";
3
- export declare class VisStackedBarModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<VisStackedBarModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<VisStackedBarModule, [typeof i1.VisStackedBarComponent], never, [typeof i1.VisStackedBarComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<VisStackedBarModule>;
7
- }