axidio-styleguide-library1-v2 0.0.831 → 0.0.832
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.
|
@@ -8762,7 +8762,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
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 +
|
|
8765
|
+
.attr('y', this.isHeaderVisible ? short_tick_length_bg + 25 : short_tick_length_bg)
|
|
8766
8766
|
.text(function (d) {
|
|
8767
8767
|
var isValueToBeIgnored = false;
|
|
8768
8768
|
if (isMobile && !self.isHeaderVisible) {
|