@carbon/charts 0.54.9 → 0.54.10

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.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.9...v0.54.10) (2022-01-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **radar:** only show active datapoints in tooltips ([#1289](https://github.com/carbon-design-system/carbon-charts/issues/1289)) ([58738da](https://github.com/carbon-design-system/carbon-charts/commit/58738da230ab8dcf8c115f955dabfaf5504b0252))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.54.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.8...v0.54.9) (2022-01-27)
7
18
 
8
19
  **Note:** Version bump only for package @carbon/charts
@@ -116,6 +116,7 @@ export interface RulerOptions {
116
116
  export interface BarOptions {
117
117
  width?: number;
118
118
  maxWidth?: number;
119
+ spacingFactor?: number;
119
120
  }
120
121
  export interface StackedBarOptions extends BarOptions {
121
122
  dividerSize?: number;