axidio-styleguide-library1-v2 0.5.20 → 0.5.22
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.
|
@@ -8070,7 +8070,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8070
8070
|
applyXLabelsOnSameLine(svg, subgroups, data, metaData, self, shortTickLengthBg, isMobile, isria) {
|
|
8071
8071
|
const xAxisLabels = svg.selectAll('g.x1.axis1 g.tick text')
|
|
8072
8072
|
.attr('class', 'lib-xaxis-labels-texts-drilldown')
|
|
8073
|
-
.style('font-size', this.isHeaderVisible ? '18px' : '11px')
|
|
8073
|
+
.style('font-size', this.isHeaderVisible && !isria ? '18px' : '11px')
|
|
8074
8074
|
.attr('text-anchor', 'middle')
|
|
8075
8075
|
.attr('y', (d) => this.calculateXLabelYPosition(d, subgroups, data, metaData, self, shortTickLengthBg))
|
|
8076
8076
|
.attr('x', (d) => (self.chartData.data.length > 8 && !self.isZoomedOut) ? 1 : 0)
|