@carbon/charts-vue 1.21.4 → 1.22.3
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 +48 -0
- package/README.md +3 -2
- package/dist/components/CcvAlluvialChart.d.ts +6 -2
- package/dist/components/CcvAreaChart.d.ts +6 -2
- package/dist/components/CcvBoxplotChart.d.ts +6 -2
- package/dist/components/CcvBubbleChart.d.ts +6 -2
- package/dist/components/CcvBulletChart.d.ts +6 -2
- package/dist/components/CcvChoroplethChart.d.ts +6 -2
- package/dist/components/CcvCirclePackChart.d.ts +6 -2
- package/dist/components/CcvComboChart.d.ts +6 -2
- package/dist/components/CcvDonutChart.d.ts +6 -2
- package/dist/components/CcvGaugeChart.d.ts +6 -2
- package/dist/components/CcvGroupedBarChart.d.ts +6 -2
- package/dist/components/CcvHeatmapChart.d.ts +6 -2
- package/dist/components/CcvHistogramChart.d.ts +6 -2
- package/dist/components/CcvLineChart.d.ts +6 -2
- package/dist/components/CcvLollipopChart.d.ts +6 -2
- package/dist/components/CcvMeterChart.d.ts +6 -2
- package/dist/components/CcvPieChart.d.ts +6 -2
- package/dist/components/CcvRadarChart.d.ts +6 -2
- package/dist/components/CcvScatterChart.d.ts +6 -2
- package/dist/components/CcvSimpleBarChart.d.ts +6 -2
- package/dist/components/CcvStackedAreaChart.d.ts +6 -2
- package/dist/components/CcvStackedBarChart.d.ts +6 -2
- package/dist/components/CcvTreeChart.d.ts +6 -2
- package/dist/components/CcvTreemapChart.d.ts +6 -2
- package/dist/components/CcvWordCloudChart.d.ts +6 -2
- package/dist/components/chartFactory.d.ts +6 -2
- package/dist/index.mjs +4313 -4254
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +294 -288
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +12 -12
- package/telemetry.yml +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,54 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 1.22.3 (2024-11-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts-vue
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
15
|
+
## 1.22.2 (2024-11-07)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- **yarn:** bundle because CI lacks corepack
|
|
20
|
+
([#1911](https://github.com/carbon-design-system/carbon-charts/issues/1911))
|
|
21
|
+
([513e779](https://github.com/carbon-design-system/carbon-charts/commit/513e7798007f807d1463a25efe7d140d5b038b8e))
|
|
22
|
+
|
|
23
|
+
# Change Log
|
|
24
|
+
|
|
25
|
+
All notable changes to this project will be documented in this file. See
|
|
26
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
27
|
+
|
|
28
|
+
## 1.22.1 (2024-09-27)
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- **docs:** switch fonts to s81c cdn
|
|
33
|
+
([#1898](https://github.com/carbon-design-system/carbon-charts/issues/1898))
|
|
34
|
+
([cdfc980](https://github.com/carbon-design-system/carbon-charts/commit/cdfc980596365c90f08e35e91e49cbc2f491fd09))
|
|
35
|
+
|
|
36
|
+
# Change Log
|
|
37
|
+
|
|
38
|
+
All notable changes to this project will be documented in this file. See
|
|
39
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
40
|
+
|
|
41
|
+
# 1.22.0 (2024-09-16)
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
- **a11y:** add aria-label to <svg> elements
|
|
46
|
+
([#1892](https://github.com/carbon-design-system/carbon-charts/issues/1892))
|
|
47
|
+
([65d40e5](https://github.com/carbon-design-system/carbon-charts/commit/65d40e5397336bc9f42f6f008017eebe7bc36c00))
|
|
48
|
+
|
|
49
|
+
# Change Log
|
|
50
|
+
|
|
51
|
+
All notable changes to this project will be documented in this file. See
|
|
52
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
53
|
+
|
|
6
54
|
## 1.21.4 (2024-09-16)
|
|
7
55
|
|
|
8
56
|
**Note:** Version bump only for package @carbon/charts-vue
|
package/README.md
CHANGED
|
@@ -43,8 +43,9 @@ The required styles should be imported from `@carbon/charts-vue/styles.css`.
|
|
|
43
43
|
|
|
44
44
|
## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
|
|
45
45
|
|
|
46
|
-
This package uses IBM Telemetry to collect
|
|
47
|
-
you are agreeing to telemetry
|
|
46
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
|
47
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
|
48
|
+
collection. To opt out, see
|
|
48
49
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
49
50
|
For more information on the data being collected, please see the
|
|
50
51
|
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -21,7 +21,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
21
21
|
setParent: (parent: any) => void;
|
|
22
22
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
23
23
|
getComponentContainer: (configs?: {
|
|
24
|
-
|
|
24
|
+
ariaLabel?: string | null;
|
|
25
|
+
isPresentational?: boolean;
|
|
26
|
+
withinChartClip?: boolean;
|
|
25
27
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
26
28
|
getOptions: () => any;
|
|
27
29
|
}[];
|
|
@@ -92,7 +94,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
92
94
|
setParent: (parent: any) => void;
|
|
93
95
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
94
96
|
getComponentContainer: (configs?: {
|
|
95
|
-
|
|
97
|
+
ariaLabel?: string | null;
|
|
98
|
+
isPresentational?: boolean;
|
|
99
|
+
withinChartClip?: boolean;
|
|
96
100
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
97
101
|
getOptions: () => any;
|
|
98
102
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -21,7 +21,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
21
21
|
setParent: (parent: any) => void;
|
|
22
22
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
23
23
|
getComponentContainer: (configs?: {
|
|
24
|
-
|
|
24
|
+
ariaLabel?: string | null;
|
|
25
|
+
isPresentational?: boolean;
|
|
26
|
+
withinChartClip?: boolean;
|
|
25
27
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
26
28
|
getOptions: () => any;
|
|
27
29
|
}[];
|
|
@@ -92,7 +94,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
92
94
|
setParent: (parent: any) => void;
|
|
93
95
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
94
96
|
getComponentContainer: (configs?: {
|
|
95
|
-
|
|
97
|
+
ariaLabel?: string | null;
|
|
98
|
+
isPresentational?: boolean;
|
|
99
|
+
withinChartClip?: boolean;
|
|
96
100
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
97
101
|
getOptions: () => any;
|
|
98
102
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -22,7 +22,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
22
22
|
setParent: (parent: any) => void;
|
|
23
23
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
24
24
|
getComponentContainer: (configs?: {
|
|
25
|
-
|
|
25
|
+
ariaLabel?: string | null;
|
|
26
|
+
isPresentational?: boolean;
|
|
27
|
+
withinChartClip?: boolean;
|
|
26
28
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
27
29
|
getOptions: () => any;
|
|
28
30
|
}[];
|
|
@@ -93,7 +95,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
93
95
|
setParent: (parent: any) => void;
|
|
94
96
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
95
97
|
getComponentContainer: (configs?: {
|
|
96
|
-
|
|
98
|
+
ariaLabel?: string | null;
|
|
99
|
+
isPresentational?: boolean;
|
|
100
|
+
withinChartClip?: boolean;
|
|
97
101
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
98
102
|
getOptions: () => any;
|
|
99
103
|
}[];
|
|
@@ -21,7 +21,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
21
21
|
setParent: (parent: any) => void;
|
|
22
22
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
23
23
|
getComponentContainer: (configs?: {
|
|
24
|
-
|
|
24
|
+
ariaLabel?: string | null;
|
|
25
|
+
isPresentational?: boolean;
|
|
26
|
+
withinChartClip?: boolean;
|
|
25
27
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
26
28
|
getOptions: () => any;
|
|
27
29
|
}[];
|
|
@@ -92,7 +94,9 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
92
94
|
setParent: (parent: any) => void;
|
|
93
95
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
94
96
|
getComponentContainer: (configs?: {
|
|
95
|
-
|
|
97
|
+
ariaLabel?: string | null;
|
|
98
|
+
isPresentational?: boolean;
|
|
99
|
+
withinChartClip?: boolean;
|
|
96
100
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
97
101
|
getOptions: () => any;
|
|
98
102
|
}[];
|