axidio-styleguide-library1-v2 0.6.33 → 0.6.34

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.
@@ -6836,7 +6836,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
6836
6836
  .style('position', 'absolute')
6837
6837
  .style('left', '80px')
6838
6838
  .style('right', `${this.CONSTANTS.RIGHT_SVG_WIDTH}px`)
6839
- .style('bottom', '0')
6839
+ .style('bottom', '-25px')
6840
6840
  .style('height', `${xLabelSpace}px`)
6841
6841
  .style('display', 'flex')
6842
6842
  .style('justify-content', 'center')
@@ -8123,7 +8123,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8123
8123
  // For grouped bar charts with many bars and xLabel present
8124
8124
  if (subgroups.length > 1 && data.length > 8 && metaData.xLabel) {
8125
8125
  const isDateLabel = /\d{2,4}[-\/]/.test(d);
8126
- return isDateLabel ? shortTickLengthBg + 4 : shortTickLengthBg;
8126
+ return isDateLabel ? shortTickLengthBg + 10 : shortTickLengthBg;
8127
8127
  }
8128
8128
  // For grouped bar charts with many bars and NO xLabel
8129
8129
  if (subgroups.length > 1 && data.length > 8 && !metaData.xLabel) {