axidio-styleguide-library1-v2 0.4.69 → 0.4.71

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.
@@ -8666,7 +8666,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8666
8666
  // Draw target line
8667
8667
  svg.append('line')
8668
8668
  // .attr('x1', 20)
8669
- .attr('x1', isria ? 0 : 20)
8669
+ .attr('x1', isria ? 0 : 0)
8670
8670
  .attr('x2', width)
8671
8671
  .attr('y1', yZero)
8672
8672
  .attr('y2', yZero)
@@ -8860,7 +8860,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8860
8860
  .attr('class', 'inner-container')
8861
8861
  .style('width', '100%')
8862
8862
  .style('overflow-x', 'auto')
8863
- .style('height', isria ? '246px' : null);
8863
+ .style('height', isria ? '242px' : null);
8864
8864
  // Main SVG
8865
8865
  const svg = innerContainer
8866
8866
  .append('svg')