axidio-styleguide-library1-v2 0.0.902 → 0.0.903

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.
@@ -8515,7 +8515,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8515
8515
  const isMobile = window.innerWidth < 576;
8516
8516
  const isTablet = window.innerWidth >= 576 && window.innerWidth < 992;
8517
8517
  const isDesktop = window.innerWidth >= 992;
8518
- let isria = this.customChartConfiguration.isRia;
8518
+ const isria = this.customChartConfiguration.isRia;
8519
8519
  var x;
8520
8520
  var alternate_text = false;
8521
8521
  var short_tick_length = 4;
@@ -8829,7 +8829,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8829
8829
  }
8830
8830
  return d.toLowerCase();
8831
8831
  });
8832
- if (!isMobile) {
8832
+ if (!isMobile || !isria) {
8833
8833
  svg
8834
8834
  .selectAll('g.x1.axis1 g.tick')
8835
8835
  .filter(function (d) {