@carbon/charts-react 1.27.8 → 1.27.10
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
|
@@ -15124,7 +15124,7 @@ class dk extends Tv {
|
|
|
15124
15124
|
}), i = N.appendOrSelect(r, `g.axis.${n}`), s = this;
|
|
15125
15125
|
i.selectAll("g.tick").each(function(a, o) {
|
|
15126
15126
|
const l = I(this);
|
|
15127
|
-
l.classed("tick-hover", !0).attr("tabindex", o === 0 ? 0 : -1);
|
|
15127
|
+
l.classed("tick-hover", !0).attr("role", "button").attr("tabindex", o === 0 ? 0 : -1);
|
|
15128
15128
|
const c = l.select("text"), { width: u, height: d } = N.getSVGElementSize(c, {
|
|
15129
15129
|
useBBox: !0
|
|
15130
15130
|
}), h = N.appendOrSelect(l, "rect.axis-holder");
|