@carbon/charts-vue 1.21.4 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- 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 +125 -65
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.0 (2024-09-16)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **a11y:** add aria-label to <svg> elements
|
|
11
|
+
([#1892](https://github.com/carbon-design-system/carbon-charts/issues/1892))
|
|
12
|
+
([65d40e5](https://github.com/carbon-design-system/carbon-charts/commit/65d40e5397336bc9f42f6f008017eebe7bc36c00))
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
6
19
|
## 1.21.4 (2024-09-16)
|
|
7
20
|
|
|
8
21
|
**Note:** Version bump only for package @carbon/charts-vue
|
|
@@ -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
|
}[];
|
|
@@ -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
|
}[];
|
|
@@ -32,7 +32,9 @@ export declare function chartFactory<T extends ChartOptions>(chartType: new (ele
|
|
|
32
32
|
setParent: (parent: any) => void;
|
|
33
33
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
34
34
|
getComponentContainer: (configs?: {
|
|
35
|
-
|
|
35
|
+
ariaLabel?: string | null;
|
|
36
|
+
isPresentational?: boolean;
|
|
37
|
+
withinChartClip?: boolean;
|
|
36
38
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
37
39
|
getOptions: () => any;
|
|
38
40
|
}[];
|
|
@@ -103,7 +105,9 @@ export declare function chartFactory<T extends ChartOptions>(chartType: new (ele
|
|
|
103
105
|
setParent: (parent: any) => void;
|
|
104
106
|
getParent: () => import('d3-selection').Selection<SVGGraphicsElement | HTMLDivElement, any, HTMLElement, any>;
|
|
105
107
|
getComponentContainer: (configs?: {
|
|
106
|
-
|
|
108
|
+
ariaLabel?: string | null;
|
|
109
|
+
isPresentational?: boolean;
|
|
110
|
+
withinChartClip?: boolean;
|
|
107
111
|
}) => import('d3-selection').Selection<any, any, Element, any>;
|
|
108
112
|
getOptions: () => any;
|
|
109
113
|
}[];
|