@carbon/charts-vue 0.50.3 → 0.50.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 +8 -0
- package/charts-vue.common.js +1 -0
- package/charts-vue.common.js.map +1 -1
- package/charts-vue.umd.js +1 -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/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.50.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.3...v0.50.4) (2021-10-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts-vue
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.50.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.2...v0.50.3) (2021-10-04)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @carbon/charts-vue
|
package/charts-vue.common.js
CHANGED
|
@@ -34176,6 +34176,7 @@ var alluvial_Alluvial = /** @class */ (function (_super) {
|
|
|
34176
34176
|
originalClassName: 'link',
|
|
34177
34177
|
});
|
|
34178
34178
|
})
|
|
34179
|
+
.style('stroke', function (d) { return _this.model.getFillColor(d.source.name); })
|
|
34179
34180
|
.attr('stroke-width', function (d) { return Math.max(1, d.width); })
|
|
34180
34181
|
.style('stroke-opacity', alluvial.opacity.default)
|
|
34181
34182
|
.attr('aria-label', function (d) {
|