@carbon/charts-vue 1.13.15 → 1.13.18
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 +31 -0
- package/README.md +3 -3
- package/dist/components/CcvAlluvialChart.d.ts +4 -4
- package/dist/components/CcvAreaChart.d.ts +4 -4
- package/dist/components/CcvBoxplotChart.d.ts +4 -4
- package/dist/components/CcvBubbleChart.d.ts +4 -4
- package/dist/components/CcvBulletChart.d.ts +4 -4
- package/dist/components/CcvChoroplethChart.d.ts +4 -4
- package/dist/components/CcvCirclePackChart.d.ts +4 -4
- package/dist/components/CcvComboChart.d.ts +4 -4
- package/dist/components/CcvDonutChart.d.ts +4 -4
- package/dist/components/CcvGaugeChart.d.ts +4 -4
- package/dist/components/CcvGroupedBarChart.d.ts +4 -4
- package/dist/components/CcvHeatmapChart.d.ts +4 -4
- package/dist/components/CcvHistogramChart.d.ts +4 -4
- package/dist/components/CcvLineChart.d.ts +4 -4
- package/dist/components/CcvLollipopChart.d.ts +4 -4
- package/dist/components/CcvMeterChart.d.ts +4 -4
- package/dist/components/CcvPieChart.d.ts +4 -4
- package/dist/components/CcvRadarChart.d.ts +4 -4
- package/dist/components/CcvScatterChart.d.ts +4 -4
- package/dist/components/CcvSimpleBarChart.d.ts +4 -4
- package/dist/components/CcvStackedAreaChart.d.ts +4 -4
- package/dist/components/CcvStackedBarChart.d.ts +4 -4
- package/dist/components/CcvTreeChart.d.ts +4 -4
- package/dist/components/CcvTreemapChart.d.ts +4 -4
- package/dist/components/CcvWordCloudChart.d.ts +4 -4
- package/dist/components/chartFactory.d.ts +4 -4
- package/dist/{index.mjs.js → index.mjs} +9140 -8620
- package/dist/index.mjs.map +1 -0
- package/dist/styles.css +35 -11
- 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 +10 -10
- package/dist/index.mjs.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,37 @@
|
|
|
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.13.18 (2024-01-03)
|
|
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.13.17 (2023-12-29)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @carbon/charts-vue
|
|
18
|
+
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See
|
|
22
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
23
|
+
|
|
24
|
+
## 1.13.16 (2023-12-27)
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- **core,react,vue:** misnamed entry points generated by vite
|
|
29
|
+
([#1708](https://github.com/carbon-design-system/carbon-charts/issues/1708))
|
|
30
|
+
([882bf01](https://github.com/carbon-design-system/carbon-charts/commit/882bf01608be75d2990b27b7f656741c0c3685e2))
|
|
31
|
+
|
|
32
|
+
# Change Log
|
|
33
|
+
|
|
34
|
+
All notable changes to this project will be documented in this file. See
|
|
35
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
36
|
+
|
|
6
37
|
## 1.13.15 (2023-12-22)
|
|
7
38
|
|
|
8
39
|
**Note:** Version bump only for package @carbon/charts-vue
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Carbon Charts Vue is a thin Vue.js wrapper around the vanilla JavaScript `@carbo
|
|
|
4
4
|
|
|
5
5
|
The required styles should be imported from `@carbon/charts-vue/styles.css`. Additional documentation is provided in the Storybook demos.
|
|
6
6
|
|
|
7
|
-
**[Storybook demos](https://
|
|
7
|
+
**[Storybook demos](https://charts.carbondesignsystem.com/vue)**
|
|
8
8
|
|
|
9
9
|
**[Storybook demo sources](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/core/demo/data)**
|
|
10
10
|
|
|
@@ -33,7 +33,7 @@ Read [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-ge
|
|
|
33
33
|
|
|
34
34
|
## Storybook and StackBlitz Examples
|
|
35
35
|
|
|
36
|
-
[Sample use cases can be seen here](https://
|
|
36
|
+
[Sample use cases can be seen here](https://charts.carbondesignsystem.com/vue).
|
|
37
37
|
|
|
38
38
|
**When opening the link above**, click on the **Edit on StackBlitz** button for each demo to see an isolated project showing you how to reproduce the demo.
|
|
39
39
|
|
|
@@ -45,4 +45,4 @@ For instructions on using the **tabular data format**, see
|
|
|
45
45
|
[here](https://charts.carbondesignsystem.com/vue/?path=/docs/docs-tutorials-tabular-data-format--docs)
|
|
46
46
|
|
|
47
47
|
Customizable options (specific to chart type) can be found
|
|
48
|
-
[here](https://
|
|
48
|
+
[here](https://charts.carbondesignsystem.com/documentation/modules/interfaces.html)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type AlluvialChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type AreaChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('
|
|
1
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
2
2
|
data: {
|
|
3
3
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
4
4
|
required: true;
|
|
@@ -8,7 +8,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
}, {
|
|
11
|
-
chart: import('
|
|
11
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
12
12
|
components: {
|
|
13
13
|
type: string;
|
|
14
14
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -76,8 +76,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
76
76
|
update: (animate?: boolean | undefined) => void;
|
|
77
77
|
destroy: () => void;
|
|
78
78
|
} | null>;
|
|
79
|
-
chartDiv: import('
|
|
80
|
-
}, unknown, {}, {}, import('
|
|
79
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
80
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
81
81
|
data: {
|
|
82
82
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
83
83
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type BubbleChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type BulletChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ChoroplethChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type CirclePackChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ComboChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type DonutChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type GaugeChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type BarChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type HeatmapChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type HistogramChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type LineChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('
|
|
1
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
2
2
|
data: {
|
|
3
3
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
4
4
|
required: true;
|
|
@@ -8,7 +8,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
}, {
|
|
11
|
-
chart: import('
|
|
11
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
12
12
|
components: {
|
|
13
13
|
type: string;
|
|
14
14
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -76,8 +76,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
76
76
|
update: (animate?: boolean | undefined) => void;
|
|
77
77
|
destroy: () => void;
|
|
78
78
|
} | null>;
|
|
79
|
-
chartDiv: import('
|
|
80
|
-
}, unknown, {}, {}, import('
|
|
79
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
80
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
81
81
|
data: {
|
|
82
82
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
83
83
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type MeterChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PieChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type RadarChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ScatterChartOptions } from '@carbon/charts';
|
|
2
|
-
declare const _default: import('
|
|
2
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
5
5
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
-
chart: import('
|
|
12
|
+
chart: import('../../vue/dist/vue.esm-bundler.js').Ref<{
|
|
13
13
|
components: {
|
|
14
14
|
type: string;
|
|
15
15
|
renderType: import("@carbon/charts").RenderTypes;
|
|
@@ -77,8 +77,8 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
77
77
|
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
|
-
chartDiv: import('
|
|
81
|
-
}, unknown, {}, {}, import('
|
|
80
|
+
chartDiv: import('../../vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
81
|
+
}, unknown, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
82
82
|
data: {
|
|
83
83
|
type: () => import("@carbon/charts").ChartTabularData;
|
|
84
84
|
required: true;
|