@carbon/charts-vue 1.19.2 → 1.19.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 +9 -0
- package/README.md +20 -4
- package/dist/components/CcvAlluvialChart.d.ts +1 -2
- package/dist/components/CcvAreaChart.d.ts +1 -2
- package/dist/components/CcvBoxplotChart.d.ts +1 -1
- package/dist/components/CcvBubbleChart.d.ts +1 -2
- package/dist/components/CcvBulletChart.d.ts +1 -2
- package/dist/components/CcvChoroplethChart.d.ts +1 -2
- package/dist/components/CcvCirclePackChart.d.ts +1 -2
- package/dist/components/CcvComboChart.d.ts +1 -2
- package/dist/components/CcvDonutChart.d.ts +1 -2
- package/dist/components/CcvGaugeChart.d.ts +1 -2
- package/dist/components/CcvGroupedBarChart.d.ts +1 -2
- package/dist/components/CcvHeatmapChart.d.ts +1 -2
- package/dist/components/CcvHistogramChart.d.ts +1 -2
- package/dist/components/CcvLineChart.d.ts +1 -2
- package/dist/components/CcvLollipopChart.d.ts +1 -1
- package/dist/components/CcvMeterChart.d.ts +1 -2
- package/dist/components/CcvPieChart.d.ts +1 -2
- package/dist/components/CcvRadarChart.d.ts +1 -2
- package/dist/components/CcvScatterChart.d.ts +1 -2
- package/dist/components/CcvSimpleBarChart.d.ts +1 -2
- package/dist/components/CcvStackedAreaChart.d.ts +1 -2
- package/dist/components/CcvStackedBarChart.d.ts +1 -2
- package/dist/components/CcvTreeChart.d.ts +1 -2
- package/dist/components/CcvTreemapChart.d.ts +1 -1
- package/dist/components/CcvWordCloudChart.d.ts +1 -2
- package/dist/components/TestHarness.d.ts +2 -0
- package/dist/components/chartFactory.d.ts +1 -2
- package/dist/index.d.ts +0 -1
- package/package.json +15 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.19.3 (2024-08-19)
|
|
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
|
+
|
|
6
15
|
## 1.19.2 (2024-07-15)
|
|
7
16
|
|
|
8
17
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://charts.carbondesignsystem.com/">
|
|
3
|
+
<img src="../../assets/dashboard.png" alt="Carbon Charts" />
|
|
4
|
+
</a>
|
|
5
|
+
<h3 align="center">Carbon Charts Vue</h3>
|
|
6
|
+
<p align="center">
|
|
7
|
+
A component library of 26 charts for Vue.js 3+.
|
|
8
|
+
<br /><br />
|
|
9
|
+
<a href="https://www.npmjs.com/package/@carbon/charts">
|
|
10
|
+
<img src="https://img.shields.io/npm/v/@carbon/charts.svg" />
|
|
11
|
+
</a>
|
|
12
|
+
<img alt="semantic-versioning" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--ver-e10079.svg" />
|
|
13
|
+
<img alt="semantic-versioning" src="https://img.shields.io/badge/downloads-+60k%2Fweek-green" />
|
|
14
|
+
<a href="https://discord.gg/J7JEUEkTRX">
|
|
15
|
+
<img src="https://img.shields.io/discord/689212587170201628?color=5865F2" alt="Chat with us on Discord">
|
|
16
|
+
</a>
|
|
17
|
+
</p>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
For Vue.js 2.x support, please use
|
|
5
21
|
`@carbon/charts-vue@latest`.
|
|
6
22
|
|
|
7
23
|
## [Documentation with StackBlitz examples](https://charts.carbondesignsystem.com/)
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AlluvialChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AreaChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -44,7 +44,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
44
44
|
bins: import('d3-array').Bin<number, number>[];
|
|
45
45
|
binsDomain: any[];
|
|
46
46
|
};
|
|
47
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
47
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
48
48
|
[key: string]: number;
|
|
49
49
|
}>[][];
|
|
50
50
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BubbleChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BulletChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ChoroplethChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { CirclePackChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ComboChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DonutChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { GaugeChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BarChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { HeatmapChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { HistogramChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { LineChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -44,7 +44,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
44
44
|
bins: import('d3-array').Bin<number, number>[];
|
|
45
45
|
binsDomain: any[];
|
|
46
46
|
};
|
|
47
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
47
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
48
48
|
[key: string]: number;
|
|
49
49
|
}>[][];
|
|
50
50
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { MeterChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PieChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { RadarChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ScatterChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BarChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { StackedAreaChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { StackedBarChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { TreeChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -44,7 +44,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
44
44
|
bins: import('d3-array').Bin<number, number>[];
|
|
45
45
|
binsDomain: any[];
|
|
46
46
|
};
|
|
47
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
47
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
48
48
|
[key: string]: number;
|
|
49
49
|
}>[][];
|
|
50
50
|
getGroupedData: (groups?: any) => {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { WordCloudChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{
|
|
4
3
|
data: {
|
|
5
4
|
type: () => import('@carbon/charts').ChartTabularData;
|
|
@@ -46,7 +45,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
46
45
|
bins: import('d3-array').Bin<number, number>[];
|
|
47
46
|
binsDomain: any[];
|
|
48
47
|
};
|
|
49
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
48
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
50
49
|
[key: string]: number;
|
|
51
50
|
}>[][];
|
|
52
51
|
getGroupedData: (groups?: any) => {
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, 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<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Chart, ChartTabularData, ChartOptions } from '@carbon/charts';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* A factory function to create Vue components for different types of charts.
|
|
5
4
|
* @template T - The type of the chart options.
|
|
@@ -56,7 +55,7 @@ export declare function chartFactory<T extends ChartOptions>(chartType: new (ele
|
|
|
56
55
|
bins: import('d3-array').Bin<number, number>[];
|
|
57
56
|
binsDomain: any[];
|
|
58
57
|
};
|
|
59
|
-
getBinnedStackedData: () => import('d3').SeriesPoint<{
|
|
58
|
+
getBinnedStackedData: () => import('d3-shape').SeriesPoint<{
|
|
60
59
|
[key: string]: number;
|
|
61
60
|
}>[][];
|
|
62
61
|
getGroupedData: (groups?: any) => {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { App } from '../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
import { CcvAlluvialChart, CcvAreaChart, CcvBoxplotChart, CcvBubbleChart, CcvBulletChart, CcvCirclePackChart, CcvComboChart, CcvChoroplethChart, CcvChoroplethChart as ExperimentalCcvChoroplethChart, CcvDonutChart, CcvGaugeChart, CcvGroupedBarChart, CcvHeatmapChart, CcvHistogramChart, CcvLineChart, CcvLollipopChart, CcvMeterChart, CcvPieChart, CcvRadarChart, CcvScatterChart, CcvSimpleBarChart, CcvStackedAreaChart, CcvStackedBarChart, CcvTreeChart, CcvTreemapChart, CcvWordCloudChart } from './components';
|
|
3
|
-
|
|
4
3
|
declare const _default: {
|
|
5
4
|
install(app: App, options?: string[]): void;
|
|
6
5
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-vue",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.3",
|
|
4
4
|
"description": "Carbon Charts component library for Vue",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -35,28 +35,29 @@
|
|
|
35
35
|
"vue": "^3.4.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@carbon/charts": "1.19.
|
|
39
|
-
"@ibm/telemetry-js": "^1.6.
|
|
38
|
+
"@carbon/charts": "1.19.3",
|
|
39
|
+
"@ibm/telemetry-js": "^1.6.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@playwright/test": "^1.
|
|
43
|
-
"@vitejs/plugin-vue": "^5.
|
|
44
|
-
"eslint": "^9.
|
|
42
|
+
"@playwright/test": "^1.46.1",
|
|
43
|
+
"@vitejs/plugin-vue": "^5.1.2",
|
|
44
|
+
"eslint": "^9.9.0",
|
|
45
45
|
"prettier": "^3.3.3",
|
|
46
|
-
"typescript": "^5.5.
|
|
47
|
-
"vite": "^5.
|
|
48
|
-
"vite-plugin-dts": "^
|
|
49
|
-
"vue": "^3.4.
|
|
50
|
-
"vue-tsc": "^2.0.
|
|
46
|
+
"typescript": "^5.5.4",
|
|
47
|
+
"vite": "^5.4.1",
|
|
48
|
+
"vite-plugin-dts": "^4.0.3",
|
|
49
|
+
"vue": "^3.4.38",
|
|
50
|
+
"vue-tsc": "^2.0.29"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public",
|
|
54
54
|
"tag": "next"
|
|
55
55
|
},
|
|
56
|
+
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
|
|
56
57
|
"repository": {
|
|
57
58
|
"type": "git",
|
|
58
|
-
"url": "git
|
|
59
|
-
"
|
|
59
|
+
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
|
|
60
|
+
"directory": "packages/vue"
|
|
60
61
|
},
|
|
61
62
|
"license": "Apache-2.0",
|
|
62
63
|
"author": "IBM",
|
|
@@ -89,5 +90,5 @@
|
|
|
89
90
|
"data",
|
|
90
91
|
"typescript"
|
|
91
92
|
],
|
|
92
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "79d3988772ed3e9955d21e37af8caf4657781c6b"
|
|
93
94
|
}
|