@carbon/charts-vue 0.52.3 → 0.52.4

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.52.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.3...v0.52.4) (2021-12-01)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-vue
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.52.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.2...v0.52.3) (2021-11-22)
7
15
 
8
16
  **Note:** Version bump only for package @carbon/charts-vue
@@ -39253,7 +39253,7 @@ var zoom_bar_ZoomBar = /** @class */ (function (_super) {
39253
39253
  }, { skipUpdate: true });
39254
39254
  }
39255
39255
  else if (newInitialZoomDomain === null &&
39256
- oldInitialZoomDomain != null) {
39256
+ oldInitialZoomDomain !== null) {
39257
39257
  // if newInitialZoomDomain is set to null (when oldInitialZoomDomain is not null)
39258
39258
  // save initialZoomDomain and reset zoom domain to default domain
39259
39259
  this.model.set({