axidio-styleguide-library1-v2 0.5.39 → 0.5.40
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.
|
@@ -8036,7 +8036,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8036
8036
|
.classed('mobile-xaxis-override', false) // Remove vertical class
|
|
8037
8037
|
.attr('transform', 'rotate(0)') // Remove any rotation
|
|
8038
8038
|
.attr('text-anchor', 'middle') // Center align
|
|
8039
|
-
.attr('y', 20) // Push down a bit
|
|
8039
|
+
.attr('y', !isria ? 20 : null) // Push down a bit
|
|
8040
8040
|
.attr('dx', '0') // Reset any x offset
|
|
8041
8041
|
.attr('dy', '0'); // Reset any y offset
|
|
8042
8042
|
}
|