axidio-styleguide-library1-v2 0.4.6 → 0.4.7
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.
|
@@ -7866,7 +7866,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7866
7866
|
this.applyXLabelsOnSameLine(svg, subgroups, data, metaData, self, shortTickLengthBg, isMobile, isria);
|
|
7867
7867
|
}
|
|
7868
7868
|
// Mobile override for RIA
|
|
7869
|
-
if (isria && self.chartData.data.length >=
|
|
7869
|
+
if (isria && self.chartData.data.length >= 3) {
|
|
7870
7870
|
svg.selectAll('g.x1.axis1 g.tick text')
|
|
7871
7871
|
.classed('mobile-xaxis-override', true)
|
|
7872
7872
|
// .text((d: string) => d.substring(0, 3))
|
|
@@ -8502,7 +8502,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8502
8502
|
.attr('transform', 'rotate(-90)')
|
|
8503
8503
|
.attr('y', yPosition)
|
|
8504
8504
|
.attr('x', 0 - height / 2)
|
|
8505
|
-
.attr('dy', '
|
|
8505
|
+
.attr('dy', '0.5em')
|
|
8506
8506
|
.style('text-anchor', 'middle')
|
|
8507
8507
|
.attr('fill', 'var(--chart-text-color)');
|
|
8508
8508
|
if (this.chartConfiguration.isMultiChartGridLine === undefined) {
|