axidio-styleguide-library1-v2 0.3.85 → 0.3.86

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.
@@ -7783,7 +7783,9 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
7783
7783
  .attr('class', 'x1 axis1')
7784
7784
  .attr('transform', `translate(0,${translateY})`)
7785
7785
  .call(d3.axisBottom(x))
7786
- .call((g) => g.select('.domain').remove());
7786
+ // .call((g) => g.select('.domain').remove());
7787
+ .call((g) => { if (!isria)
7788
+ g.select('.domain').remove(); });
7787
7789
  svg.selectAll('g.x1.axis1 g.tick line').remove();
7788
7790
  const yOffset = subgroups.length > 1 && !metaData.xLabel ? 32 : 0;
7789
7791
  svg.selectAll('g.x1.axis1 g.tick text')