axidio-styleguide-library1-v2 0.0.977 → 0.0.978

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.
@@ -8551,7 +8551,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8551
8551
  var height = parseInt(verticalstackedcontainer.style('height')) *
8552
8552
  (self.chartConfiguration.svgHeight / 100) -
8553
8553
  margin.top -
8554
- margin.bottom;
8554
+ margin.bottom + 30;
8555
8555
  /**
8556
8556
  * entire height used in weekly charts as x axis needed to be displayed at the bottom of the chart
8557
8557
  */