@carbon/charts 1.5.1 → 1.5.6

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,52 @@
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
+ ## [1.5.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.5...v1.5.6) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.5.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.4...v1.5.5) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @carbon/charts
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.5.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.3...v1.5.4) (2022-09-14)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **core:** display correct minimum in heatmap axis tooltip when there is missing data ([#1434](https://github.com/carbon-design-system/carbon-charts/issues/1434)) ([33d1bcc](https://github.com/carbon-design-system/carbon-charts/commit/33d1bcce8b6e5c3312790a74da503a34a914467a)), closes [#1423](https://github.com/carbon-design-system/carbon-charts/issues/1423)
28
+
29
+
30
+
31
+
32
+
33
+ ## [1.5.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.2...v1.5.3) (2022-09-06)
34
+
35
+ **Note:** Version bump only for package @carbon/charts
36
+
37
+
38
+
39
+
40
+
41
+ ## [1.5.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.1...v1.5.2) (2022-08-15)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **core:** prevent toolbar buttons from being clicked if shouldBeDisabled returns true ([#1429](https://github.com/carbon-design-system/carbon-charts/issues/1429)) ([83aeb93](https://github.com/carbon-design-system/carbon-charts/commit/83aeb934d60d6db733311800eb3ecaad24be3753)), closes [#1424](https://github.com/carbon-design-system/carbon-charts/issues/1424)
47
+
48
+
49
+
50
+
51
+
6
52
  ## [1.5.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.0...v1.5.1) (2022-08-08)
7
53
 
8
54
 
@@ -58,7 +58,7 @@ export declare class CartesianScales extends Service {
58
58
  getMainYScaleType(): any;
59
59
  getDomainIdentifier(datum?: any): any;
60
60
  getRangeIdentifier(datum?: any): any;
61
- extendsDomain(axisPosition: AxisPositions, domain: any): number[] | Date[];
61
+ extendsDomain(axisPosition: AxisPositions, domain: any): Date[] | number[];
62
62
  protected findVerticalAxesPositions(): {
63
63
  primary: AxisPositions;
64
64
  secondary: AxisPositions;