axidio-styleguide-library1-v2 0.6.4 → 0.6.6

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.
@@ -2961,6 +2961,7 @@ class ChartHeaderV2Component {
2961
2961
  this.clickEvent.emit(d);
2962
2962
  }
2963
2963
  isZoomOutSelected(isZoomOut, event) {
2964
+ this.isZoomedOut = isZoomOut;
2964
2965
  this.zoomInZoomOutClick.emit({ isZoomOut: isZoomOut, event: event });
2965
2966
  }
2966
2967
  handleGaugeChartVisibility() {
@@ -8921,7 +8922,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8921
8922
  .style('overflow', 'visible') // Allow overflow to show scrollbars
8922
8923
  // .style('padding-left', `${margin.left}px`)
8923
8924
  .style('padding-left', `${isria ? margin.left + 18 : margin.left + 15}px`)
8924
- .style('padding-right', `${rightSvgWidth}px` + 30)
8925
+ .style('padding-right', `${rightSvgWidth}px`)
8925
8926
  .style('margin-left', '6px');
8926
8927
  // Left Y-Axis
8927
8928
  const svgYAxisLeft = outerContainer