@carbon/charts-vue 0.51.2 → 0.51.3

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.51.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.2...v0.51.3) (2021-11-03)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-vue
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.51.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.1...v0.51.2) (2021-11-02)
7
15
 
8
16
  **Note:** Version bump only for package @carbon/charts-vue
@@ -35394,8 +35394,9 @@ var axis_Axis = /** @class */ (function (_super) {
35394
35394
  var mockTextPiece = invisibleAxisRef
35395
35395
  .append('text')
35396
35396
  .text('A');
35397
- var averageLetterWidth_1 = mockTextPiece.node().getBBox()
35398
- .width;
35397
+ var averageLetterWidth_1 = dom_utils_DOMUtils.getSVGElementSize(mockTextPiece.node(), {
35398
+ useBBox: true,
35399
+ }).width;
35399
35400
  var lastStartPosition_1;
35400
35401
  // Find out whether any text nodes roughly collide
35401
35402
  invisibleAxisRef.selectAll('g.tick').each(function () {