@carbon/charts 0.54.10 → 0.54.11

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 CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.54.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.10...v0.54.11) (2022-02-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** render only the components that are being used in proportional meter ([#1273](https://github.com/carbon-design-system/carbon-charts/issues/1273)) ([46715c0](https://github.com/carbon-design-system/carbon-charts/commit/46715c0f285897958fe2008beac391ae8ab8f779)), closes [#1262](https://github.com/carbon-design-system/carbon-charts/issues/1262)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.54.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.9...v0.54.10) (2022-01-27)
7
18
 
8
19
 
@@ -346,6 +346,7 @@ export interface DonutChartOptions extends PieChartOptions {
346
346
  }
347
347
  export interface MeterChartOptions extends BaseChartOptions {
348
348
  meter?: {
349
+ showLabels?: boolean;
349
350
  proportional?: {
350
351
  total?: number;
351
352
  unit?: string;