@carbon/charts-react 1.23.14 → 1.23.15
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/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -12595,7 +12595,7 @@ class lu extends mt {
|
|
|
12595
12595
|
if (v && a.length) {
|
|
12596
12596
|
const x = this, _ = u.selectAll("div.additional-item").data(v);
|
|
12597
12597
|
_.exit().remove();
|
|
12598
|
-
const E = _.enter().append("div").merge(_).classed("legend-item", !0).classed("additional", !0).attr(
|
|
12598
|
+
const E = _.enter().append("div").merge(_).classed("legend-item", !0).classed("additional", !0).attr("role", "img").attr(
|
|
12599
12599
|
"aria-labelledby",
|
|
12600
12600
|
(M, D) => this.services.domUtils.generateElementIDString(
|
|
12601
12601
|
`legend-datagroup-${m.size() + D}-title`
|