axidio-styleguide-library1-v2 0.3.10 → 0.3.11
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.
|
@@ -7793,7 +7793,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7793
7793
|
// Dynamically adjust Y translation for mobile
|
|
7794
7794
|
let translateY = height;
|
|
7795
7795
|
if (isMobile) {
|
|
7796
|
-
translateY = height +
|
|
7796
|
+
translateY = height + 5; // Add extra space at the top for mobile
|
|
7797
7797
|
}
|
|
7798
7798
|
svg.append('g')
|
|
7799
7799
|
.attr('class', 'x1 axis1')
|