axidio-styleguide-library1-v2 0.0.839 → 0.0.840

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.
@@ -8767,7 +8767,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8767
8767
  : short_tick_length_bg)
8768
8768
  .attr('x', function (d) {
8769
8769
  if (self.chartData.data.length > 8 && !self.isZoomedOut) {
8770
- return -5; // Move first line text slightly to the left too
8770
+ return -25; // Move first line text slightly to the left too
8771
8771
  }
8772
8772
  return 0; // Default position
8773
8773
  })
@@ -8807,7 +8807,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8807
8807
  .attr('fill', 'var(--chart-text-color)')
8808
8808
  .attr('x', function (d) {
8809
8809
  if (self.chartData.data.length > 8 && !self.isZoomedOut) {
8810
- return -5; // Move text slightly to the left
8810
+ return -25; // Move text slightly to the left
8811
8811
  }
8812
8812
  return 0; // Default position
8813
8813
  })