axidio-styleguide-library1-v2 0.0.957 → 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.
@@ -9334,6 +9334,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9334
9334
  .on('mouseover', handleMouseOver);
9335
9335
  }
9336
9336
  function handleMouseOver(d, i) {
9337
+ svg.selectAll('.lib-verticalstack-title-ontop').remove();
9337
9338
  svg
9338
9339
  .append('foreignObject')
9339
9340
  .attr('x', function () {
@@ -9440,9 +9441,6 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9440
9441
  });
9441
9442
  }
9442
9443
  function handleMouseOut(d, i) {
9443
- if (!self.chartConfiguration.displayTitleOnTop) {
9444
- return;
9445
- }
9446
9444
  svg.selectAll('.lib-verticalstack-title-ontop').remove();
9447
9445
  }
9448
9446
  svg