@carbon/charts-vue 1.11.2 → 1.11.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 +13 -0
- package/dist/components/CcvAlluvialChart.d.ts +1 -1
- package/dist/components/CcvAreaChart.d.ts +1 -1
- package/dist/components/CcvBoxplotChart.d.ts +1 -1
- package/dist/components/CcvBubbleChart.d.ts +1 -1
- package/dist/components/CcvBulletChart.d.ts +1 -1
- package/dist/components/CcvChoroplethChart.d.ts +1 -1
- package/dist/components/CcvCirclePackChart.d.ts +1 -1
- package/dist/components/CcvComboChart.d.ts +1 -1
- package/dist/components/CcvDonutChart.d.ts +1 -1
- package/dist/components/CcvGaugeChart.d.ts +1 -1
- package/dist/components/CcvGroupedBarChart.d.ts +1 -1
- package/dist/components/CcvHeatmapChart.d.ts +1 -1
- package/dist/components/CcvHistogramChart.d.ts +1 -1
- package/dist/components/CcvLineChart.d.ts +1 -1
- package/dist/components/CcvLollipopChart.d.ts +1 -1
- package/dist/components/CcvMeterChart.d.ts +1 -1
- package/dist/components/CcvPieChart.d.ts +1 -1
- package/dist/components/CcvRadarChart.d.ts +1 -1
- package/dist/components/CcvScatterChart.d.ts +1 -1
- package/dist/components/CcvSimpleBarChart.d.ts +1 -1
- package/dist/components/CcvStackedAreaChart.d.ts +1 -1
- package/dist/components/CcvStackedBarChart.d.ts +1 -1
- package/dist/components/CcvTreeChart.d.ts +1 -1
- package/dist/components/CcvTreemapChart.d.ts +1 -1
- package/dist/components/CcvWordCloudChart.d.ts +1 -1
- package/dist/components/chartFactory.d.ts +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -18
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
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.11.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.2...v1.11.3) (2023-07-03)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- StackBlitz dependencies & render(animate: boolean) values
|
|
11
|
+
([#1601](https://github.com/carbon-design-system/carbon-charts/issues/1601))
|
|
12
|
+
([40cb8ec](https://github.com/carbon-design-system/carbon-charts/commit/40cb8ecb810cdacd3a9bd89c64b6f1bde3b3a202))
|
|
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.11.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.1...v1.11.2) (2023-06-28)
|
|
7
20
|
|
|
8
21
|
**Note:** Version bump only for package @carbon/charts-vue
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -73,7 +73,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
73
73
|
};
|
|
74
74
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
75
75
|
getComponents: () => import("@carbon/charts").Component[];
|
|
76
|
-
update: () => void;
|
|
76
|
+
update: (animate?: boolean | undefined) => void;
|
|
77
77
|
destroy: () => void;
|
|
78
78
|
} | null>;
|
|
79
79
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -73,7 +73,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
73
73
|
};
|
|
74
74
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
75
75
|
getComponents: () => import("@carbon/charts").Component[];
|
|
76
|
-
update: () => void;
|
|
76
|
+
update: (animate?: boolean | undefined) => void;
|
|
77
77
|
destroy: () => void;
|
|
78
78
|
} | null>;
|
|
79
79
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -73,7 +73,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
73
73
|
};
|
|
74
74
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
75
75
|
getComponents: () => import("@carbon/charts").Component[];
|
|
76
|
-
update: () => void;
|
|
76
|
+
update: (animate?: boolean | undefined) => void;
|
|
77
77
|
destroy: () => void;
|
|
78
78
|
} | null>;
|
|
79
79
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ declare const _default: import('./vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|
|
@@ -74,7 +74,7 @@ export declare function chartFactory<T extends ChartOptions>(chartType: any, cha
|
|
|
74
74
|
};
|
|
75
75
|
init: (holder: HTMLDivElement, chartConfigs: import("@carbon/charts").ChartConfig<import("@carbon/charts").BaseChartOptions>) => void;
|
|
76
76
|
getComponents: () => import("@carbon/charts").Component[];
|
|
77
|
-
update: () => void;
|
|
77
|
+
update: (animate?: boolean | undefined) => void;
|
|
78
78
|
destroy: () => void;
|
|
79
79
|
} | null>;
|
|
80
80
|
chartDiv: import('./vue/dist/vue.esm-bundler.js').Ref<HTMLDivElement | null>;
|