@carbon/charts-vue 1.3.0 → 1.3.1
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 +8 -0
- package/charts-vue.common.js +2 -0
- package/charts-vue.common.js.map +1 -1
- package/charts-vue.umd.js +2 -0
- package/charts-vue.umd.js.map +1 -1
- package/charts-vue.umd.min.js +1 -1
- package/charts-vue.umd.min.js.map +1 -1
- package/package.json +2 -2
package/charts-vue.umd.js
CHANGED
|
@@ -36287,6 +36287,8 @@ var axis_Axis = /** @class */ (function (_super) {
|
|
|
36287
36287
|
}
|
|
36288
36288
|
lastStartPosition_1 = xTransformation;
|
|
36289
36289
|
});
|
|
36290
|
+
// Cleanup mock text piece
|
|
36291
|
+
mockTextPiece.remove();
|
|
36290
36292
|
}
|
|
36291
36293
|
}
|
|
36292
36294
|
if (shouldRotateTicks_1) {
|