@carbon/charts-vue 0.50.0 → 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/charts-vue.umd.js CHANGED
@@ -34185,6 +34185,7 @@ var alluvial_Alluvial = /** @class */ (function (_super) {
34185
34185
  originalClassName: 'link',
34186
34186
  });
34187
34187
  })
34188
+ .style('stroke', function (d) { return _this.model.getFillColor(d.source.name); })
34188
34189
  .attr('stroke-width', function (d) { return Math.max(1, d.width); })
34189
34190
  .style('stroke-opacity', alluvial.opacity.default)
34190
34191
  .attr('aria-label', function (d) {