@carbon/charts-react 1.23.16 → 1.23.17
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
|
@@ -13093,7 +13093,7 @@ class HL extends mt {
|
|
|
13093
13093
|
let c = 0;
|
|
13094
13094
|
const u = this.model.get("axesMargins");
|
|
13095
13095
|
u && u.left && (c = u.left);
|
|
13096
|
-
const d = N.appendOrSelect(n, "svg.zoom-container").attr("width", "100%").attr("height", o).attr("opacity", 1);
|
|
13096
|
+
const d = N.appendOrSelect(n, "svg.zoom-container").attr("width", "100%").attr("height", o).attr("opacity", 1).attr("role", "presentation");
|
|
13097
13097
|
if (N.appendOrSelect(n, "rect.zoom-spacer").attr("x", 0).attr("y", o).attr("width", "100%").attr("height", ye.spacerHeight).attr("opacity", 1).attr("fill", "none"), s === Ke.GRAPH_VIEW ? N.appendOrSelect(d, "rect.zoom-bg").attr("x", c).attr("y", 0).attr("width", l - c).attr("height", "100%").classed("zoom-bg-skeleton", r).style(
|
|
13098
13098
|
"stroke",
|
|
13099
13099
|
r ? `url(#${this.services.domUtils.generateElementIDString("shimmer-lines")})` : null
|