axidio-styleguide-library1-v2 0.5.35 → 0.5.36
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.
|
@@ -8008,6 +8008,13 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8008
8008
|
// .text(trimmed)
|
|
8009
8009
|
}
|
|
8010
8010
|
});
|
|
8011
|
+
if (isria) {
|
|
8012
|
+
svg.selectAll('g.x1.axis1 g.tick text')
|
|
8013
|
+
.attr('y', 12)
|
|
8014
|
+
.attr('dy', '0')
|
|
8015
|
+
.attr('x', 0)
|
|
8016
|
+
.style('text-anchor', 'middle');
|
|
8017
|
+
}
|
|
8011
8018
|
}
|
|
8012
8019
|
// Mobile/tablet override - check for single-group date charts first
|
|
8013
8020
|
if (isMobile) {
|