axidio-styleguide-library1-v2 0.0.829 → 0.0.830
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.
|
@@ -8761,7 +8761,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8761
8761
|
svg
|
|
8762
8762
|
.selectAll('g.x1.axis1 g.tick text')
|
|
8763
8763
|
.attr('class', 'lib-xaxis-labels-texts-drilldown')
|
|
8764
|
-
.
|
|
8764
|
+
.style('font-size', '18px')
|
|
8765
|
+
.attr('y', this.isHeaderVisible ? short_tick_length_bg + 40 : short_tick_length_bg)
|
|
8765
8766
|
.text(function (d) {
|
|
8766
8767
|
var isValueToBeIgnored = false;
|
|
8767
8768
|
if (isMobile && !self.isHeaderVisible) {
|