axidio-styleguide-library1-v2 0.0.958 → 0.0.959

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.
@@ -9441,9 +9441,6 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9441
9441
  });
9442
9442
  }
9443
9443
  function handleMouseOut(d, i) {
9444
- if (!self.chartConfiguration.displayTitleOnTop) {
9445
- return;
9446
- }
9447
9444
  svg.selectAll('.lib-verticalstack-title-ontop').remove();
9448
9445
  }
9449
9446
  svg