@carbon/charts 0.41.42 → 0.41.43

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,14 @@
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.41.43](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.42...v0.41.43) (2021-03-15)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.41.42](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.41...v0.41.42) (2021-03-12)
7
15
 
8
16
  **Note:** Version bump only for package @carbon/charts
@@ -239,6 +239,7 @@ export interface GaugeChartOptions extends BaseChartOptions {
239
239
  size?: Function;
240
240
  enabled: Boolean;
241
241
  };
242
+ showPercentageSymbol?: Boolean;
242
243
  status?: Statuses;
243
244
  deltaFontSize?: Function;
244
245
  numberSpacing?: number;