axidio-styleguide-library1-v2 0.3.63 → 0.3.64
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.
|
@@ -7776,7 +7776,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7776
7776
|
// Dynamically adjust Y translation for mobile
|
|
7777
7777
|
let translateY = height;
|
|
7778
7778
|
if (isMobile) {
|
|
7779
|
-
translateY = height +
|
|
7779
|
+
translateY = height + 10; // Add extra space at the top for mobile
|
|
7780
7780
|
}
|
|
7781
7781
|
svg.append('g')
|
|
7782
7782
|
.attr('class', 'x1 axis1')
|